From ca2b7cd2c5bd0412ece55af357a5e3ead20bb224 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 10 Nov 2010 21:08:49 -0800 Subject: [PATCH] update method not working, switching to direct access for the test. --- t/Asset/Wobject/Survey/Test.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/Asset/Wobject/Survey/Test.t b/t/Asset/Wobject/Survey/Test.t index 01a80cd4b..20ecd4ca3 100644 --- a/t/Asset/Wobject/Survey/Test.t +++ b/t/Asset/Wobject/Survey/Test.t @@ -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' );