Author: jkeenan
Date: Sat Jul 19 19:54:42 2008
New Revision: 29628
Modified:
branches/parallel/t/steps/inter_lex-03.t
Log:
Remove TODO block.
Modified: branches/parallel/t/steps/inter_lex-03.t
==============================================================================
--- branches/parallel/t/steps/inter_lex-03.t (original)
+++ branches/parallel/t/steps/inter_lex-03.t Sat Jul 19 19:54:42 2008
@@ -45,8 +45,6 @@
$conf->options->set( %{$args} );
my $step = test_step_constructor_and_description($conf);
-TODO: {
- local $TODO = 'some problem with testing interactive configuration steps';
{
my $rv;
my $stdout;
@@ -68,7 +66,6 @@
ok( $stdout, "prompts were captured" );
}
}
-}
$object = undef;
$conf->replenish($serialized);