13 lines
739 B
Diff
13 lines
739 B
Diff
diff --git a/src/test/java/org/italiangrid/voms/test/ac/TestACGeneration.java b/src/test/java/org/italiangrid/voms/test/ac/TestACGeneration.java
|
|
index 1faf709..bc7557c 100644
|
|
--- a/src/test/java/org/italiangrid/voms/test/ac/TestACGeneration.java
|
|
+++ b/src/test/java/org/italiangrid/voms/test/ac/TestACGeneration.java
|
|
@@ -143,7 +143,7 @@ public class TestACGeneration {
|
|
|
|
expiredCertCRLErrorMessage = newErrorMessage(
|
|
canlError,
|
|
- "CRL for an expired certificate was not resolved Cause: No CRLs found for issuer \"CN=Test CA, O=IGI, C=IT\"");
|
|
+ "CRL for an expired certificate was not resolved Cause: No CRLs found for issuer \"cn=Test CA,o=IGI,c=IT\"");
|
|
|
|
final Date revocationDate = new Date(1348673124000L);
|
|
|