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

Unified Diff: chrome/browser/web_applications/web_app_unittest.cc

Issue 2863026: Enable unit tests in browser/web_applications/web_app_unittest.cc. I forgot t... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix win32 build Created 10 years, 6 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/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/web_applications/web_app_unittest.cc
===================================================================
--- chrome/browser/web_applications/web_app_unittest.cc (revision 50897)
+++ chrome/browser/web_applications/web_app_unittest.cc (working copy)
@@ -57,7 +57,7 @@
TEST_F(WebApplicationTest, GetDataDir) {
FilePath test_path(FILE_PATH_LITERAL("/path/to/test"));
- FilePath result = web_app::GetDataDir(FilePath(FILE_PATH_LITERAL(test_path)));
+ FilePath result = web_app::GetDataDir(test_path);
test_path = test_path.AppendASCII("Web Applications");
EXPECT_EQ(test_path.value(), result.value());
}
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698