From 5eeae073df5989848db035a6fae78b9e7bda8349 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 25 Oct 2010 16:28:15 +0000 Subject: [PATCH] Follow up r75361 : removing a work in progress test case --- maintenance/tests/phpunit/includes/IPTest.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/maintenance/tests/phpunit/includes/IPTest.php b/maintenance/tests/phpunit/includes/IPTest.php index 181379c1f0..2336086f3c 100644 --- a/maintenance/tests/phpunit/includes/IPTest.php +++ b/maintenance/tests/phpunit/includes/IPTest.php @@ -140,14 +140,4 @@ class IPTest extends PHPUnit_Framework_TestCase { $this->assertNet( '10.128.0.0' , '10.135.0.0/9' ); $this->assertNet( '134.0.0.0' , '134.0.5.1/8' ); } - - function testIPv6SpecialRanges() { - $this->assertTrue( IPv6::isULA( 'fdc1:9d57:401e::' ) ); - $this->assertTrue( IPv6::isULA( 'FDC1:9D57:401E::' ) ); - $this->assertTrue( IPv6::isULA( 'fc::' ) ); - $this->assertTrue( IPv6::isULA( 'fdff:ffff:ffff::' ) ); - - $this->assertFalse( IPv6::isULA( '2001:0DB8::A:1::' ) ); - $this->assertFalse( IPv6::isULA( '::1' ) ); - } } -- 2.20.1