fix test, something is still broken
parent
aeb5d60d3a
commit
39eacca297
|
@ -182,9 +182,11 @@ http.server.dispatchers db.tuples ;
|
||||||
[ stop-this-server "Goodbye" "text/html" <content> ] >>display
|
[ stop-this-server "Goodbye" "text/html" <content> ] >>display
|
||||||
"quit" add-responder ;
|
"quit" add-responder ;
|
||||||
|
|
||||||
: test-db "test.db" temp-file <sqlite-db> ;
|
: test-db-file "test.db" temp-file ;
|
||||||
|
|
||||||
[ test-db drop delete-file ] ignore-errors
|
: test-db test-db-file <sqlite-db> ;
|
||||||
|
|
||||||
|
[ test-db-file delete-file ] ignore-errors
|
||||||
|
|
||||||
test-db [
|
test-db [
|
||||||
init-furnace-tables
|
init-furnace-tables
|
||||||
|
|
Loading…
Reference in New Issue