Skip to content

Commit

Permalink
MONDRIAN: Oops! Minor XMLA output difference between mysql and oracle…
Browse files Browse the repository at this point in the history
… is OK.

[git-p4: depot-paths = "//open/mondrian-release/3.2/": change = 13713]
  • Loading branch information
julianhyde committed Jun 15, 2010
1 parent 064a799 commit 75c1429
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testsrc/main/mondrian/xmla/XmlaExcel2007Test.java
Expand Up @@ -52,7 +52,8 @@ protected String filter(
String filename,
String content)
{
if (testCaseName.startsWith("testMemberPropertiesAndSlicer")
if ((testCaseName.startsWith("testMemberPropertiesAndSlicer")
|| testCaseName.equals("testBugMondrian761"))
&& filename.equals("response"))
{
Dialect dialect = TestContext.instance().getDialect();
Expand Down

0 comments on commit 75c1429

Please sign in to comment.