fix exporthtml assethelper test to wait for forks

This commit is contained in:
Doug Bell 2011-01-04 18:00:53 -06:00
parent 30c2c2c418
commit dccfc597a8

View file

@ -85,6 +85,7 @@ $mech->submit_form_ok({
fields => {
},
});
WebGUI::Test->waitForAllForks;
ok( -e File::Spec->catfile( $dir->dirname, 'top', 'index.html' ), 'top export exists' );
ok( -e File::Spec->catfile( $dir->dirname, 'top', 'child', 'index.html' ), 'child export exists' );