From c4d4c6bbc7ac6488566ec8b4429c3684a12e4b50 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Sat, 24 Apr 2010 17:41:56 +0000
Subject: [PATCH] - Improved rendering

---
 test/src/EDOALTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/src/EDOALTest.java b/test/src/EDOALTest.java
index 388f65a7..91114a13 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() );
     }
-- 
GitLab