aboutsummaryrefslogtreecommitdiff
path: root/Perl
diff options
context:
space:
mode:
authormertz2003-11-28 09:21:10 +0000
committermertz2003-11-28 09:21:10 +0000
commit935e98f355ed8cdd531446d6630217203a269986 (patch)
tree6f6fb9d07d112f110a89eb9bf25e992e3dd4e3ef /Perl
parentf7590c3d491cb963799ea3e9e112dbf090aba0f7 (diff)
downloadtkzinc-935e98f355ed8cdd531446d6630217203a269986.zip
tkzinc-935e98f355ed8cdd531446d6630217203a269986.tar.gz
tkzinc-935e98f355ed8cdd531446d6630217203a269986.tar.bz2
tkzinc-935e98f355ed8cdd531446d6630217203a269986.tar.xz
- modifying the number of test (31 => 36)
Diffstat (limited to 'Perl')
-rw-r--r--Perl/t/Images.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/Perl/t/Images.t b/Perl/t/Images.t
index 582371c..dfa342b 100644
--- a/Perl/t/Images.t
+++ b/Perl/t/Images.t
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
#
-# $Id: Images.t,v 1.2 2003-10-22 13:31:00 mertz Exp $
+# $Id: Images.t,v 1.3 2003-11-28 09:21:10 mertz Exp $
# Author: Christophe Mertz
#
@@ -14,7 +14,7 @@
BEGIN {
if (!eval q{
# use Test::More qw(no_plan);
- use Test::More tests => 31;
+ use Test::More tests => 36;
1;
}) {
print "# tests only work properly with installed Test::More module\n";