diff --git a/test/src/EDOALExportTest.java b/test/src/EDOALExportTest.java index fc35f4611e2cc854d045cb651edc6ed7968e42b4..7c3e2deb351772e957ce7d188aa4d89b5ba9f4cc 100644 --- a/test/src/EDOALExportTest.java +++ b/test/src/EDOALExportTest.java @@ -180,7 +180,7 @@ public class EDOALExportTest { writer.close(); String str1 = stream.toString(); //System.err.println(str1); - assertEquals( str1.length(), 11623 ); + assertEquals( str1.length(), 1372 ); } @Test(groups = { "full", "omwg", "raw" }, dependsOnMethods = {"testOWLRendering0"})