Skip to content

Commit

Permalink
MONDRIAN: Fix typo that broke NonEmptyTest on Oracle.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 13262]
  • Loading branch information
julianhyde committed Dec 23, 2009
1 parent 66ba678 commit 0d7224f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsrc/main/mondrian/rolap/NonEmptyTest.java
Expand Up @@ -3703,7 +3703,7 @@ public void testLevelMembersWillConstrainUsingArgsFromAllAxes() {
+ "where \"sales_fact_1997\".\"promotion_id\" = \"promotion\".\"promotion_id\" "
+ "and \"sales_fact_1997\".\"customer_id\" = \"customer\".\"customer_id\" "
+ "and (\"customer\".\"gender\" = 'F') "
+ "group by \"pomotion\".\"promotion_name\" "
+ "group by \"promotion\".\"promotion_name\" "
+ "order by 1 ASC",
347);
assertQuerySql(mdx, new SqlPattern[]{oraclePattern, accessPattern});
Expand Down

0 comments on commit 0d7224f

Please sign in to comment.