Fix typos in VersionTag.t
This commit is contained in:
parent
361299e293
commit
3d34cf3323
1 changed files with 2 additions and 2 deletions
|
|
@ -236,7 +236,7 @@ is($siteWideTag->getId(), $siteWideTagId, 'versionTagMode siteWide: reclaim site
|
||||||
|
|
||||||
|
|
||||||
## Through in a new session as different user
|
## Through in a new session as different user
|
||||||
my $admin_session = WebGUI::Session->open($WebGUI::Test->file);
|
my $admin_session = WebGUI::Session->open(WebGUI::Test->file);
|
||||||
$admin_session->user({'userId' => 3});
|
$admin_session->user({'userId' => 3});
|
||||||
WebGUI::Test->sessionsToDelete($admin_session);
|
WebGUI::Test->sessionsToDelete($admin_session);
|
||||||
|
|
||||||
|
|
@ -301,7 +301,7 @@ $adminUserTag->rollback();
|
||||||
is($tag->getAssetCount, 1, qq{$test_prefix [singlePerUser] tag with 1 asset});
|
is($tag->getAssetCount, 1, qq{$test_prefix [singlePerUser] tag with 1 asset});
|
||||||
|
|
||||||
# create admin session
|
# create admin session
|
||||||
my $admin_session = WebGUI::Session->open($WebGUI::Test->file);
|
my $admin_session = WebGUI::Session->open(WebGUI::Test->file);
|
||||||
addToCleanup($session);
|
addToCleanup($session);
|
||||||
$admin_session->user({'userId' => 3});
|
$admin_session->user({'userId' => 3});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue