Mentions légales du service

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

- small changes

parent f9ef1194
No related branches found
No related tags found
No related merge requests found
...@@ -186,7 +186,7 @@ $ java -jar lib/Procalign.jar file://$CWD/examples/rdf/edu.umbc.ebiquity.publica ...@@ -186,7 +186,7 @@ $ java -jar lib/Procalign.jar file://$CWD/examples/rdf/edu.umbc.ebiquity.publica
writer.close(); writer.close();
//assertEquals( stream.toString().length(), 1740, "Rendered differently" ); //assertEquals( stream.toString().length(), 1740, "Rendered differently" );
// Tests of cutting // Tests of cutting -- all checked
Alignment al = (Alignment)al2.clone(); Alignment al = (Alignment)al2.clone();
al.cut( "hard", 0.55 ); al.cut( "hard", 0.55 );
assertEquals( al.nbCells(), 32 ); assertEquals( al.nbCells(), 32 );
......
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