aboutsummaryrefslogtreecommitdiffstats
path: root/tests/reproducers/simple/VersionedJar__V1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reproducers/simple/VersionedJar__V1')
-rw-r--r--tests/reproducers/simple/VersionedJar__V1/testcases/VersionedJarTest.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/reproducers/simple/VersionedJar__V1/testcases/VersionedJarTest.java b/tests/reproducers/simple/VersionedJar__V1/testcases/VersionedJarTest.java
index e035c97..27b809e 100644
--- a/tests/reproducers/simple/VersionedJar__V1/testcases/VersionedJarTest.java
+++ b/tests/reproducers/simple/VersionedJar__V1/testcases/VersionedJarTest.java
@@ -34,12 +34,10 @@ obligated to do so. If you do not wish to do so, delete this
exception statement from your version.
*/
-
-import junit.framework.Assert;
-
import net.sourceforge.jnlp.ProcessResult;
import net.sourceforge.jnlp.ServerAccess;
+import org.junit.Assert;
import org.junit.Test;
public class VersionedJarTest {
@@ -61,4 +59,4 @@ public class VersionedJarTest {
Assert.assertTrue("Stdout should contain '" + VERSIONED + "', but did not.", pr.stdout.contains(VERSIONED));
Assert.assertFalse("Stderr should NOT contain '" +FAILURE + "', but did.", pr.stderr.contains(FAILURE));
}
-} \ No newline at end of file
+}