|
|
Author: jkeenan
Date: Fri Jun 20 20:21:51 2008
New Revision: 28590
Modified:
trunk/t/postconfigure/06-data_slurp_temp.t
Log:
Number of tests in SKIP block should have been 3, not 2.
Modified: trunk/t/postconfigure/06-data_slurp_temp.t
==============================================================================
--- trunk/t/postconfigure/06-data_slurp_temp.t (original)
+++ trunk/t/postconfigure/06-data_slurp_temp.t Fri Jun 20 20:21:51 2008
@@ -85,10 +85,10 @@
If you have already completed configuration,
you can call Parrot::Configure::Data::slurp().
You appear not to have completed configuration;
-hence, two tests are skipped.
+hence, three tests are skipped.
REASON
- skip $reason, 2 unless defined $res;
+ skip $reason, 3 unless defined $res;
eval { $conf->data()->slurp(); };
ok( ( defined $@ ) && ( !$@ ), "Parrot::Configure::slurp() succeeded" );
|
|