Skip to content

Commit

Permalink
Fixes an error with the last commit. Faulty copy-paste.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@463 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed Jul 19, 2011
1 parent 9473742 commit 6f3f308
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 @@ -72,7 +72,7 @@ public class MetadataTest extends TestCase {
"HIERARCHY_CAPTION", "DIMENSION_TYPE", "HIERARCHY_CARDINALITY",
"DEFAULT_MEMBER", "ALL_MEMBER", "DESCRIPTION", "STRUCTURE",
"IS_VIRTUAL", "IS_READWRITE", "DIMENSION_UNIQUE_SETTINGS",
"DIMENSION_IS_VISIBLE", "DIMENSION_IS_VISIBLE", "HIERARCHY_ORDINAL",
"DIMENSION_IS_VISIBLE", "HIERARCHY_IS_VISIBLE", "HIERARCHY_ORDINAL",
"DIMENSION_IS_SHARED", "PARENT_CHILD");
private static final List<String> FUNCTIONS_COLUMN_NAMES = Arrays.asList(
"FUNCTION_NAME", "DESCRIPTION", "PARAMETER_LIST", "RETURN_TYPE",
Expand Down

0 comments on commit 6f3f308

Please sign in to comment.