Faculty of Information Technology
Software Engineering Group

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.

The screenshot:

Attachments (1)

commit_problem.png (35.9 KB) - added by Patrik Svestka 4 years ago.

Download all attachments as: .zip

Change History (2)

Changed 4 years ago by Patrik Svestka

Attachment: commit_problem.png added

comment:1 Changed 4 years ago by Jan Vrany

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.