[svn:DBD-Pg] r11553 - DBD-Pg/trunk/t

[email protected]
Newsgroups perl.dbd.pg.changes
Message-ID <[email protected]>
Author: turnstep
Date: Mon Jul 21 07:12:39 2008
New Revision: 11553

Modified:
   DBD-Pg/trunk/t/99_spellcheck.t

Log:
Skip correct number if File::Comments is not installed but Text::SpellChecker is.


Modified: DBD-Pg/trunk/t/99_spellcheck.t
==============================================================================
--- DBD-Pg/trunk/t/99_spellcheck.t	(original)
+++ DBD-Pg/trunk/t/99_spellcheck.t	Mon Jul 21 07:12:39 2008
@@ -100,7 +100,7 @@
 ## Now the comments
 SKIP: {
 	if (!eval { require File::Comments; 1 }) {
-		skip ('Need File::Comments to test the spelling inside comments', 2);
+		skip ('Need File::Comments to test the spelling inside comments', 11+@testfiles);
 	}
     {
 		## For XS files...
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.