Index: maven.xml =================================================================== --- maven.xml (revision 385668) +++ maven.xml (working copy) @@ -447,6 +447,8 @@ value="${jdo.tck.mapping.companyfactory}"/> + Index: src/java/org/apache/jdo/tck/JDO_Test.java =================================================================== --- src/java/org/apache/jdo/tck/JDO_Test.java (revision 385668) +++ src/java/org/apache/jdo/tck/JDO_Test.java (working copy) @@ -153,6 +153,11 @@ /** Name of the file containing the properties for the PMF. */ protected static String PMFProperties = System.getProperty("PMFProperties"); + /** Name of the file containing signature test data. */ + protected static String signatureTestData = "src/conf/api20-signatures.txt"; + + /** Name of the base directory in which the test is run. */ + protected static String basedir = System.getProperty("jdo.tck.basedir"); /** Flag indicating whether to clean up data after tests or not. * If false then test will not clean up data from database. * The default value is true.