aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-09 14:24:28 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-09 14:24:28 +0000
commit98c62964f95735281e1617c9506c92fca78a706d (patch)
tree70fc99ae0259a72205bb4f47adc8c19e326f7160 /t
parenteca5406ad7ee8daef7bad2de2fcc59ae7019e65f (diff)
downloadperl-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.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/parse.t b/t/parse.t
index 5442a95..dca52e3 100644
--- a/t/parse.t
+++ b/t/parse.t
@@ -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;