]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/syndication/syndication-tests.factor
Add vocab: for vocab-relative paths
[factor.git] / basis / syndication / syndication-tests.factor
index 8cfdc9e1d54ddfa2e22ce867e486d28a703e5b64..616ce2723a6a2d23767730a90a15de805da7cd3d 100644 (file)
@@ -25,7 +25,7 @@ IN: syndication.tests
             f
         }
     }
-} ] [ "resource:basis/syndication/test/rss1.xml" load-news-file ] unit-test
+} ] [ "vocab:syndication/test/rss1.xml" load-news-file ] unit-test
 [ T{
     feed
     f
@@ -42,5 +42,5 @@ IN: syndication.tests
             T{ timestamp f 2003 12 13 8 29 29 T{ duration f 0 0 0 -4 0 0 } }
         }
     }
-} ] [ "resource:basis/syndication/test/atom.xml" load-news-file ] unit-test
-[ ] [ "resource:basis/syndication/test/atom.xml" load-news-file feed>xml xml>string drop ] unit-test
+} ] [ "vocab:syndication/test/atom.xml" load-news-file ] unit-test
+[ ] [ "vocab:syndication/test/atom.xml" load-news-file feed>xml xml>string drop ] unit-test