Rm TODOs introduced in r58756, Avar had a bug with SVN updates, causing this test...
authorMax Semenik <maxsem@users.mediawiki.org>
Sun, 8 Nov 2009 14:19:27 +0000 (14:19 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Sun, 8 Nov 2009 14:19:27 +0000 (14:19 +0000)
t/inc/SearchUpdate.t

index dc03b2a..f4ae3f7 100644 (file)
@@ -59,6 +59,4 @@ is( updateText( 'a > b' ), 'a b', 'Handle unclosed tags' );
 
 $text = str_pad( "foo <barbarbar \n", 10000, 'x' );
 
-todo_start("Bug 18609");
 isnt( updateText( $text ), '', 'Bug 18609' );
-todo_end();