diff --git a/test/src/EDOALTest.java b/test/src/EDOALTest.java index 388f65a741641a07475db7239b5f6a2e2935aacd..91114a132d680d7afd95c1306f41e0504b117fc8 100644 --- a/test/src/EDOALTest.java +++ b/test/src/EDOALTest.java @@ -129,7 +129,7 @@ java -cp ../../lib/procalign.jar fr.inrialpes.exmo.align.util.ParserPrinter wine // This tests the round triping assertEquals( wine2.length(), stream.toString().length() ); // This provides an absolute value - assertEquals( wine2.length(), 4691 ); + assertEquals( wine2.length(), 4709 ); // This does not work because (at least) the order of correspondences is never the same... //assertEquals( wine2, stream.toString() ); }