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.