Removing debugging statements from unit test.

This commit is contained in:
bdc34 2010-03-30 21:21:14 +00:00
parent a8816fd285
commit 822ad3b159

View file

@ -192,11 +192,6 @@ public class JenaBaseDaoTest {
//modtime times make it difficult to compare graphs
wipeOutModTime(expectedModel);
wipeOutModTime(model);
System.out.println("expected Model" );
expectedModel.write(System.out,"N3");
System.out.println("result model");
model.write(System.out,"N3");
Assert.assertTrue( model.isIsomorphicWith(expectedModel));
}