db.postgresql: Enable postgresql tests on win64! YAY!!
parent
05aabb13f4
commit
6612867742
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue