From: Justin Hunter Date: Tue, 8 Sep 2009 19:18:05 +0000 (-0700) Subject: done testing! X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4177b4ead1a13309559b0b2fca251d7f2f45f593;p=dbsrgits%2FSQL-Translator-2.0-ish.git done testing! --- diff --git a/t/02mysql-parser.t b/t/02mysql-parser.t index 13d611d..0d4aa62 100644 --- a/t/02mysql-parser.t +++ b/t/02mysql-parser.t @@ -841,3 +841,5 @@ ok ($@, 'Exception thrown on invalid version string'); is( $f3->default_value, "test single quotes escaped like you\\'re", "Single quote in default value is escaped properly" ); is( $f3->is_primary_key, 0, 'Field is not PK' ); } + +done_testing;