[ca-certificates-java] 38/58: Write the temporary test files in target/test-classes
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed May 31 13:13:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository ca-certificates-java.
commit b566841f78622566dbe2067565dbd89a12f8037f
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Mar 24 11:11:38 2014 +0000
Write the temporary test files in target/test-classes
---
src/test/java/org/debian/security/UpdateCertificatesTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/org/debian/security/UpdateCertificatesTest.java b/src/test/java/org/debian/security/UpdateCertificatesTest.java
index 2b8f30c..5e5ed27 100644
--- a/src/test/java/org/debian/security/UpdateCertificatesTest.java
+++ b/src/test/java/org/debian/security/UpdateCertificatesTest.java
@@ -43,7 +43,7 @@ public class UpdateCertificatesTest {
@Before
public void start() {
- ksFilename = "./tests-cacerts";
+ ksFilename = "./target/test-classes/tests-cacerts";
ksPassword = "changeit";
// Delete any previous file
File keystore = new File(ksFilename);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ca-certificates-java.git
More information about the pkg-java-commits
mailing list