Switch sense of test answer and question to the correct order.
This commit is contained in:
parent
7f5a992cfd
commit
aeb825a14f
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ is($session->user->profileField('uiLevel'), 9, 'Set session user to Admin, check
|
|||
my $dupe = $session->duplicate;
|
||||
WebGUI::Test->addToCleanup($dupe);
|
||||
|
||||
is $session->getId, $dupe->getId, 'duplicated session has the same sessionId';
|
||||
is $dupe->getId, $session->getId, 'duplicated session has the same sessionId';
|
||||
|
||||
################################################################
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue