projects
/
dbsrgits/SQL-Translator-2.0-ish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
deb9f57
)
done testing!
Justin Hunter [Tue, 8 Sep 2009 19:18:05 +0000 (12:18 -0700)]
t/02mysql-parser.t
patch
|
blob
|
blame
|
history
diff --git
a/t/02mysql-parser.t
b/t/02mysql-parser.t
index
13d611d
..
0d4aa62
100644
(file)
--- 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;