]> gitweb.factorcode.org Git - factor.git/commitdiff
More path fixes
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 5 Sep 2008 21:43:42 +0000 (16:43 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 5 Sep 2008 21:43:42 +0000 (16:43 -0500)
basis/syndication/syndication-tests.factor
basis/tools/deploy/deploy-tests.factor
extra/websites/concatenative/page.xml

index 73541e79087f0be103ace83591323720233a15a9..eb2095203cad728ea4b8d624eb90e5fd0cbc34c1 100755 (executable)
@@ -25,7 +25,7 @@ IN: syndication.tests
             f
         }
     }
-} ] [ "resource:extra/syndication/test/rss1.xml" load-news-file ] unit-test
+} ] [ "resource:basis/syndication/test/rss1.xml" load-news-file ] unit-test
 [ T{
     feed
     f
@@ -42,4 +42,4 @@ IN: syndication.tests
             T{ timestamp f 2003 12 13 8 29 29 T{ duration f 0 0 0 -4 0 0 } }
         }
     }
-} ] [ "resource:extra/syndication/test/atom.xml" load-news-file ] unit-test
+} ] [ "resource:basis/syndication/test/atom.xml" load-news-file ] unit-test
index 9171a480cf422f083b325295ffe2b3e696f7df6b..3d007e566cbd11c1d0f4c2894b17e0f7fa55df2c 100755 (executable)
@@ -79,7 +79,7 @@ M: quit-responder call-responder*
     [\r
         <dispatcher>\r
             add-quot-responder\r
-            "resource:extra/http/test" <static> >>default\r
+            "resource:basis/http/test" <static> >>default\r
         main-responder set\r
 \r
         test-httpd\r
index 464a3d9c5ddbc2a954cc0675bd99b1c063461074..129dcb154663a07751b40b6fb9391907e379c0fa 100644 (file)
@@ -10,7 +10,7 @@
                <head>
                        <t:write-title />
 
-                       <t:style t:include="resource:extra/xmode/code2html/stylesheet.css" />
+                       <t:style t:include="resource:basis/xmode/code2html/stylesheet.css" />
 
                        <t:style t:include="resource:extra/websites/concatenative/page.css" />