Skip to content

Commit

Permalink
Bug CalculatedMembers in virtual cube dont show up fixed - http://sou…
Browse files Browse the repository at this point in the history
  • Loading branch information
pstoellberger committed Aug 2, 2011
1 parent 07a492e commit f89c6fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
7 changes: 0 additions & 7 deletions src/org/olap4j/impl/Bug.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@ public abstract class Bug {
*/
public static final boolean BugOlap4j3126853Fixed = false;

/**
* Whether
* <a href="http://sourceforge.net/tracker/?func=detail&aid=3312701&group_id=168953&atid=848534">bug 3312701,
* "ConnectionTest.testVirtualCubeCmBug hangs"</a>
* is fixed.
*/
public static final boolean BugOlap4j3312701Fixed = false;
}

// End Bug.java
4 changes: 1 addition & 3 deletions testsrc/org/olap4j/ConnectionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand All @@ -2104,6 +2101,7 @@ public void testVirtualCubeCmBug() throws Exception {
"Unit Sales",
"Profit",
"Profit Growth",
"Profit Per Unit Shipped",
"Store Invoice",
"Supply Time",
"Units Ordered",
Expand Down

0 comments on commit f89c6fe

Please sign in to comment.