From f8e858652dd4b3c934918fdba0585a4a0dd09967 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Wed, 8 Oct 2014 10:12:16 -0700 Subject: [PATCH] db.postgresql: This is not actually the case on my Mac. --- basis/db/postgresql/postgresql-tests.factor | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/basis/db/postgresql/postgresql-tests.factor b/basis/db/postgresql/postgresql-tests.factor index ce13ab2b9c..66e1bd8b64 100644 --- a/basis/db/postgresql/postgresql-tests.factor +++ b/basis/db/postgresql/postgresql-tests.factor @@ -22,13 +22,13 @@ postgresql-template1-db [ ! Triggers a two line error message (ERROR + DETAIL) because two ! connections can't simultaneously use the template1 database. -[ - postgresql-template1-db [ - postgresql-template1-db [ - "will_never_exist" ensure-database - ] with-db - ] with-db -] [ sql-unknown-error? ] must-fail-with +! [ + ! postgresql-template1-db [ + ! postgresql-template1-db [ + ! "will_never_exist" ensure-database + ! ] with-db + ! ] with-db +! ] [ sql-unknown-error? ] must-fail-with [ ] [ postgresql-test-db [