summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2009-04-18 15:27:10 +0200
committerdakkar <dakkar@thenautilus.net>2009-04-18 15:27:10 +0200
commitfde2553f6e2ab87b0dc3806b2dfdb67cac1aea71 (patch)
treec43a21b26ef1c4632dd4a77d23a9e10b8f863d6f
parentfactories are inherited now, added test (diff)
downloadTree-Transform-XSLTish-fde2553f6e2ab87b0dc3806b2dfdb67cac1aea71.tar.gz
Tree-Transform-XSLTish-fde2553f6e2ab87b0dc3806b2dfdb67cac1aea71.tar.bz2
Tree-Transform-XSLTish-fde2553f6e2ab87b0dc3806b2dfdb67cac1aea71.zip
put proper plans in every test
-rw-r--r--t/01-basic.t2
-rw-r--r--t/03-byname.t2
-rw-r--r--t/04-errors.t2
3 files changed, 3 insertions, 3 deletions
diff --git a/t/01-basic.t b/t/01-basic.t
index a6670a5..e947e7a 100644
--- a/t/01-basic.t
+++ b/t/01-basic.t
@@ -32,7 +32,7 @@ package OtherTransform;{
}
package main;
-use Test::Most qw(no_plan die);
+use Test::Most tests=>2,'die';
use strict;
use warnings;
use Tree::DAG_Node::XPath;
diff --git a/t/03-byname.t b/t/03-byname.t
index 784138b..8c3723f 100644
--- a/t/03-byname.t
+++ b/t/03-byname.t
@@ -17,7 +17,7 @@ package NameTransform;{
}
package main;
-use Test::Most qw(no_plan die);
+use Test::Most tests=>1,'die';
use strict;
use warnings;
use Tree::DAG_Node::XPath;
diff --git a/t/04-errors.t b/t/04-errors.t
index 107c1bd..ae02713 100644
--- a/t/04-errors.t
+++ b/t/04-errors.t
@@ -1,6 +1,6 @@
#!perl
package main;
-use Test::Most qw(no_plan);
+use Test::Most tests=>7;
use strict;
use warnings;
use Tree::DAG_Node::XPath;