develooper Front page | perl.cvs.parrot | Postings from January 2009

[svn:parrot] r36085 - trunk/t/perl

From:
bernhard
Date:
January 28, 2009 00:58
Subject:
[svn:parrot] r36085 - trunk/t/perl
Message ID:
20090128085745.6C7EFCB9AE@x12.develooper.com
Author: bernhard
Date: Wed Jan 28 00:57:44 2009
New Revision: 36085

Modified:
   trunk/t/perl/Parrot_Distribution.t

Log:
[t] fix number of test cases in Parrot_Distribution.t

Modified: trunk/t/perl/Parrot_Distribution.t
==============================================================================
--- trunk/t/perl/Parrot_Distribution.t	(original)
+++ trunk/t/perl/Parrot_Distribution.t	Wed Jan 28 00:57:44 2009
@@ -1,11 +1,12 @@
 #! perl
-# Copyright (C) 2001-2008, The Perl Foundation.
+# Copyright (C) 2001-2009, The Perl Foundation.
 # $Id$
 
 use strict;
 use warnings;
 use lib qw( . lib ../lib ../../lib );
-use Test::More tests => 31;
+
+use Test::More tests => 30;
 use File::Spec;
 
 =head1 NAME



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About