Skip to content

Commit

Permalink
Mondrian(LER-6545): fix test problem
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 9948]
  • Loading branch information
Rushan Chen committed Oct 3, 2007
1 parent 1569b71 commit 73ebcd3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testsrc/main/mondrian/rolap/TestAggregationManager.java
Expand Up @@ -742,6 +742,9 @@ public void testKeyExpressionCardinalityCache() {
" <SQL dialect=\"mysql\">\n" +
"`store_country`\n" +
" </SQL>\n" +
" <SQL dialect=\"generic\">\n" +
"store_country\n" +
" </SQL>\n" +
" </KeyExpression>\n" +
" </Level>\n" +
" </Hierarchy>\n" +
Expand All @@ -759,6 +762,9 @@ public void testKeyExpressionCardinalityCache() {
" <SQL dialect=\"mysql\">\n" +
"`store_country`\n" +
" </SQL>\n" +
" <SQL dialect=\"generic\">\n" +
"store_country\n" +
" </SQL>\n" +
" </KeyExpression>\n" +
" </Level>\n" +
" </Hierarchy>\n" +
Expand Down

0 comments on commit 73ebcd3

Please sign in to comment.