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:
parent
705dcf8116
commit
43d5ff6ffd
1 changed files with 0 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue