From 6dc9fb43d896d8affa587bb893ac68cf56035ed6 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Fri, 19 Sep 2014 12:17:00 +0200 Subject: [PATCH] fixed test --- js/common/tests/shell-fs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common/tests/shell-fs.js b/js/common/tests/shell-fs.js index 4d0d17e589..f94bac1a06 100644 --- a/js/common/tests/shell-fs.js +++ b/js/common/tests/shell-fs.js @@ -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