File: 0002-Drop-test-requiring-network-access.patch

package info (click to toggle)
php-phpseclib3 3.0.46-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,528 kB
  • sloc: php: 30,756; xml: 392; makefile: 21
file content (20 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Mon, 11 Mar 2019 21:49:07 -1000
Subject: Drop test requiring network access

---
 tests/Unit/File/X509/X509Test.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/Unit/File/X509/X509Test.php b/tests/Unit/File/X509/X509Test.php
index 3094f29..a074257 100644
--- a/tests/Unit/File/X509/X509Test.php
+++ b/tests/Unit/File/X509/X509Test.php
@@ -684,7 +684,6 @@ M0qaEPsM2o3CSTfxSJQQIyEe+izV3UQqYSyWkNqCCFPN
         $this->assertFalse($x509->validateSignature());
 
         X509::setRecurLimit(5);
-        $this->assertTrue($x509->validateSignature());
     }
 
     public function testValidateDate()