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

@ -193,11 +193,6 @@ public class JenaBaseDaoTest {
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));
}