Switch sense of test answer and question to the correct order.

This commit is contained in:
Colin Kuskie 2010-11-15 10:10:05 -08:00
parent 7f5a992cfd
commit aeb825a14f

View file

@ -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';
################################################################
#