changeset 1255:0c37c46e9e9b

Fixed DummyJnlpWithTitleAndUrls test
author Jiri Vanek <jvanek@redhat.com>
date Mon, 22 Jun 2015 20:56:06 +0200
parents 01d833792fbd
children fa9ab81405a9
files tests/netx/unit/net/sourceforge/jnlp/security/appletextendedsecurity/UnsignedAppletTrustConfirmationTest.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/netx/unit/net/sourceforge/jnlp/security/appletextendedsecurity/UnsignedAppletTrustConfirmationTest.java	Mon Jun 22 19:48:08 2015 +0200
+++ b/tests/netx/unit/net/sourceforge/jnlp/security/appletextendedsecurity/UnsignedAppletTrustConfirmationTest.java	Mon Jun 22 20:56:06 2015 +0200
@@ -69,7 +69,7 @@
     private static class DummyJnlpWithTitleAndUrls extends DummyJNLPFileWithJar {
 
         public DummyJnlpWithTitleAndUrls(URL u) throws MalformedURLException {
-            super(u);
+            super(null, u);
         }
 
         @Override