Skip to content

Commit 2da80d9

Browse files
committed
Documented the test.properties file a little more.
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@337 c6a108a4-781c-0410-a6c6-c2d559e19af0
1 parent 3df55a7 commit 2da80d9

File tree

1 file changed

+24
-9
lines changed

1 file changed

+24
-9
lines changed

test.properties

+24-9
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,48 @@
66
# All Rights Reserved.
77
# You must accept the terms of that agreement to use this software.
88
#
9-
##########################################################################################
9+
###############################################################################
1010
# This is the default repo file to allow CI builds to function properly.
1111
# Please do not commit any changes on it.
1212
#
13-
# If you want to test olap4j against a different database, you should
14-
# edit the jdbc.properties file in the simple-jndi folder.
1513
#
1614
# SPECIAL NOTE.
1715
# If the TCK is launched within Ant, the default amount of memory that
1816
# is allowed for Ant won't do the job. There are lots of OLAP operations
1917
# to perform and it is strongly suggested to give at lease 1 gig of ram
2018
# to Ant in order to run properly. You can easily achieve this by setting
2119
# ANT_OPTS environment variable to "-Xmx1024m".
22-
##########################################################################################
23-
24-
org.olap4j.test.connectUrl=jdbc:mondrian:Datasource=jdbc/SampleData;Catalog=./foodmart/FoodMart.xml;
20+
###############################################################################
2521

22+
###############################################################################
2623
# This activates the Mondrian in-process tester.
24+
# It is the default in-process Mondrian tester.
25+
# By default, it will use a file based HSQLDB in the
26+
# /foodmart folder. If you want to test olap4j against
27+
# a different database, edit the jdbc.properties file
28+
# in the /simple-jndi folder.
29+
2730
org.olap4j.test.helperClassName=org.olap4j.MondrianTester
31+
org.olap4j.test.connectUrl=jdbc:mondrian:Datasource=jdbc/SampleData;Catalog=./foodmart/FoodMart.xml;
32+
33+
###############################################################################
34+
# These two lines activate the XMLA tester. Uncomment the two
35+
# lines below to activate it. Make sure you comment out all others.
36+
# The in-process XML/A tester is a memory hog. Read the comment above.
37+
# By default, it will use a file based HSQLDB in the
38+
# /foodmart folder. If you want to test olap4j against
39+
# a different database, edit the jdbc.properties file
40+
# in the /simple-jndi folder.
2841

29-
# These two lines activate the XMLA tester. Comment the line
30-
# above and uncomment the two elow to activate it.
3142
#org.olap4j.test.helperClassName=org.olap4j.XmlaTester
3243
#org.olap4j.XmlaTester.CatalogUrl=file:foodmart/FoodMart.xml
3344

45+
###############################################################################
3446
# These options are used to test against a remote XML/A server.
35-
# The server must have the FoodMart schema installed.
47+
# Uncomment those properties and comment out the others above to
48+
# activate it. The server must have the FoodMart schema installed.
49+
# Both the data and the schema can be found in /foodmart
50+
3651
#org.olap4j.test.helperClassName=org.olap4j.RemoteXmlaTester
3752
#org.olap4j.RemoteXmlaTester.JdbcUrl=jdbc:xmla:Server=http://localhost:8080/mondrian/xmla
3853
#org.olap4j.RemoteXmlaTester.Username=joe

0 commit comments

Comments
 (0)