From ac50d142e59d67ac22af279f34f10405a9a333ea Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 18 Jan 2015 21:09:23 +0100 Subject: Removed debug output --- test/core/model/TypesystemTest.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test/core') diff --git a/test/core/model/TypesystemTest.cpp b/test/core/model/TypesystemTest.cpp index a408700..e6655c1 100644 --- a/test/core/model/TypesystemTest.cpp +++ b/test/core/model/TypesystemTest.cpp @@ -520,9 +520,6 @@ TEST(StructType, creationWithParent) { Rooted structWithParentType = createStructTypeWithParent(structType, mgr, logger); -#ifdef MANAGER_GRAPHVIZ_EXPORT - mgr.exportGraphviz("structTypeTest1.dot"); -#endif Variant val = structWithParentType->create(); ASSERT_TRUE(val.isArray()); @@ -544,9 +541,6 @@ TEST(StructType, creationWithParent) ASSERT_EQ("value1", arr[4].asString()); ASSERT_EQ(42, arr[5].asInt()); } -#ifdef MANAGER_GRAPHVIZ_EXPORT - mgr.exportGraphviz("structTypeTest2.dot"); -#endif } TEST(StructType, derivedFrom) -- cgit v1.2.3