From 62f7395b17f630b20354c1700daf325f7f1ce00d Mon Sep 17 00:00:00 2001 From: Luc Boudreau Date: Tue, 5 May 2009 15:51:06 +0000 Subject: [PATCH] Need to add this to repo for CI builds to work properly. git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@210 c6a108a4-781c-0410-a6c6-c2d559e19af0 --- test.properties | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 test.properties diff --git a/test.properties b/test.properties new file mode 100644 index 0000000..698e289 --- /dev/null +++ b/test.properties @@ -0,0 +1,26 @@ +# $Id:$ +# This software is subject to the terms of the Common Public License +# Agreement, available at the following URL: +# http://www.opensource.org/licenses/cpl.html. +# Copyright (C) 2007-2007 Julian Hyde and others. +# All Rights Reserved. +# You must accept the terms of that agreement to use this software. +# +########################################################################################## +# This is the default repo file to allow CI builds to function properly. +# Please do not commit any changes on it. +# +# SPECIAL NOTE. +# If the TCK is launched within Ant, the default amount of memory that +# is allowed for Ant won't do the job. There are lots of OLAP operations +# to perform and it is strongly suggested to give at lease 1 gig of ram +# to Ant in order to run properly. You can easily achieve this by setting +# ANT_OPTS environment variable to "-Xmx1024m". +########################################################################################## + +org.olap4j.test.connectUrl=jdbc:mondrian:Datasource=jdbc/SampleData;Catalog=./foodmart/FoodMart.xml; +org.olap4j.XmlaTester.CatalogUrl=file:foodmart/FoodMart.xml +org.olap4j.test.helperClassName=org.olap4j.MondrianTester +#org.olap4j.test.helperClassName=org.olap4j.XmlaTester + +# End test.properties