diff --git a/build.xml b/build.xml index 55999f9..de04f10 100644 --- a/build.xml +++ b/build.xml @@ -37,12 +37,12 @@ ${src.dir}/org/olap4j/mdx/parser/impl/DefaultMdxParserSym.java" /> - We need to cleanup any remaining HSQL files, because lock files could still be there if previous tests crashed. --> - - - - + + + + + @@ -156,6 +159,14 @@ test.properties.example" /> + + + + + + + + diff --git a/simple-jndi/jdbc.properties b/simple-jndi/jdbc.properties index 8f78f19..6c57443 100644 --- a/simple-jndi/jdbc.properties +++ b/simple-jndi/jdbc.properties @@ -1,5 +1,6 @@ SampleData/type=javax.sql.DataSource SampleData/driver=org.hsqldb.jdbcDriver SampleData/url=jdbc:hsqldb:file:foodmart/foodmart +#SampleData/url=jdbc:hsqldb:mem:olap4j-test SampleData/user=sa SampleData/password= \ No newline at end of file