Always skip the autocommit. Did this in response to an unrepeatable test failure.
This commit is contained in:
parent
a7b4fbc0ed
commit
570cdfd9f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue