r68985 - in /trunk/perlipq/debian: changelog patches/tests.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Feb 18 13:50:56 UTC 2011


Author: gregoa
Date: Fri Feb 18 13:50:30 2011
New Revision: 68985

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68985
Log:
Update tests.patch to only run the first test (closes: #613942).

Modified:
    trunk/perlipq/debian/changelog
    trunk/perlipq/debian/patches/tests.patch

Modified: trunk/perlipq/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlipq/debian/changelog?rev=68985&op=diff
==============================================================================
--- trunk/perlipq/debian/changelog (original)
+++ trunk/perlipq/debian/changelog Fri Feb 18 13:50:30 2011
@@ -1,3 +1,9 @@
+perlipq (1.25-3) UNRELEASED; urgency=low
+
+  * Update tests.patch to only run the first test (closes: #613942).
+
+ -- gregor herrmann <gregoa at debian.org>  Fri, 18 Feb 2011 14:48:40 +0100
+
 perlipq (1.25-2) unstable; urgency=low
 
   * Take over for the Debian Perl Group; Closes: #572957 -- ITA

Modified: trunk/perlipq/debian/patches/tests.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlipq/debian/patches/tests.patch?rev=68985&op=diff
==============================================================================
--- trunk/perlipq/debian/patches/tests.patch (original)
+++ trunk/perlipq/debian/patches/tests.patch Fri Feb 18 13:50:30 2011
@@ -11,16 +11,16 @@
  $^W = 1;
  
 -my $tests = 4;
-+my $tests = 2;
++my $tests = 1;
  
  sub test
  {
-@@ -35,6 +35,8 @@
- 		print "ok 2\n";
- 	}
+@@ -22,6 +22,8 @@
+ 	
+ 	print "ok 1\n";
  
 +	return;
 +
  	#
- 	# Test 3 -  Verify against /proc entry
+ 	# Test 2 - IPQueue object creation
  	#




More information about the Pkg-perl-cvs-commits mailing list