db.postgresql: Enable postgresql tests on win64! YAY!!

db4
Doug Coleman 2014-07-08 01:26:12 -05:00
parent 05aabb13f4
commit 6612867742
1 changed files with 74 additions and 76 deletions

View File

@ -4,7 +4,6 @@ db.tuples db.types unicode.case accessors system db.tester ;
IN: db.postgresql.tests
os windows? cpu x86.64? and [
! Ensure the table exists
[ ] [ postgresql-test-db [ ] with-db ] unit-test
@ -86,4 +85,3 @@ os windows? cpu x86.64? and [
"select * from person" sql-query length
] with-db
] unit-test
] unless