r77646 - in /trunk/libpoe-component-client-http-perl/debian: changelog patches/disable_network_tests.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jul 20 16:56:11 UTC 2011


Author: gregoa
Date: Wed Jul 20 16:56:09 2011
New Revision: 77646

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77646
Log:
Add t/01_ssl.t to disable_network_tests.patch (closes: #634593).

Modified:
    trunk/libpoe-component-client-http-perl/debian/changelog
    trunk/libpoe-component-client-http-perl/debian/patches/disable_network_tests.patch

Modified: trunk/libpoe-component-client-http-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/changelog?rev=77646&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/changelog (original)
+++ trunk/libpoe-component-client-http-perl/debian/changelog Wed Jul 20 16:56:09 2011
@@ -1,10 +1,11 @@
 libpoe-component-client-http-perl (0.943-1) UNRELEASED; urgency=low
 
-  IGNORE-VERSION: 0.943-1
-  No code changes.
-
+  [ Ansgar Burchardt ]
   * Bump (build-)dep on libpoe-perl to >= 1:1.3110.
   * Bump (build-)dep on libpoe-component-client-keepalive-perl to >= 0.2670.
+
+  [ gregor herrmann ]
+  * Add t/01_ssl.t to disable_network_tests.patch (closes: #634593).
 
  -- Ansgar Burchardt <ansgar at debian.org>  Sun, 12 Jun 2011 15:05:09 +0200
 

Modified: trunk/libpoe-component-client-http-perl/debian/patches/disable_network_tests.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/patches/disable_network_tests.patch?rev=77646&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/patches/disable_network_tests.patch (original)
+++ trunk/libpoe-component-client-http-perl/debian/patches/disable_network_tests.patch Wed Jul 20 16:56:09 2011
@@ -24,3 +24,15 @@
  POE::Component::Client::HTTP->spawn(
    Alias           => 'ua',
    Streaming       => 4000,
+--- a/t/01_ssl.t
++++ b/t/01_ssl.t
+@@ -8,6 +8,9 @@
+ use HTTP::Request::Common qw(GET POST);
+ use Test::More;
+ 
++unless ($ENV{HAS_INTERNET} ) {
++  plan skip_all => "Tests disabled that need internet access.";
++}
+ 
+ unless (grep /SSLify/, keys %INC) {
+   plan skip_all => 'Need POE::Component::SSLify to test SSL';




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