From b5d4825b56c9a008cba121e80abbf29e3292ebeb Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Mon, 17 Apr 2017 08:23:26 +0200 Subject: [PATCH] reorganize tests --- test/de/inetsoftware/jwebassembly/runtime/MathOperations.java | 2 +- test/de/inetsoftware/jwebassembly/runtime/RuntimeErrors.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/de/inetsoftware/jwebassembly/runtime/MathOperations.java b/test/de/inetsoftware/jwebassembly/runtime/MathOperations.java index 09d272f..65713b4 100644 --- a/test/de/inetsoftware/jwebassembly/runtime/MathOperations.java +++ b/test/de/inetsoftware/jwebassembly/runtime/MathOperations.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package de.inetsoftware.jwebassembly.math; +package de.inetsoftware.jwebassembly.runtime; import java.util.ArrayList; import java.util.Collection; diff --git a/test/de/inetsoftware/jwebassembly/runtime/RuntimeErrors.java b/test/de/inetsoftware/jwebassembly/runtime/RuntimeErrors.java index 0f24c3c..d693f55 100644 --- a/test/de/inetsoftware/jwebassembly/runtime/RuntimeErrors.java +++ b/test/de/inetsoftware/jwebassembly/runtime/RuntimeErrors.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package de.inetsoftware.jwebassembly.err; +package de.inetsoftware.jwebassembly.runtime; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue;