Fix requestAutoCommit. All tests in t/Asset/Asset.t passing.
This commit is contained in:
parent
e5affbd0c2
commit
451eb33f0f
2 changed files with 9 additions and 9 deletions
|
|
@ -666,8 +666,8 @@ $properties2 = {
|
|||
url => 'moveVersionToParent_03',
|
||||
};
|
||||
|
||||
my $childAsset = $parentAsset->addChild($properties, $properties2->{id});
|
||||
my $testAsset = WebGUI::Asset->newPending($session, $childAsset->parentId);
|
||||
my $childAsset = $parentAsset->addChild($properties, $properties2->{id});
|
||||
my $testAsset = WebGUI::Asset->newPending($session, $childAsset->parentId);
|
||||
my $testVersionTag = WebGUI::VersionTag->new($session, $testAsset->tagId);
|
||||
|
||||
my $childVersionTag;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue