Skip to content

Commit

Permalink
Fix metadata test now mondrian has more functions
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@56 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
julianhyde committed Jan 6, 2008
1 parent ea8b51d commit 728d79c
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 @@ -301,7 +301,7 @@ public void testDatabaseMetaDataGetFunctions() throws SQLException {
olapDatabaseMetaData.getOlapFunctions(null),
FUNCTIONS_COLUMN_NAMES);
assertContains("FUNCTION_NAME=Name, DESCRIPTION=Returns the name of a member., PARAMETER_LIST=Member, RETURN_TYPE=8, ORIGIN=1, INTERFACE_NAME=, LIBRARY_NAME=null, CAPTION=Name", s);
assertEquals(274, linecount(s));
assertEquals(340, linecount(s));

s = checkResultSet(
olapDatabaseMetaData.getOlapFunctions("%scendants"),
Expand Down

0 comments on commit 728d79c

Please sign in to comment.