Removing debugging statements from unit test.
This commit is contained in:
parent
a8816fd285
commit
822ad3b159
1 changed files with 0 additions and 5 deletions
|
@ -192,11 +192,6 @@ public class JenaBaseDaoTest {
|
||||||
//modtime times make it difficult to compare graphs
|
//modtime times make it difficult to compare graphs
|
||||||
wipeOutModTime(expectedModel);
|
wipeOutModTime(expectedModel);
|
||||||
wipeOutModTime(model);
|
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));
|
Assert.assertTrue( model.isIsomorphicWith(expectedModel));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue