]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/http/http-tests.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / basis / http / http-tests.factor
old mode 100755 (executable)
new mode 100644 (file)
index 9a1421a..608ba0c
@@ -179,10 +179,10 @@ http.server.dispatchers db.tuples ;
 
 : add-quit-action
     <action>
-        [ stop-server "Goodbye" "text/html" <content> ] >>display
+        [ stop-this-server "Goodbye" "text/html" <content> ] >>display
     "quit" add-responder ;
 
-: test-db "test.db" temp-file sqlite-db ;
+: test-db "test.db" temp-file <sqlite-db> ;
 
 [ test-db drop delete-file ] ignore-errors