Skip to content

Commit

Permalink
Correction to expected values in MetadataTest.testDatabaseMetaDataGet…
Browse files Browse the repository at this point in the history
…Sets. Formerly looking for the [Top Sellers] set to be in [Warehouse and Sales], which is not consistent with the Foodmart3.mondrian.xml schema.
  • Loading branch information
Matt Campbell committed Feb 26, 2013
1 parent d533c9e commit e3a4f3d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions testsrc/org/olap4j/MetadataTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -771,9 +771,7 @@ public void testDatabaseMetaDataGetSets() throws SQLException {
SETS_COLUMN_NAMES);
TestContext.assertEqualsVerbose(
"CATALOG_NAME=" + catalogName
+ ", SCHEMA_NAME=FoodMart, CUBE_NAME=Warehouse, SET_NAME=[Top Sellers], SCOPE=1\n"
+ "CATALOG_NAME=" + catalogName
+ ", SCHEMA_NAME=FoodMart, CUBE_NAME=Warehouse and Sales, SET_NAME=[Top Sellers], SCOPE=1\n",
+ ", SCHEMA_NAME=FoodMart, CUBE_NAME=Warehouse, SET_NAME=[Top Sellers], SCOPE=1\n",
s);

s = checkResultSet(
Expand Down

0 comments on commit e3a4f3d

Please sign in to comment.