test fix for test_0112_general.js - Linux and Mac - Bug 386760 - directory removal with software update. r=testfix

This commit is contained in:
Robert Strong 2011-04-12 00:15:42 -07:00
Родитель 0677a8097e
Коммит cf5c479dc6
1 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -98,7 +98,7 @@ const TEST_FILES = [
originalFile : "data/complete.png",
compareFile : "data/complete.png",
originalPerms : 0666,
comparePerms : null
comparePerms : 0666
}, {
description : "Not added for failed update (add-if)",
fileName : "extensions1text0",
@ -137,7 +137,7 @@ const TEST_FILES = [
compareContents : "ShouldNotBeReplaced\n",
originalFile : null,
compareFile : null,
originalPerms : null,
originalPerms : 0644,
comparePerms : 0644
}, {
description : "Not patched for failed update (patch-if)",
@ -147,7 +147,7 @@ const TEST_FILES = [
compareContents : null,
originalFile : "data/complete.png",
compareFile : "data/complete.png",
originalPerms : null,
originalPerms : 0644,
comparePerms : 0644
}, {
description : "Not patched for failed update (patch-if)",
@ -157,7 +157,7 @@ const TEST_FILES = [
compareContents : null,
originalFile : "data/complete.png",
compareFile : "data/complete.png",
originalPerms : null,
originalPerms : 0644,
comparePerms : 0644
}, {
description : "Not patched for failed update (patch)",
@ -168,7 +168,7 @@ const TEST_FILES = [
originalFile : "data/complete.png",
compareFile : "data/complete.png",
originalPerms : 0755,
comparePerms : null
comparePerms : 0755
}, {
description : "Not patched for failed update (patch) and causes " +
"LoadSourceFile failed",
@ -179,7 +179,7 @@ const TEST_FILES = [
originalFile : "data/partial.png",
compareFile : "data/partial.png",
originalPerms : 0755,
comparePerms : null
comparePerms : 0755
}, {
description : "Not added for failed update (add)",
fileName : "00text0",