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

Unified Diff: ceee/ie/common/ceee_module_util_unittest.cc

Issue 5027001: Add the Chrome version as one of the things we check to see if... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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
« ceee/ie/common/ceee_module_util.cc ('K') | « ceee/ie/common/ceee_module_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/common/ceee_module_util_unittest.cc
===================================================================
--- ceee/ie/common/ceee_module_util_unittest.cc (revision 65870)
+++ ceee/ie/common/ceee_module_util_unittest.cc (working copy)
@@ -22,8 +22,8 @@
#include "ceee/testing/utils/mock_win32.h"
#include "ceee/testing/utils/test_utils.h"
#include "chrome/installer/util/google_update_constants.h"
-#include "testing/gmock/include/gmock/gmock.h"
-#include "testing/gtest/include/gtest/gtest.h"
+#include "gmock/gmock.h"
+#include "gtest/gtest.h"
namespace {
@@ -130,7 +130,8 @@
file_util::Delete(temp_path, true);
}
-TEST_F(CeeeModuleUtilTest, ExtensionPathTest) {
+// http://code.google.com/p/chromium/issues/detail?id=62856
+TEST_F(CeeeModuleUtilTest, FLAKY_ExtensionPathTest) {
namespace cmu = ceee_module_util;
// The FilePath::Get method shouldn't be called if we take the value
« ceee/ie/common/ceee_module_util.cc ('K') | « ceee/ie/common/ceee_module_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698