r59538 - in /trunk/libnet-twitter-perl/debian: changelog patches/series patches/test_plan.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jun 18 23:23:03 UTC 2010


Author: gregoa
Date: Fri Jun 18 23:22:57 2010
New Revision: 59538

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59538
Log:
New patch test_plan.patch: use done_testing instead of a wrong plan for a
test.

Added:
    trunk/libnet-twitter-perl/debian/patches/test_plan.patch
Modified:
    trunk/libnet-twitter-perl/debian/changelog
    trunk/libnet-twitter-perl/debian/patches/series

Modified: trunk/libnet-twitter-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/changelog?rev=59538&op=diff
==============================================================================
--- trunk/libnet-twitter-perl/debian/changelog (original)
+++ trunk/libnet-twitter-perl/debian/changelog Fri Jun 18 23:22:57 2010
@@ -1,8 +1,10 @@
 libnet-twitter-perl (3.13004-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * New patch test_plan.patch: use done_testing instead of a wrong plan for a
+    test.
 
- -- gregor herrmann <gregoa at debian.org>  Sat, 19 Jun 2010 01:10:15 +0200
+ -- gregor herrmann <gregoa at debian.org>  Sat, 19 Jun 2010 01:12:00 +0200
 
 libnet-twitter-perl (3.13003-1) unstable; urgency=low
 

Modified: trunk/libnet-twitter-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/patches/series?rev=59538&op=diff
==============================================================================
--- trunk/libnet-twitter-perl/debian/patches/series (original)
+++ trunk/libnet-twitter-perl/debian/patches/series Fri Jun 18 23:22:57 2010
@@ -1,1 +1,2 @@
 disable-pod-spelling
+test_plan.patch

Added: trunk/libnet-twitter-perl/debian/patches/test_plan.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/patches/test_plan.patch?rev=59538&op=file
==============================================================================
--- trunk/libnet-twitter-perl/debian/patches/test_plan.patch (added)
+++ trunk/libnet-twitter-perl/debian/patches/test_plan.patch Fri Jun 18 23:22:57 2010
@@ -1,0 +1,23 @@
+Description: the number of tests is wrong. let's just use done_testing
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-06-19
+
+--- a/t/unicode.t
++++ b/t/unicode.t
+@@ -9,8 +9,6 @@
+ eval "use LWP::UserAgent 5.819";
+ plan skip_all => 'LWP::UserAgent >= 5.819 required' if $@;
+ 
+-plan tests => 12;
+-
+ my $req;
+ my $ua = LWP::UserAgent->new;
+ $ua->add_handler(request_send => sub {
+@@ -95,3 +93,5 @@
+ 
+ try { $nt->update($latin1) };
+ is sent_status(), $latin1, 'latin-1 basic auth';
++
++done_testing;




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