diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2008-11-12 04:02:48 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2008-11-12 04:02:48 +0000 |
commit | 2cae3d155177e3e2b012ff2cc5053a837ebf93c1 (patch) | |
tree | 17f4c283718d3450e7782bd2755a3c20413378b9 /pom.xml | |
parent | b07155fe474af94ea16a1677b1fc22a84002738c (diff) | |
download | jackcess-2cae3d155177e3e2b012ff2cc5053a837ebf93c1.tar.gz jackcess-2cae3d155177e3e2b012ff2cc5053a837ebf93c1.zip |
add some more query tests
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@389 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -53,6 +53,11 @@ <directory>src/resources</directory> </resource> </resources> + <testResources> + <testResource> + <directory>test/src/resources</directory> + </testResource> + </testResources> <pluginManagement> <plugins> <plugin> @@ -64,7 +69,7 @@ <systemProperties> <property> <name>log4j.configuration</name> - <value>com/healthmarketscience/jackcess/log4j.properties</value> + <value>log4j_test.properties</value> </property> <property> <name>com.healthmarketscience.jackcess.bigIndex</name> |