From: Brandon Black Date: Thu, 12 Oct 2006 14:44:55 +0000 (+0000) Subject: test update that should have been in the last commit... X-Git-Tag: 0.03008~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6eecda8aa315480921af091fa379e95c2f09ca86;p=dbsrgits%2FDBIx-Class-Schema-Loader.git test update that should have been in the last commit... --- diff --git a/t/lib/dbixcsl_common_tests.pm b/t/lib/dbixcsl_common_tests.pm index 26e106d..aa32df0 100644 --- a/t/lib/dbixcsl_common_tests.pm +++ b/t/lib/dbixcsl_common_tests.pm @@ -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} },