Skip to content

Commit

Permalink
Need to add this to repo for CI builds to work properly.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@210 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed May 5, 2009
1 parent 93b1243 commit 62f7395
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions test.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 62f7395

Please sign in to comment.