]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xml/tests/funny-dtd.factor
Add vocab: for vocab-relative paths
[factor.git] / basis / xml / tests / funny-dtd.factor
index 1160af62bc191158c1f06acb4a04ef0ca06207d1..e9a38ae96b1ec5580efaeb9b3751fe8f0648f527 100644 (file)
@@ -4,6 +4,6 @@ IN: xml.tests
 USING: xml xml.writer io.files io.encodings.utf8 tools.test kernel ;
 
 [ t ] [
-    "resource:basis/xml/tests/funny-dtd.xml" utf8 file-contents string>xml
+    "vocab:xml/tests/funny-dtd.xml" utf8 file-contents string>xml
     dup xml>string string>xml =
 ] unit-test