Index: trunk/phase3/t/inc/SearchUpdate.t |
— | — | @@ -58,4 +58,7 @@ |
59 | 59 | is( updateText( 'a > b' ), 'a b', 'Handle unclosed tags' ); |
60 | 60 | |
61 | 61 | $text = str_pad( "foo <barbarbar \n", 10000, 'x' ); |
62 | | -ok( updateText( $text ) != '', 'Bug 18609' ); |
\ No newline at end of file |
| 62 | + |
| 63 | +todo_start("Bug 18609"); |
| 64 | +isnt( updateText( $text ), '', 'Bug 18609' ); |
| 65 | +todo_end(); |