* tests/regression/base/All.java,
[cacao.git] / tests / regression / bugzilla / PR52.java
index fae85f1cab33f74e59e87449c560fdaaaf9a7fdd..c189a2eb8058a9711e4caa373040e6d01deda15d 100644 (file)
 */
 
 
-import junit.framework.*;
-import junit.textui.*;
+import org.junit.Test;
 
 import java.security.*;
 
-public class PR52 extends TestCase {
-    public static void main(String[] args) {
-        TestRunner.run(suite());
-    }
-
-    public static Test suite() {
-        return new TestSuite(PR52.class);
-    }
-
+public class PR52 {
+    @Test
     public void test() {
         // This one only triggers with GNU Classpath.
         AccessController.getContext();