diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-09 14:24:28 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-09 14:24:28 +0000 |
commit | 98c62964f95735281e1617c9506c92fca78a706d (patch) | |
tree | 70fc99ae0259a72205bb4f47adc8c19e326f7160 /t | |
parent | eca5406ad7ee8daef7bad2de2fcc59ae7019e65f (diff) | |
download | perl-URPM-98c62964f95735281e1617c9506c92fca78a706d.tar perl-URPM-98c62964f95735281e1617c9506c92fca78a706d.tar.gz perl-URPM-98c62964f95735281e1617c9506c92fca78a706d.tar.bz2 perl-URPM-98c62964f95735281e1617c9506c92fca78a706d.tar.xz perl-URPM-98c62964f95735281e1617c9506c92fca78a706d.zip |
Adjust test count
Diffstat (limited to 't')
-rw-r--r-- | t/parse.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ use strict ; use warnings ; -use Test::More tests => 19; +use Test::More tests => 24; use URPM; use URPM::Build; use URPM::Query; |