Always skip the autocommit. Did this in response to an unrepeatable test failure.

This commit is contained in:
Colin Kuskie 2010-03-16 18:52:56 -07:00
parent a7b4fbc0ed
commit 570cdfd9f5

View file

@ -104,7 +104,7 @@ is($newAttribute->{attributeId},undef,"The new attribute was successfully delete
# add a listing
my $matrixListing = $matrix->addChild({className=>'WebGUI::Asset::MatrixListing'});
my $matrixListing = $matrix->addChild({className=>'WebGUI::Asset::MatrixListing'}, undef, undef, { skipAutoCommitWorkflows => 1, skipNotification => 1});
my $secondVersionTag = WebGUI::VersionTag->new($session,$matrixListing->get("tagId"));
$secondVersionTag->commit;