]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/http/http-tests.factor
Add vocab: for vocab-relative paths
[factor.git] / basis / http / http-tests.factor
index 4f685945aab391365085126ffe528e4748c8cb7b..229d05615ece724efdc3256e626cd2f7cd2c121f 100644 (file)
@@ -213,7 +213,7 @@ test-db [
     <dispatcher>
         add-quit-action
         <dispatcher>
-            "resource:basis/http/test" <static> >>default
+            "vocab:http/test" <static> >>default
         "nested" add-responder
         <action>
             [ URL" redirect-loop" <temporary-redirect> ] >>display
@@ -226,7 +226,7 @@ test-db [
     >url clone "port" get >>port ;
 
 [ t ] [
-    "resource:basis/http/test/foo.html" ascii file-contents
+    "vocab:http/test/foo.html" ascii file-contents
     "http://localhost/nested/foo.html" add-port http-get nip =
 ] unit-test