diff options
Diffstat (limited to 'src/junit/com/jogamp/common/net/TestUriQueryProps.java')
-rw-r--r-- | src/junit/com/jogamp/common/net/TestUriQueryProps.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/junit/com/jogamp/common/net/TestUriQueryProps.java b/src/junit/com/jogamp/common/net/TestUriQueryProps.java index 847c6e3..27a4bb7 100644 --- a/src/junit/com/jogamp/common/net/TestUriQueryProps.java +++ b/src/junit/com/jogamp/common/net/TestUriQueryProps.java @@ -8,13 +8,13 @@ import java.net.URISyntaxException; import org.junit.Assert; import org.junit.Test; -import com.jogamp.junit.util.SingletonTestCase; +import com.jogamp.junit.util.SingletonJunitCase; import org.junit.FixMethodOrder; import org.junit.runners.MethodSorters; @FixMethodOrder(MethodSorters.NAME_ASCENDING) -public class TestUriQueryProps extends SingletonTestCase { +public class TestUriQueryProps extends SingletonJunitCase { @Test public void test() throws IOException, URISyntaxException { |