$NetBSD: patch-an,v 1.1 2002/11/12 11:17:18 skrll Exp $

--- tool/mauve/java/gnu/testlet/wonkax/microedition/io/Connector/AcuniaConnectorTest.java.orig	Wed Aug 14 12:09:04 2002
+++ tool/mauve/java/gnu/testlet/wonkax/microedition/io/Connector/AcuniaConnectorTest.java
@@ -197,10 +197,10 @@ public class AcuniaConnectorTest impleme
 */
   public void test_File(){
     th.checkPoint("file");
-    String name = "/test/AcuniaConnectorTestFile";
+    String name = "@PREFIX@/test/AcuniaConnectorTestFile";
     String text = "This is a simple test string\n";
     try {
-      Connection c = Connector.open("file:/system/system.properties",Connector.READ);
+      Connection c = Connector.open("file:@PREFIX@/system/system.properties",Connector.READ);
       th.check(c instanceof InputConnection);
       InputConnection in = (InputConnection) c;
       in.close();
@@ -273,7 +273,7 @@ public class AcuniaConnectorTest impleme
     th.checkPoint("URL");
     try {
       Connection c =
-        Connector.open("jar:file:/test/mauve-suite.jar!/gnu/testlet/wonkax/microedition/io/Connector/AcuniaConnectorTest.class;a=b");
+        Connector.open("jar:file:@PREFIX@/test/mauve-suite.jar!/gnu/testlet/wonkax/microedition/io/Connector/AcuniaConnectorTest.class;a=b");
       th.check(c instanceof ContentConnection);
       ContentConnection cc = (ContentConnection)c;
       InputStream in = cc.openInputStream();
