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

Side by Side Diff: chrome/browser/chromeos/file_manager/file_manager_jstest.cc

Issue 340843005: Files.app: Create unit tests for MetadataCache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed. Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/test/data/file_manager/unit_tests/metadata_cache_unittest.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include <vector> 5 #include <vector>
6 6
7 #include "chrome/browser/ui/browser.h" 7 #include "chrome/browser/ui/browser.h"
8 #include "chrome/browser/ui/tabs/tab_strip_model.h" 8 #include "chrome/browser/ui/tabs/tab_strip_model.h"
9 #include "chrome/test/base/in_process_browser_test.h" 9 #include "chrome/test/base/in_process_browser_test.h"
10 #include "chrome/test/base/ui_test_utils.h" 10 #include "chrome/test/base/ui_test_utils.h"
(...skipping 30 matching lines...) Expand all
41 } 41 }
42 42
43 IN_PROC_BROWSER_TEST_F( 43 IN_PROC_BROWSER_TEST_F(
44 FileManagerJsTest, ProgressCenterItemGroupTest) { 44 FileManagerJsTest, ProgressCenterItemGroupTest) {
45 RunTest(base::FilePath( 45 RunTest(base::FilePath(
46 FILE_PATH_LITERAL("progress_center_item_group_unittest.html"))); 46 FILE_PATH_LITERAL("progress_center_item_group_unittest.html")));
47 } 47 }
48 48
49 IN_PROC_BROWSER_TEST_F( 49 IN_PROC_BROWSER_TEST_F(
50 FileManagerJsTest, DeviceHandlerTest) { 50 FileManagerJsTest, DeviceHandlerTest) {
51 RunTest(base::FilePath( 51 RunTest(base::FilePath(FILE_PATH_LITERAL("device_handler_unittest.html")));
52 FILE_PATH_LITERAL("device_handler_unittest.html")));
53 } 52 }
53
54 IN_PROC_BROWSER_TEST_F(
55 FileManagerJsTest, MetadataCacheTest) {
56 RunTest(base::FilePath(FILE_PATH_LITERAL("metadata_cache_unittest.html")));
57 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/file_manager/unit_tests/metadata_cache_unittest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698