GoogleCodeArchive / piccolo2d

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

Unit tests fail on linux with OpenJDK version IcedTea6 1.4.1 #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Unit tests fail on linux with OpenJDK version IcedTea6 1.4.1.

$ java -version
java version "1.6.0_0"
OpenJDK Runtime Evironment (IcedTea6 1.4.1) (6b14-1.4.1-0ubuntu11)

$ mvn test
...
Failed tests:
  testPaintFillsBounds(edu.umd.cs.piccolo.nodes.PHtmlViewTest
  testCreateEllipseReturnsValidPPath(edu.umd.cs.piccolo.nodes.PPathTest)

Tests run: 357, Failures: 2, Errors: 0, Skipped: 0

Original issue reported on code.google.com by heue...@gmail.com on 25 Sep 2009 at 8:53

GoogleCodeExporter commented 9 years ago

Original comment by heue...@gmail.com on 25 Sep 2009 at 8:54

GoogleCodeExporter commented 9 years ago
$ svn commit -m "Issue 127 ; tolerances for unit test assertions were too 
strict for
OpenJDK IcedTea6 1.4.1 implementation on linux" 
...
Committed revision 675.

Original comment by heue...@gmail.com on 25 Sep 2009 at 8:56

GoogleCodeExporter commented 9 years ago

Original comment by allain.lalonde on 30 Oct 2009 at 3:49