Skip to content

Commit da4c407

Browse files
committed
Bug: "junit.swingui cannot be resolved" error when compiling "net.sf.j2s.test.junit.WorldTest"
The class "WorldTest" referenced "junit.swingui.TestRunner.run" to run "WorldTest" as a Unit test with a Swing UI. This is the only reference to "junit.swingui" in the whole project. As "WorldTest" did not do any real test (beside a "assertTrue(false)") "WorldTest " was removed, thus also fixing the bug.
1 parent 6a64939 commit da4c407

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

tests/net.sf.j2s.test.junit/src/net/sf/j2s/test/junit/WorldTest.java

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)