[Pkg-owncloud-commits] [owncloud] 03/12: Add test for IPv6 without port

David Prévot taffit at moszumanska.debian.org
Tue Dec 9 22:47:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 5d56eba398357d5b324137ac55997d46d25f0051
Author: Lukas Reschke <lukas at owncloud.com>
Date:   Thu Dec 4 12:16:33 2014 +0100

    Add test for IPv6 without port
---
 tests/lib/request.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/lib/request.php b/tests/lib/request.php
index e93d63c..b27801a 100644
--- a/tests/lib/request.php
+++ b/tests/lib/request.php
@@ -196,7 +196,8 @@ class Test_Request extends PHPUnit_Framework_TestCase {
 		return array(
 			array('localhost:500', 'localhost'),
 			array('foo.com', 'foo.com'),
-			array('[1fff:0:a88:85a3::ac1f]:801', '[1fff:0:a88:85a3::ac1f]')
+			array('[1fff:0:a88:85a3::ac1f]:801', '[1fff:0:a88:85a3::ac1f]'),
+			array('[1fff:0:a88:85a3::ac1f]', '[1fff:0:a88:85a3::ac1f]')
 		);
 	}
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list