Skip to content

Commit

Permalink
MONDRIAN: Oops. Fix derby test.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian-release/3.2/": change = 13730]
  • Loading branch information
julianhyde committed Jul 1, 2010
1 parent 26cefe8 commit 0f27b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsrc/main/mondrian/test/SchemaTest.java
Expand Up @@ -3133,7 +3133,7 @@ public void testBugMondrian463() {
+ " <Level name='Product Department' table='product_class' column='product_department' uniqueMembers='false'/>\n"
+ " <Level name='Product Category' table='product_class' column='product_category' uniqueMembers='false'/>\n"
+ " <Level name='Product Subcategory' table='product_class' column='product_subcategory' uniqueMembers='false'/>\n"
+ " <Level name='Product Class' table='store' column='store_id' uniqueMembers='true'/>\n"
+ " <Level name='Product Class' table='store' column='store_id' type='Numeric' uniqueMembers='true'/>\n"
+ " <Level name='Brand Name' table='product' column='brand_name' uniqueMembers='false'/>\n"
+ " <Level name='Product Name' table='product' column='product_name' uniqueMembers='true'/>\n"
+ " </Hierarchy>\n"
Expand Down Expand Up @@ -3165,7 +3165,7 @@ public void testBugMondrian463() {
+ " <Level name='Product Department' table='product_class' column='product_department' uniqueMembers='false'/>\n"
+ " <Level name='Product Category' table='product_class' column='product_category' uniqueMembers='false'/>\n"
+ " <Level name='Product Subcategory' table='product_class' column='product_subcategory' uniqueMembers='false'/>\n"
+ " <Level name='Product Class' table='store' column='store_id' uniqueMembers='true'/>\n"
+ " <Level name='Product Class' table='store' column='store_id' type='Numeric' uniqueMembers='true'/>\n"
+ " <Level name='Brand Name' table='product' column='brand_name' uniqueMembers='false'/>\n"
+ " <Level name='Product Name' table='product' column='product_name' uniqueMembers='true'/>\n"
+ " </Hierarchy>\n"
Expand Down

0 comments on commit 0f27b0c

Please sign in to comment.