update method not working, switching to direct access for the test.
This commit is contained in:
parent
fa63b00e56
commit
ca2b7cd2c5
1 changed files with 1 additions and 0 deletions
|
|
@ -687,6 +687,7 @@ sub try_it {
|
||||||
chomp($spec);
|
chomp($spec);
|
||||||
|
|
||||||
$test->update( { test => $spec } );
|
$test->update( { test => $spec } );
|
||||||
|
$test->test($spec);
|
||||||
my $result = $t1->run();
|
my $result = $t1->run();
|
||||||
ok( $result, 'Tests ran ok' );
|
ok( $result, 'Tests ran ok' );
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue