Skip to content

Commit

Permalink
Reverts a change to the test suite which should not have been checked…
Browse files Browse the repository at this point in the history
… in.

git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@467 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed Aug 2, 2011
1 parent 4d81734 commit 07a492e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsrc/org/olap4j/MetadataTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ public void testDatabaseMetaDataGetProperties() throws SQLException {
"CATALOG_NAME=" + catalogName
+ ", SCHEMA_NAME=FoodMart, CUBE_NAME=Warehouse and Sales, DIMENSION_UNIQUE_NAME=[Store], HIERARCHY_UNIQUE_NAME=[Store], LEVEL_UNIQUE_NAME=[Store].[Store Name], MEMBER_UNIQUE_NAME=null, PROPERTY_NAME=Frozen Sqft, PROPERTY_CAPTION=Frozen Sqft, PROPERTY_TYPE=1, DATA_TYPE=5, PROPERTY_CONTENT_TYPE=0, DESCRIPTION=Warehouse and Sales Cube - Store Hierarchy - Store Name Level - Frozen Sqft Property",
s);
assertEquals(s, 74, linecount(s));
assertEquals(s, 66, linecount(s));

s = checkResultSet(
olapDatabaseMetaData.getProperties(
Expand Down

0 comments on commit 07a492e

Please sign in to comment.