Fixed Sahi test data-types/exception_days_test.sah in chromium
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
13a8be679b
commit
4795697263
1 changed files with 2 additions and 2 deletions
|
|
@ -94,7 +94,7 @@ function exceptDayCheckCode($exceptDayName){
|
|||
|
||||
function exceptDayCreateWithoutCode($name){
|
||||
commonCreate("Exception Days");
|
||||
exceptDayForm($name);
|
||||
exceptDayForm($name,"","");
|
||||
commonEmptyCodeValidation();
|
||||
}
|
||||
|
||||
|
|
@ -110,7 +110,7 @@ commonLogin("admin", "admin");
|
|||
|
||||
exceptDayCreate($exceptDayName, $exceptDaystandar, 2);
|
||||
exceptDayCreateDuplicateName($exceptDayName, $exceptDaystandar, 1);
|
||||
exceptDayCreateEmpty("", $exceptDaystandar);
|
||||
exceptDayCreateEmpty("", $exceptDaystandar,"");
|
||||
|
||||
exceptDayEdit($exceptDayName, $exceptDayNewName, 5);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue