aboutsummaryrefslogtreecommitdiff
path: root/Perl/t/find.t
diff options
context:
space:
mode:
authormertz2004-04-02 12:01:49 +0000
committermertz2004-04-02 12:01:49 +0000
commitf42599649539b834698c54e664725ae5c52ab4ef (patch)
tree268f89889024dfbf37cd89a17940431c30cd1543 /Perl/t/find.t
parent088b6c17d7381c8b0b2cd145adb9968f7bcabe3d (diff)
downloadtkzinc-f42599649539b834698c54e664725ae5c52ab4ef.zip
tkzinc-f42599649539b834698c54e664725ae5c52ab4ef.tar.gz
tkzinc-f42599649539b834698c54e664725ae5c52ab4ef.tar.bz2
tkzinc-f42599649539b834698c54e664725ae5c52ab4ef.tar.xz
Positionnement du plan de test (ie du nombre de tests)
dans chaque fichier
Diffstat (limited to 'Perl/t/find.t')
-rw-r--r--Perl/t/find.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/Perl/t/find.t b/Perl/t/find.t
index ad82493..396a5a8 100644
--- a/Perl/t/find.t
+++ b/Perl/t/find.t
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
#
-# $Id: find.t,v 1.1 2003-10-16 12:10:03 mertz Exp $
+# $Id: find.t,v 1.2 2004-04-02 12:01:49 mertz Exp $
# Author: Christophe Mertz
#
@@ -13,8 +13,8 @@
BEGIN {
if (!eval q{
- use Test::More qw(no_plan);
-# use Test::More tests => 31;
+# use Test::More qw(no_plan);
+ use Test::More tests => 16;
1;
}) {
print "# tests only work properly with installed Test::More module\n";