]> gitweb.factorcode.org Git - factor.git/commitdiff
db.postgresql: This is not actually the case on my Mac.
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 8 Oct 2014 17:12:16 +0000 (10:12 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 8 Oct 2014 17:12:16 +0000 (10:12 -0700)
basis/db/postgresql/postgresql-tests.factor

index ce13ab2b9c264e6d9308706bc33a170a090dc161..66e1bd8b649bbdeff51e31e90e901fed9ce13382 100644 (file)
@@ -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 [