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

Unified Diff: chrome/test/data/webui/md_history/md_history_browsertest.js

Issue 2627263002: MD History: Remove unnecessary namespacing from tests (part 2) (Closed)
Patch Set: Created 3 years, 11 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 | « chrome/test/data/webui/md_history/history_toolbar_test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/md_history/md_history_browsertest.js
diff --git a/chrome/test/data/webui/md_history/md_history_browsertest.js b/chrome/test/data/webui/md_history/md_history_browsertest.js
index eeb1dcb29229c2dee5cc6fdf8c63a321eb0206b4..d0a24cc1c2021b1d9148d919ea47630367ece951 100644
--- a/chrome/test/data/webui/md_history/md_history_browsertest.js
+++ b/chrome/test/data/webui/md_history/md_history_browsertest.js
@@ -66,7 +66,6 @@ MaterialHistoryBrowserServiceTest.prototype = {
};
TEST_F('MaterialHistoryBrowserServiceTest', 'All', function() {
- md_history.browser_service_test.registerTests();
mocha.run();
});
@@ -81,7 +80,6 @@ MaterialHistoryDrawerTest.prototype = {
};
TEST_F('MaterialHistoryDrawerTest', 'All', function() {
- md_history.history_drawer_test.registerTests();
mocha.run();
});
@@ -96,7 +94,6 @@ MaterialHistoryGroupedListTest.prototype = {
};
TEST_F('MaterialHistoryGroupedListTest', 'All', function() {
- md_history.history_grouped_list_test.registerTests();
mocha.run();
});
@@ -249,6 +246,5 @@ MaterialHistoryToolbarTest.prototype = {
};
TEST_F('MaterialHistoryToolbarTest', 'All', function() {
- md_history.history_toolbar_test.registerTests();
mocha.run();
});
« no previous file with comments | « chrome/test/data/webui/md_history/history_toolbar_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698