Skip to content

Commit

Permalink
MONDRIAN: Fixes a failing test.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 14535]
  • Loading branch information
lucboudreau committed Aug 10, 2011
1 parent 6fcf23f commit a2188d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testsrc/main/mondrian/test/SteelWheelsSchemaTest.java
Expand Up @@ -388,6 +388,9 @@ public void testMondrianBug476_770_957() throws Exception {
}

public void testBugMondrian935() {
if (!getTestContext().databaseIsValid()) {
return;
}
getTestContext().assertQueryReturns(
"with set [*NATIVE_CJ_SET] as '[*BASE_MEMBERS_Product]' \n"
+ " set [*SORTED_ROW_AXIS] as 'Order([*CJ_ROW_AXIS], "
Expand Down

0 comments on commit a2188d5

Please sign in to comment.