aboutsummaryrefslogtreecommitdiff
path: root/Perl
diff options
context:
space:
mode:
authormertz2004-05-24 19:56:23 +0000
committermertz2004-05-24 19:56:23 +0000
commit12d0c850ac24caca179a5f74a92257e9d1fe516d (patch)
treec6f827bd6e79d443c37e99e1f83cbe8f7591204f /Perl
parent220768dbcbab6f65910dc2691e9dae8aec659d69 (diff)
downloadtkzinc-12d0c850ac24caca179a5f74a92257e9d1fe516d.zip
tkzinc-12d0c850ac24caca179a5f74a92257e9d1fe516d.tar.gz
tkzinc-12d0c850ac24caca179a5f74a92257e9d1fe516d.tar.bz2
tkzinc-12d0c850ac24caca179a5f74a92257e9d1fe516d.tar.xz
Correcting the expected number of tests
Diffstat (limited to 'Perl')
-rw-r--r--Perl/t/Coords.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/Perl/t/Coords.t b/Perl/t/Coords.t
index 59cef9f..b8c4662 100644
--- a/Perl/t/Coords.t
+++ b/Perl/t/Coords.t
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
#
-# $Id: Coords.t,v 1.5 2004-05-12 08:57:33 mertz Exp $
+# $Id: Coords.t,v 1.6 2004-05-24 19:56:23 mertz Exp $
# Author: Christophe Mertz
#
@@ -10,7 +10,7 @@
BEGIN {
if (!eval q{
# use Test::More qw(no_plan);
- use Test::More tests => 20;
+ use Test::More tests => 21;
1;
}) {
print "# tests only work properly with installed Test::More module\n";