From 570cdfd9f5c26ceea16130ddf907018b9666aa8c Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 16 Mar 2010 18:52:56 -0700 Subject: [PATCH] Always skip the autocommit. Did this in response to an unrepeatable test failure. --- t/Asset/Wobject/Matrix.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Asset/Wobject/Matrix.t b/t/Asset/Wobject/Matrix.t index 45afc43e6..115841b59 100644 --- a/t/Asset/Wobject/Matrix.t +++ b/t/Asset/Wobject/Matrix.t @@ -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;