Index: trunk/phase3/tests/phpunit/includes/IPTest.php |
— | — | @@ -276,7 +276,7 @@ |
277 | 277 | foreach ( $private as $p ) { |
278 | 278 | $this->assertFalse( IP::isPublic( $p ), "$p is not a public IP address" ); |
279 | 279 | } |
280 | | - $public = array( '2001:5c0:1000:a::133', 'fc::3' ); |
| 280 | + $public = array( '2001:5c0:1000:a::133', 'fc::3', '00FC::' ); |
281 | 281 | foreach ( $public as $p ) { |
282 | 282 | $this->assertTrue( IP::isPublic( $p ), "$p is a public IP address" ); |
283 | 283 | } |