Searched refs:DBDIR (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/sun/security/pkcs11/
H A DSecmodTest.java34 static String DBDIR; field in class:SecmodTest
50 DBDIR = System.getProperty("test.classes", ".") + SEP + "tmpdb";
51 System.setProperty("pkcs11test.nss.db", DBDIR);
52 File dbdirFile = new File(DBDIR);
56 copyFile("secmod.db", BASE, DBDIR);
57 copyFile("key3.db", BASE, DBDIR);
58 copyFile("cert8.db", BASE, DBDIR);

Completed in 128 milliseconds