Skip to content

Commit

Permalink
MONDRIAN: Oops.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian-release/3.2/": change = 13983]
  • Loading branch information
julianhyde committed Dec 14, 2010
1 parent be335c7 commit 4f34062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsrc/main/mondrian/olap/fun/FunctionTest.java
Expand Up @@ -5659,7 +5659,7 @@ public void testCaseTuple() {
// member array) needs to be evaluated to a scalar. I think that if we
// get the type deduction right, the MDX exp compiler will handle the
// rest.
if (true) assertExprReturns(
if (false) assertExprReturns(
"case 1 when 0 then 1.5\n"
+ " else ([Gender].[M], [Measures].[Unit Sales]) end",
"135,215");
Expand Down

0 comments on commit 4f34062

Please sign in to comment.