joergreichert / spray

Automatically exported from code.google.com/p/spray
1 stars 2 forks source link

Migrate org.eclipselabs.spray.shapes.tests #221

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some test files have to use the new JAVA keyword, there are some strange issues 
with serialization:

org.junit.ComparisonFailure: expected:<shape LineTest {
    [line {
        point (x=0, y=0)
        point (x=10, y=1]0)
    }
}> but was:<shape LineTest {
    [size-min (width=0, height=0) size-max (width=0, height=0)
    line {
        point (x=0, y=0, curveBefore=0, curveAfter=0)
        point (x=10, y=10, curveBefore=0, curveAfter=]0)
    }
}>

Original issue reported on code.google.com by de.abg.r...@gmail.com on 3 Dec 2012 at 4:27

GoogleCodeExporter commented 9 years ago
fixed with commit 661cc358d7814438554f592b0eb85b252cb39fef

Original comment by de.abg.r...@gmail.com on 30 Dec 2012 at 9:29