Fix a test cleanup issue.
This commit is contained in:
parent
614a901231
commit
86a4cb5a11
1 changed files with 7 additions and 1 deletions
|
|
@ -64,6 +64,12 @@ $zoneField->set($properties);
|
|||
|
||||
$properties = $languageField->get();
|
||||
$properties->{dataDefault} = 'English';
|
||||
$zoneField->set($properties);
|
||||
$languageField->set($properties);
|
||||
|
||||
$session->setting->remove("specialState");
|
||||
|
||||
my $u1 = WebGUI::User->new($session, '1');
|
||||
diag $u1->get('language');
|
||||
|
||||
my $u3 = WebGUI::User->new($session, '3');
|
||||
diag $u3->get('language');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue