Index: chrome/test/data/extensions/api_test/filesystem_handler/tab.js |
=================================================================== |
--- chrome/test/data/extensions/api_test/filesystem_handler/tab.js (revision 125140) |
+++ chrome/test/data/extensions/api_test/filesystem_handler/tab.js (working copy) |
@@ -89,7 +89,7 @@ |
// The .log file is created by fileBrowser component extension. |
// We should not be able to get this file's fileEntry. |
function tryOpeningLogFile(origEntry,successCallback, errorCallback) { |
- var logFilePath =origEntry.fullPath.replace('.tXt', '.log'); |
+ var logFilePath = origEntry.fullPath.replace('.aBc', '.log'); |
origEntry.filesystem.root.getFile(logFilePath, {}, |
successCallback, |
errorCallback); |
@@ -132,7 +132,7 @@ |
}; |
function executeListener(id, details) { |
- if (id != "TextAction" && id != "BaseAction" && id != "JpegAction") { |
+ if (id != "AbcAction" && id != "BaseAction" && id != "123Action") { |
chrome.test.fail("Unexpected action id: " + id); |
return; |
} |