Rm TODOs introduced in r58756, Avar had a bug with SVN updates, causing this test to run againt outdated includes and fail

This commit is contained in:
Max Semenik 2009-11-08 14:19:27 +00:00
parent 705dcf8116
commit 43d5ff6ffd

View 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();