projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2ae88fa
)
No warnings during tests -- it's ugly.
Ken Youens-Clark [Wed, 15 Apr 2009 18:27:17 +0000 (18:27 +0000)]
t/48xml-to-sqlite.t
patch
|
blob
|
blame
|
history
diff --git
a/t/48xml-to-sqlite.t
b/t/48xml-to-sqlite.t
index
c1dba06
..
4dd1da7
100644
(file)
--- a/
t/48xml-to-sqlite.t
+++ b/
t/48xml-to-sqlite.t
@@
-21,7
+21,7
@@
my $xmlfile = "$Bin/data/xml/schema.xml";
my $sqlt;
$sqlt = SQL::Translator->new(
no_comments => 1,
- show_warnings => 1,
+ show_warnings => 0,
add_drop_table => 1,
);