Skip to content

Commit

Permalink
Corrected expected value for ConnectionTest.testVirtualCubeCmBug(). T…
Browse files Browse the repository at this point in the history
…he test was expecting two measures to be present in [Warehouse and Sales] that are not present in the virtual cube's definition.
  • Loading branch information
mkambol committed Jun 26, 2013
1 parent 35d9ba4 commit 3551c85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testsrc/org/olap4j/ConnectionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2157,12 +2157,10 @@ public void testVirtualCubeCmBug() throws Exception {
assertEquals(
new HashSet<String>(
Arrays.asList(
"Customer Count",
"Warehouse Sales",
"Profit last Period",
"Warehouse Cost",
"Store Cost",
"Promotion Sales",
"Units Shipped",
"Store Sales",
"Profit Growth",
Expand Down

0 comments on commit 3551c85

Please sign in to comment.