Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2008-09-05 17:05:23 -05:00
commit dc88d45762
3 changed files with 4 additions and 4 deletions
extra/websites/concatenative

View File

@ -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

View File

@ -79,7 +79,7 @@ M: quit-responder call-responder*
[
<dispatcher>
add-quot-responder
"resource:extra/http/test" <static> >>default
"resource:basis/http/test" <static> >>default
main-responder set
test-httpd

View 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" />