test update that should have been in the last commit...
Brandon Black [Thu, 12 Oct 2006 14:44:55 +0000 (14:44 +0000)]
t/lib/dbixcsl_common_tests.pm

index 26e106d..aa32df0 100644 (file)
@@ -524,7 +524,7 @@ sub create {
                 id INTEGER NOT NULL PRIMARY KEY,
                 fkid INTEGER NOT NULL,
                 dat VARCHAR(32),
-                FOREIGN KEY (fkid) REFERENCES loader_test3 (id)
+                FOREIGN KEY( fkid ) REFERENCES loader_test3 (id)
             ) $self->{innodb}
         },