diff --git a/src/org/olap4j/impl/Bug.java b/src/org/olap4j/impl/Bug.java index 77e95f6..ffbb292 100644 --- a/src/org/olap4j/impl/Bug.java +++ b/src/org/olap4j/impl/Bug.java @@ -61,13 +61,6 @@ public abstract class Bug { */ public static final boolean BugOlap4j3126853Fixed = false; - /** - * Whether - * bug 3312701, - * "ConnectionTest.testVirtualCubeCmBug hangs" - * is fixed. - */ - public static final boolean BugOlap4j3312701Fixed = false; } // End Bug.java diff --git a/testsrc/org/olap4j/ConnectionTest.java b/testsrc/org/olap4j/ConnectionTest.java index 9e04077..95263da 100644 --- a/testsrc/org/olap4j/ConnectionTest.java +++ b/testsrc/org/olap4j/ConnectionTest.java @@ -2076,9 +2076,6 @@ public void testSchemaGetSharedDimensions() throws Exception { * Calculated Members" */ public void testVirtualCubeCmBug() throws Exception { - if (!Bug.BugOlap4j3312701Fixed) { - return; - } Class.forName(tester.getDriverClassName()); connection = tester.createConnection(); OlapConnection olapConnection = @@ -2104,6 +2101,7 @@ public void testVirtualCubeCmBug() throws Exception { "Unit Sales", "Profit", "Profit Growth", + "Profit Per Unit Shipped", "Store Invoice", "Supply Time", "Units Ordered",