Skip to content

Commit

Permalink
MONDRIAN
Browse files Browse the repository at this point in the history
       Adjusting test as result of changelist 7272, LastNonEmpty now
       filters on both null and nullValue.

[git-p4: depot-paths = "//open/mondrian/": change = 7274]
  • Loading branch information
Richard Emberson committed Jul 27, 2006
1 parent ae9f124 commit 90fdfd2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion testsrc/main/mondrian/test/UdfTest.java
Expand Up @@ -31,6 +31,11 @@
*/
public class UdfTest extends FoodMartTestCase {

public UdfTest() {
}
public UdfTest(String name) {
super(name);
}
/**
* Test context which uses the local FoodMart schema.
*/
Expand Down Expand Up @@ -128,7 +133,7 @@ public void testLastNonEmpty() {
"Row #0: 2",
"Row #1: 7",
"Row #2: 6",
"Row #3: ",
"Row #3: 7",
"Row #4: 4",
"Row #5: 3",
"Row #6: 4",
Expand Down

0 comments on commit 90fdfd2

Please sign in to comment.