X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F48xml-to-sqlite.t;h=c567bbc1696af35add6ec8053d9c32724d33112e;hb=ea4a3ecc5de1c8f062fef3bab51e1cc7a2c23235;hp=9d0baa4885ea14efc91798875c09df4e0203e181;hpb=51c4e3824e8ba2e75e130ad09f40c4d1ccbc95ea;p=dbsrgits%2FSQL-Translator.git diff --git a/t/48xml-to-sqlite.t b/t/48xml-to-sqlite.t index 9d0baa4..c567bbc 100644 --- a/t/48xml-to-sqlite.t +++ b/t/48xml-to-sqlite.t @@ -49,7 +49,7 @@ CREATE TABLE 'Basic' ( 'emptytagdef' varchar DEFAULT '', 'another_id' int(10) DEFAULT 2, 'timest' timestamp, - FOREIGN KEY('another_id') REFERENCES 'Another'() + FOREIGN KEY ('another_id') REFERENCES 'Another'('id') ); CREATE INDEX 'titleindex' ON 'Basic' ('title'); @@ -107,7 +107,7 @@ eq_or_diff(\@sql, 'emptytagdef' varchar DEFAULT '', 'another_id' int(10) DEFAULT 2, 'timest' timestamp, - FOREIGN KEY('another_id') REFERENCES 'Another'() + FOREIGN KEY ('another_id') REFERENCES 'Another'('id') )>, q, q,