Fix tests to not clutter Factor directory
parent
3b1f3c08a4
commit
cedbad0772
|
@ -393,6 +393,10 @@ SYMBOL: a
|
||||||
[ "OK" ] [ "data" "http://localhost/a" add-port http-post nip ] unit-test
|
[ "OK" ] [ "data" "http://localhost/a" add-port http-post nip ] unit-test
|
||||||
|
|
||||||
! Check that download throws errors (reported by Chris Double)
|
! Check that download throws errors (reported by Chris Double)
|
||||||
[ "http://localhost/tweet_my_twat" add-port download ] must-fail
|
[
|
||||||
|
"resource:temp" [
|
||||||
|
"http://localhost/tweet_my_twat" add-port download
|
||||||
|
] with-directory
|
||||||
|
] must-fail
|
||||||
|
|
||||||
[ ] [ "http://localhost/quit" add-port http-get 2drop ] unit-test
|
[ ] [ "http://localhost/quit" add-port http-get 2drop ] unit-test
|
||||||
|
|
|
@ -69,7 +69,7 @@ IN: webapps.site-watcher
|
||||||
8431 >>secure ;
|
8431 >>secure ;
|
||||||
|
|
||||||
: site-watcher-db ( -- db )
|
: site-watcher-db ( -- db )
|
||||||
"resource:test.db" <sqlite-db> ;
|
"test.db" temp-file <sqlite-db> ;
|
||||||
|
|
||||||
<site-watcher-app>
|
<site-watcher-app>
|
||||||
<login-config>
|
<login-config>
|
||||||
|
|
Loading…
Reference in New Issue