samreid / piccolo2d

Automatically exported from code.google.com/p/piccolo2d
0 stars 0 forks source link

TestPSwing.java and TestPSwingFull.java Should be moved #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
TestPSwing.java and TestPSwingFull.java are not actually UnitTests, but are 
being invoked as such. This is causing a HeadlessException to be thrown when 
trying to run "mvn clean test" from the command line on my linux box.

I recommend renaming them and moving them to the Examples module.

This is related to Issue 53

Original issue reported on code.google.com by allain.lalonde on 15 Jul 2009 at 4:36

GoogleCodeExporter commented 9 years ago
I agree with Allain's recommendation to move/rename the pswing tests to an 
example
package.

Original comment by samrr...@gmail.com on 15 Jul 2009 at 4:38

GoogleCodeExporter commented 9 years ago
Fixed in r478; moved them to examples project and renamed them PSwingExample1 
and 2. 
Not the best names, but short of calling them MegaPSwingExample and 
UberCoolHyperMageNetPSwingExample, they'll have to do.

Original comment by allain.lalonde on 16 Jul 2009 at 5:40

GoogleCodeExporter commented 9 years ago

Original comment by heue...@gmail.com on 28 Jul 2009 at 1:33