r53339 - in /trunk/libnet-twitter-perl/debian: changelog patches/no-network

franck at users.alioth.debian.org franck at users.alioth.debian.org
Thu Feb 25 19:04:00 UTC 2010


Author: franck
Date: Thu Feb 25 19:03:42 2010
New Revision: 53339

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53339
Log:
* Removed use of NETWORK_TEST in t/51_rate_limit.t.

Modified:
    trunk/libnet-twitter-perl/debian/changelog
    trunk/libnet-twitter-perl/debian/patches/no-network

Modified: trunk/libnet-twitter-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/changelog?rev=53339&op=diff
==============================================================================
--- trunk/libnet-twitter-perl/debian/changelog (original)
+++ trunk/libnet-twitter-perl/debian/changelog Thu Feb 25 19:03:42 2010
@@ -1,6 +1,7 @@
 libnet-twitter-perl (3.11004-2) unstable; urgency=low
 
   * Updated patch to require NETWORK_TEST in order to run t/51_since.t.
+    Removed use of NETWORK_TEST in t/51_rate_limit.t.
     Fix FTBFS. (Closes: #571426)
 
  -- Franck Joncourt <franck at debian.org>  Thu, 25 Feb 2010 19:06:19 +0100

Modified: trunk/libnet-twitter-perl/debian/patches/no-network
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-twitter-perl/debian/patches/no-network?rev=53339&op=diff
==============================================================================
--- trunk/libnet-twitter-perl/debian/patches/no-network (original)
+++ trunk/libnet-twitter-perl/debian/patches/no-network Thu Feb 25 19:03:42 2010
@@ -2,20 +2,8 @@
 Description: run test that needs network access only if NETWORK_TEST is set
 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564369
 Forwarded: no
---- git_libnet-twitter-perl.orig/t/51_rate_limit.t
-+++ git_libnet-twitter-perl/t/51_rate_limit.t
-@@ -5,6 +5,9 @@
- use lib qw(t/lib);
- use Net::Twitter;
- 
-+plan skip_all => 'set NETWORK_TEST to enable this test'
-+  unless ($ENV{NETWORK_TEST});
-+
- eval 'use TestUA';
- plan skip_all => 'LWP::UserAgent 5.819 required' if $@;
- 
---- git_libnet-twitter-perl.orig/t/51_since.t
-+++ git_libnet-twitter-perl/t/51_since.t
+--- a/t/51_since.t
++++ b/t/51_since.t
 @@ -6,6 +6,9 @@
  use Test::Exception;
  use lib qw(t/lib);




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