Skip to content

Commit 5238a9f

Browse files
committed
removed stdout from test
1 parent edc0002 commit 5238a9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/n10s/onto/OntoProceduresTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,6 @@ public void testOntoPreviewFromSnippetWithCardinalityRestrictions() throws Excep
466466
if (relName.equals("SCO_RESTRICTION") || relName.equals("EQC_RESTRICTION")) {
467467
restrictionCount++;
468468
Map<String, Object> relprops = rel.asMap();
469-
System.out.println(relprops);
470469
assertEquals("http://test#hasUnit", relprops.get("onPropertyURI"));
471470
assertEquals("MAXQUALIFIEDCARDINALITY", relprops.get("restrictionType"));
472471
assertEquals(1L, relprops.get("cardinalityVal"));

0 commit comments

Comments
 (0)