projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4813fe2
)
Switch t/13schema.t to done_testing
Dagfinn Ilmari Mannsåker [Fri, 25 Jul 2014 12:27:00 +0000 (13:27 +0100)]
t/13schema.t
patch
|
blob
|
blame
|
history
diff --git
a/t/13schema.t
b/t/13schema.t
index
3d38208
..
2a74c58
100644
(file)
--- a/
t/13schema.t
+++ b/
t/13schema.t
@@
-4,7
+4,7
@@
$| = 1;
use strict;
-use Test::More tests => 245;
+use Test::More;
use Test::Exception;
use SQL::Translator::Schema::Constants;
@@
-744,3
+744,5
@@
require_ok( 'SQL::Translator::Schema' );
throws_ok { $f1 = $t2->add_field( name => 'location' ) }
qr/field order incomplete/;
}
+
+done_testing;