Removing debugging statements from unit test.
This commit is contained in:
parent
a8816fd285
commit
822ad3b159
1 changed files with 0 additions and 5 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue