Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: chrome/browser/chromeos/extensions/external_filesystem_apitest.cc

Issue 10411022: Change bug for disabled RemoteFileSystemExtensionApiTest.RemoteMountPoint test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/data/chromeos/gdata/remote_file_system_apitest_root_feed.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
diff --git a/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc b/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
index be1cc237836295c0326ed5ee2cdb4c2b9bf5e41f..bee30dfc1838f6444f6eccdc2a16796eb0a7e0b4 100644
--- a/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
+++ b/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
@@ -38,6 +38,8 @@ using content::BrowserContext;
namespace {
// These should match the counterparts in remote.js.
+// Also, the size of the file in |kTestRootFeed| has to be set to
+// |size(kTestFileContents)|.
const char kTestFileContents[] = "hello, world";
// Contains a folder entry for the folder 'Folder' that will be 'created'.
@@ -253,7 +255,7 @@ IN_PROC_BROWSER_TEST_F(FileSystemExtensionApiTest,
}
// Failing on Linux ChromeOS builds.
-// http://crbug.com/128757
+// http://crbug.com/128759
IN_PROC_BROWSER_TEST_F(RemoteFileSystemExtensionApiTest,
DISABLED_RemoteMountPoint) {
SetupGDataFileSystemForTest();
« no previous file with comments | « no previous file | chrome/test/data/chromeos/gdata/remote_file_system_apitest_root_feed.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698