tests/libjava-mauve/src/gnu/testlet/java/security/cert/pkix/pkits/InvalidpathLenConstraintTest10.java
branchjk_new_structure
changeset 1541 75c2e24dea9a
parent 1540 92ac284961c1
child 1542 be11db817bcf
--- a/tests/libjava-mauve/src/gnu/testlet/java/security/cert/pkix/pkits/InvalidpathLenConstraintTest10.java	Fri Jul 20 21:39:51 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-/* InvalidpathLenConstraintTest10.java
-   Copyright (C) 2003  Free Software Foundation, Inc.
-
-   Distributed under the GPL. See the file `COPYING' */
-
-// Tags: JDK1.4
-// Uses: BaseInvalidTest
-// Files: data/certs/InvalidpathLenConstraintTest10EE.crt data/certs/pathLenConstraint6subsubCA00Cert.crt data/certs/pathLenConstraint6subCA0Cert.crt data/certs/pathLenConstraint6CACert.crt data/crls/pathLenConstraint6subsubCA00CRL.crl data/crls/pathLenConstraint6subCA0CRL.crl data/crls/pathLenConstraint6CACRL.crl
-
-package gnu.testlet.java.security.cert.pkix.pkits;
-
-public class InvalidpathLenConstraintTest10 extends BaseInvalidTest
-{
-  public InvalidpathLenConstraintTest10()
-  {
-    super(new String[] { "data/certs/InvalidpathLenConstraintTest10EE.crt",
-                         "data/certs/pathLenConstraint6subsubCA00Cert.crt",
-                         "data/certs/pathLenConstraint6subCA0Cert.crt",
-                         "data/certs/pathLenConstraint6CACert.crt" },
-          new String[] { "data/crls/pathLenConstraint6subsubCA00CRL.crl",
-                         "data/crls/pathLenConstraint6subCA0CRL.crl",
-                         "data/crls/pathLenConstraint6CACRL.crl" });
-  }
-}