aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2008-11-12 04:02:48 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2008-11-12 04:02:48 +0000
commit2cae3d155177e3e2b012ff2cc5053a837ebf93c1 (patch)
tree17f4c283718d3450e7782bd2755a3c20413378b9 /pom.xml
parentb07155fe474af94ea16a1677b1fc22a84002738c (diff)
downloadjackcess-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.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2fa3d92..abcc0ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>