Fix call to undefined get() by removing it and simplifying the warning message.

This commit is contained in:
Daniel Nichter
2013-06-26 13:28:27 -07:00
parent def86634f8
commit 8584f3b734
2 changed files with 11 additions and 13 deletions
+6
View File
@@ -363,6 +363,12 @@ unlike(
"Bug 1188264: no undefined subroutine"
);
like(
$output,
qr/error 1265/, # Data truncated for column 'c' at row 21
"Bug 1188264: warning about expected MySQL error 1265"
);
# #############################################################################
# Done.
# #############################################################################