Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 569ade39 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- adjusted test results to new format

parent fc3b64a9
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id$ * $Id$
* *
* Copyright (C) INRIA, 2008-2009 * Copyright (C) INRIA, 2008-2010
* *
* This program is free software; you can redistribute it and/or modify * 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 * 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 ...@@ -123,7 +123,7 @@ $ java -cp lib/procalign.jar fr.inrialpes.exmo.align.util.ParserPrinter examples
result.render( renderer ); result.render( renderer );
writer.flush(); writer.flush();
writer.close(); 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"}) @Test(groups = { "full", "impl", "raw" }, dependsOnMethods = {"routineTest3"})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment