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 --- .../it0009/test/HelloWorldSharedLibJNITest.java | 25 +++------------------- 1 file changed, 3 insertions(+), 22 deletions(-) (limited to 'src/it/it0009-jni-dep-lib-shared') diff --git a/src/it/it0009-jni-dep-lib-shared/src/test/java/it0009/test/HelloWorldSharedLibJNITest.java b/src/it/it0009-jni-dep-lib-shared/src/test/java/it0009/test/HelloWorldSharedLibJNITest.java index 5b9adc9..e1e9af1 100644 --- a/src/it/it0009-jni-dep-lib-shared/src/test/java/it0009/test/HelloWorldSharedLibJNITest.java +++ b/src/it/it0009-jni-dep-lib-shared/src/test/java/it0009/test/HelloWorldSharedLibJNITest.java @@ -20,31 +20,12 @@ package it0009.test; */ import it0009.HelloWorldSharedLibJNI; -import junit.framework.Assert; -import junit.framework.TestCase; - +import org.junit.Assert; +import org.junit.Test; public class HelloWorldSharedLibJNITest - extends TestCase { - - public HelloWorldSharedLibJNITest( String name ) - { - super( name ); - } - - protected void setUp() - throws Exception - { - super.setUp(); - } - - protected void tearDown() - throws Exception - { - super.tearDown(); - } - + @Test public void testNativeHelloWorldSharedLibJNI() throws Exception { -- cgit v1.2.3