Merge branch 'master' of git://factorcode.org/git/factor
commit
dc88d45762
|
@ -25,7 +25,7 @@ IN: syndication.tests
|
||||||
f
|
f
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} ] [ "resource:extra/syndication/test/rss1.xml" load-news-file ] unit-test
|
} ] [ "resource:basis/syndication/test/rss1.xml" load-news-file ] unit-test
|
||||||
[ T{
|
[ T{
|
||||||
feed
|
feed
|
||||||
f
|
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 } }
|
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
|
||||||
|
|
|
@ -79,7 +79,7 @@ M: quit-responder call-responder*
|
||||||
[
|
[
|
||||||
<dispatcher>
|
<dispatcher>
|
||||||
add-quot-responder
|
add-quot-responder
|
||||||
"resource:extra/http/test" <static> >>default
|
"resource:basis/http/test" <static> >>default
|
||||||
main-responder set
|
main-responder set
|
||||||
|
|
||||||
test-httpd
|
test-httpd
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<head>
|
<head>
|
||||||
<t:write-title />
|
<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" />
|
<t:style t:include="resource:extra/websites/concatenative/page.css" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue