@ -43,7 +45,7 @@ public class CastorUnmarshallerTests extends AbstractUnmarshallerTests {
@@ -43,7 +45,7 @@ public class CastorUnmarshallerTests extends AbstractUnmarshallerTests {
protectedvoidtestFlight(Objecto){
Flightflight=(Flight)o;
assertNotNull("Flight is null",flight);
assertEquals("Number is invalid",Long.valueOf(42L),flight.getNumber());
assertEquals("Number is invalid",42L,(long)flight.getNumber());