re-enable postgresql tests
parent
18f139394e
commit
e5b370194d
|
@ -199,10 +199,9 @@ TUPLE: annotation n paste-id summary author mode contents ;
|
||||||
: test-sqlite ( quot -- )
|
: test-sqlite ( quot -- )
|
||||||
>r "tuples-test.db" temp-file sqlite-db r> with-db ;
|
>r "tuples-test.db" temp-file sqlite-db r> with-db ;
|
||||||
|
|
||||||
! : test-postgresql ( quot -- )
|
: test-postgresql ( quot -- )
|
||||||
! >r { "localhost" "postgres" "foob" "factor-test" } postgresql-db r> with-db ;
|
>r { "localhost" "postgres" "foob" "factor-test" } postgresql-db r> with-db ;
|
||||||
|
|
||||||
: test-postgresql drop ;
|
|
||||||
: test-repeated-insert
|
: test-repeated-insert
|
||||||
[ ] [ person ensure-table ] unit-test
|
[ ] [ person ensure-table ] unit-test
|
||||||
[ ] [ person1 get insert-tuple ] unit-test
|
[ ] [ person1 get insert-tuple ] unit-test
|
||||||
|
|
Loading…
Reference in New Issue