Skip to content

Commit

Permalink
MONDRIAN: Fix testCatalogHierarchyBasedOnView2 for MySQL.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 9174]
  • Loading branch information
julianhyde committed Apr 25, 2007
1 parent 83c9bf7 commit 9d0c55a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testsrc/main/mondrian/test/BasicQueryTest.java
Expand Up @@ -2859,6 +2859,12 @@ public void testCatalogHierarchyBasedOnView2() {
"ON \"product\".\"product_class_id\" = \"product_class\".\"product_class_id\"\n" +
"]]>\n" +
" </SQL>\n" +
" <SQL dialect=\"mysql\"><![CDATA[\n" +
"SELECT *\n" +
"FROM `product`, `product_class`\n" +
"WHERE `product`.`product_class_id` = `product_class`.`product_class_id`\n" +
"]]>\n" +
" </SQL>\n" +
" <SQL dialect=\"generic\"><![CDATA[\n" +
"SELECT *\n" +
"FROM \"product\", \"product_class\"\n" +
Expand Down

0 comments on commit 9d0c55a

Please sign in to comment.