Skip to content

Commit

Permalink
MONDRIAN: Oops!
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 10327]
  • Loading branch information
julianhyde committed Dec 18, 2007
1 parent de524fa commit bfdc818
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions bin/megatest
Expand Up @@ -191,9 +191,9 @@ doTest2() {
case $database in
derby|access)
$ANT_HOME/bin/ant $ANT_FLAGS ;
$ANT_HOME/bin/ant $ANT_FLAGS clean compile compile.tests unzip-databases # test-nobuild
$ANT_HOME/bin/ant $ANT_FLAGS clean compile compile.tests unzip-databases test-nobuild
;;
*) $ANT_HOME/bin/ant $ANT_FLAGS clean compile compile.tests # test-nobuild
*) $ANT_HOME/bin/ant $ANT_FLAGS clean compile compile.tests test-nobuild
;;
esac
fi
Expand Down Expand Up @@ -559,9 +559,7 @@ doRandom()

doQuick()
{
doTest --olap4j jdk1.5 derby
# doTest jdk1.6 mysql mondrian.native.crossjoin.enable=false mondrian.native.topcount.enable=false mondrian.xmla.drillthroughTotalCount.enable=false mondrian.rolap.LargeDimensionThreshold=1

doTest --olap4j jdk1.6 access
}

doAllTests()
Expand Down

0 comments on commit bfdc818

Please sign in to comment.