< prev index next >

test/javax/xml/crypto/dsig/ValidationTests.java

Print this page

        

@@ -23,10 +23,13 @@
 
 /**
  * @test
  * @bug 4635230 6365103 6366054 6824440 7131084 8046724 8079693
  * @summary Basic unit tests for validating XML Signatures with JSR 105
+ * @modules java.base/sun.security.util
+ *          java.base/sun.security.x509
+ *          java.xml.crypto/org.jcp.xml.dsig.internal.dom
  * @compile -XDignore.symbol.file KeySelectors.java SignatureValidator.java
  *     X509KeySelector.java ValidationTests.java
  * @run main/othervm ValidationTests
  * @author Sean Mullan
  */
< prev index next >