Moved Survey test upgrade to 7.7.6-7.7.7 upgrade script

This commit is contained in:
Patrick Donelan 2009-05-15 23:42:10 +00:00
parent bece623b8f
commit 2bde3dc02c
7 changed files with 27 additions and 16 deletions

View file

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