From 569ade39ce62979306ab73892a756a2b30b809a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Sun, 7 Mar 2010 19:45:40 +0000 Subject: [PATCH] - adjusted test results to new format --- test/src/READMETest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/src/READMETest.java b/test/src/READMETest.java index 5b626ab4..41a2bdb1 100644 --- a/test/src/READMETest.java +++ b/test/src/READMETest.java @@ -1,7 +1,7 @@ /* * $Id$ * - * Copyright (C) INRIA, 2008-2009 + * Copyright (C) INRIA, 2008-2010 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -123,7 +123,7 @@ $ java -cp lib/procalign.jar fr.inrialpes.exmo.align.util.ParserPrinter examples result.render( renderer ); writer.flush(); writer.close(); - assertEquals( stream.toString().length(), 1706, "Rendered differently" ); + assertTrue( ( 1729 <= stream.toString().length() ) && ( stream.toString().length() <= 1731 ), "Rendered differently: expected "+1730+" but was "+stream.toString().length() ); } @Test(groups = { "full", "impl", "raw" }, dependsOnMethods = {"routineTest3"}) -- GitLab