From ec46b2072d4c8faa25f1b2ee5e66bc5245581fdb Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Sun, 15 Dec 2024 19:01:02 +0100 Subject: [PATCH] simplify tests --- .../java/org/mozilla/javascript/tests/DeletePropertyTest.java | 1 - .../test/java/org/mozilla/javascript/tests/FunctionTest.java | 3 --- .../java/org/mozilla/javascript/tests/GlobalParseXTest.java | 3 --- 3 files changed, 7 deletions(-) diff --git a/rhino/src/test/java/org/mozilla/javascript/tests/DeletePropertyTest.java b/rhino/src/test/java/org/mozilla/javascript/tests/DeletePropertyTest.java index 55e6c405b8..60e3a143d2 100644 --- a/rhino/src/test/java/org/mozilla/javascript/tests/DeletePropertyTest.java +++ b/rhino/src/test/java/org/mozilla/javascript/tests/DeletePropertyTest.java @@ -5,7 +5,6 @@ package org.mozilla.javascript.tests; import org.junit.Test; -import org.mozilla.javascript.ScriptableObject; import org.mozilla.javascript.Undefined; /** diff --git a/rhino/src/test/java/org/mozilla/javascript/tests/FunctionTest.java b/rhino/src/test/java/org/mozilla/javascript/tests/FunctionTest.java index e559d32cf6..a5e8d2ef21 100644 --- a/rhino/src/test/java/org/mozilla/javascript/tests/FunctionTest.java +++ b/rhino/src/test/java/org/mozilla/javascript/tests/FunctionTest.java @@ -5,10 +5,7 @@ /** */ package org.mozilla.javascript.tests; -import static org.junit.Assert.assertEquals; - import org.junit.Test; -import org.mozilla.javascript.Scriptable; /** * Unit tests for Function. diff --git a/rhino/src/test/java/org/mozilla/javascript/tests/GlobalParseXTest.java b/rhino/src/test/java/org/mozilla/javascript/tests/GlobalParseXTest.java index 82068b2f39..0a1ab50701 100644 --- a/rhino/src/test/java/org/mozilla/javascript/tests/GlobalParseXTest.java +++ b/rhino/src/test/java/org/mozilla/javascript/tests/GlobalParseXTest.java @@ -5,10 +5,7 @@ /** */ package org.mozilla.javascript.tests; -import static org.junit.Assert.assertEquals; - import org.junit.Test; -import org.mozilla.javascript.Scriptable; /** * Tests for global functions parseFloat and parseInt.