update method not working, switching to direct access for the test.

This commit is contained in:
Colin Kuskie 2010-11-10 21:08:49 -08:00
parent fa63b00e56
commit ca2b7cd2c5

View file

@ -687,6 +687,7 @@ sub try_it {
chomp($spec);
$test->update( { test => $spec } );
$test->test($spec);
my $result = $t1->run();
ok( $result, 'Tests ran ok' );