From: Alexandre Emsenhuber Date: Thu, 7 May 2009 09:30:36 +0000 (+0000) Subject: only 1010 tests, not 1120 X-Git-Tag: 1.31.0-rc.0~41856 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=c28e4d6eed42bfadcf78a379de8a48f8d2e2e0b4;p=lhc%2Fweb%2Fwiklou.git only 1010 tests, not 1120 --- diff --git a/t/inc/IP.t b/t/inc/IP.t index eb717252c0..d5bc017c56 100644 --- a/t/inc/IP.t +++ b/t/inc/IP.t @@ -3,7 +3,7 @@ require 't/Test.php'; -plan( 1120 ); +plan( 1010 ); require_ok( 'includes/IP.php' );