Opened 4 years ago
Closed 4 years ago
#259 closed defect (fixed)
[Windows] Commit impossible due to libview\tests because FcPatternTests uses pool FcConstants (for unix) but is unavailable on windows
Reported by: | Patrik Svestka | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | default | Keywords: | |
Cc: | Also affects CVS HEAD (eXept version): | no |
Description
I'm trying to implement simple EditField
test. When I try to load
liveview tests via Smalltalk loadPackage: 'stx:libview/tests'
I get only warning message: Warning: no such pool: FcConstants
.
Howerver when I try to commit I get a message that something is wrong with the package. I get the following message:
A class FcPatternTests uses pool FcConstants but it does not exist. The pool should be removed from the class definitionů otherwise the package won§t compile due to a missing class
.
Attachments (1)
Change History (2)
Changed 4 years ago by
Attachment: | commit_problem.png added |
---|
comment:1 Changed 4 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in 215db3ae79d1/stx.libview.