From 5f44ac3e543e24fd9efc5025830ebc671b85f8dc Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Tue, 13 Oct 2009 21:40:10 +0200 Subject: Fixed NAR-59 --- .../java/it0004/test/HelloWorldJavaDepJNITest.java | 24 +++------------------- 1 file changed, 3 insertions(+), 21 deletions(-) (limited to 'src/it/it0004-java-dep-jni') diff --git a/src/it/it0004-java-dep-jni/src/test/java/it0004/test/HelloWorldJavaDepJNITest.java b/src/it/it0004-java-dep-jni/src/test/java/it0004/test/HelloWorldJavaDepJNITest.java index 7eda5ec..00686d6 100644 --- a/src/it/it0004-java-dep-jni/src/test/java/it0004/test/HelloWorldJavaDepJNITest.java +++ b/src/it/it0004-java-dep-jni/src/test/java/it0004/test/HelloWorldJavaDepJNITest.java @@ -19,31 +19,13 @@ package it0004.test; * under the License. */ -import junit.framework.*; - import it0003.HelloWorldJNI; +import org.junit.Assert; +import org.junit.Test; public class HelloWorldJavaDepJNITest - extends TestCase { - - public HelloWorldJavaDepJNITest( String name ) - { - super( name ); - } - - protected void setUp() - throws Exception - { - super.setUp(); - } - - protected void tearDown() - throws Exception - { - super.tearDown(); - } - + @Test public void testNativeHelloWorldJavaDepJNI() throws Exception { -- cgit v1.2.3