Skip to content

Commit

Permalink
Checkin: add the MDX test cases in AllTests
Browse files Browse the repository at this point in the history
  • Loading branch information
lzhang authored and xgu committed Sep 27, 2011
1 parent ab27116 commit 6d99e36
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,14 @@ public static Test suite( )
suite.addTestSuite( org.eclipse.birt.data.engine.olap.data.impl.LevelMemberTest.class );
suite.addTestSuite( org.eclipse.birt.data.engine.olap.data.impl.TraversalorTest.class );

/* in package org.eclipse.birt.data.engine.olap.data.impl.aggregation.function*/
suite.addTestSuite( org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.MonthToDateTest.class );
suite.addTestSuite( org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.YearToDateFunctionTest.class );
suite.addTestSuite( org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.QuarterToDateFunctionTest.class );
suite.addTestSuite( org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.PreviousNPeriodsFunctionTest.class );
suite.addTestSuite( org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.WeekToDateTest.class );
suite.addTestSuite( org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest.class );

/* in package org.eclipse.birt.data.engine.olap.data.impl.dimension */
suite.addTestSuite( org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest.class );
suite.addTestSuite( org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest2.class );
Expand Down

0 comments on commit 6d99e36

Please sign in to comment.