Updated Test cases
This commit is contained in:
parent
b820f68e7e
commit
6b82b8bbef
|
@ -109,7 +109,7 @@ public class LockTests extends BasicServiceTestUnit {
|
|||
checkIsLockCleaned(p.getId());
|
||||
|
||||
// delete fileset
|
||||
p=managerInterface.deleteFileSet(p.getId(),"$.section.fileset",false);
|
||||
p=managerInterface.deleteFileSet(p.getId(),"$.section.fileset",false, false);
|
||||
checkIsLockCleaned(p.getId());
|
||||
|
||||
// perform step
|
||||
|
|
Loading…
Reference in New Issue