diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2017-05-03 01:30:57 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2017-05-03 01:30:57 +0000 |
commit | 54972c4de58d2e92f818a8adb8f772513a590d19 (patch) | |
tree | b078aeb2842cad3a220e98d2d699f38a33c97016 /pom.xml | |
parent | 1f28e955e5dd655950ef8c3903439d70eb4d375d (diff) | |
download | jackcess-54972c4de58d2e92f818a8adb8f772513a590d19.tar.gz jackcess-54972c4de58d2e92f818a8adb8f772513a590d19.zip |
Cover the GENERIC_JET4 format in unit tests, thanks to Gord Thompson
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1093 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -128,10 +128,6 @@ <value>log4j_test.properties</value> </property> <property> - <name>com.healthmarketscience.jackcess.bigIndex</name> - <value>${jackcess.bigIndex}</value> - </property> - <property> <name>com.healthmarketscience.jackcess.testFormats</name> <value>${jackcess.testFormats}</value> </property> @@ -247,6 +243,7 @@ <issueLinkTemplatePerSystem> <SourceForge2Features>http://sourceforge.net/p/jackcess/feature-requests/%ISSUE%</SourceForge2Features> <SourceForge2Patches>http://sourceforge.net/p/jackcess/patches/%ISSUE%</SourceForge2Patches> + <GitHubPullRequests>https://github.com/jahlborn/jackcess/pull/%ISSUE%</GitHubPullRequests> </issueLinkTemplatePerSystem> </configuration> </plugin> @@ -312,8 +309,4 @@ <url>scp://shell.sourceforge.net/home/project-web/jackcess/htdocs</url> </site> </distributionManagement> - <properties> - <jackcess.bigIndex>true</jackcess.bigIndex> - <jackcess.testFormats>V1997,V2000,V2003,V2007,V2010</jackcess.testFormats> - </properties> </project> |