1
0
Fork 0

fixed test

This commit is contained in:
Jan Steemann 2014-09-19 12:17:00 +02:00
parent 1ed4e20ba1
commit 6dc9fb43d8
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ function FileSystemSuite () {
fail();
}
catch (err) {
assertEqual(ERRORS.ERROR_SYS_ERROR.code, err.errorNum);
assertEqual(ERRORS.ERROR_FILE_EXISTS.code, err.errorNum);
}
// create a subdirectory in the directory we created