Skip to content

Commit fe48165

Browse files
committed
fix tests
Signed-off-by: dbulahov <bulahovdenis@gmail.com>
1 parent e72d777 commit fe48165

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mondrian/src/test/java/mondrian/test/TestCalculatedMembers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1702,7 +1702,7 @@ void testBugMondrian852(Context<?> context) {
17021702
+ "{}\n"
17031703
+ "Axis #1:\n"
17041704
+ "{[Measures].[Foo]}\n"
1705-
+ "Row #0: #ERR: org.eclipse.daanse.olap.fun.MondrianEvaluationException: wrtong typed, was: 123.0\n");
1705+
+ "Row #0: #ERR: org.eclipse.daanse.olap.fun.DaanseEvaluationException: wrtong typed, was: 123.0\n");
17061706

17071707
// unrelated to Mondrian852 we were occasionally seeing differences
17081708
// in number of digits of the casted value based on whether the

mondrian/src/test/java/org/eclipse/daanse/olap/function/def/visualtotals/VisualTotalsFunDefTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ void testVisualTotalsMemberInCalculation(Context<?> context) {
814814
+ "Row #1: 7,870\n"
815815
+ "Row #1: Bread : Product Category\n"
816816
+ "Row #2: 4,312\n"
817-
+ "Row #2: #ERR: org.eclipse.daanse.olap.fun.MondrianEvaluationException: Could not find an aggregator in the current "
817+
+ "Row #2: #ERR: org.eclipse.daanse.olap.fun.DaanseEvaluationException: Could not find an aggregator in the current "
818818
+ "evaluation context\n"
819819
+ "Row #3: 815\n"
820820
+ "Row #3: Bagels : Product Subcategory\n"

0 commit comments

Comments
 (0)