From 3a79b03f8cbfd9fbb36d62e421df4b8f59cfb819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Tue, 13 Aug 2013 13:25:21 +0000 Subject: [PATCH] - closed the new rendering test --- test/src/EDOALExportTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/EDOALExportTest.java b/test/src/EDOALExportTest.java index fc35f461..7c3e2deb 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"}) -- GitLab