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

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

Issue 2504813002: MD History: Remove unnecessary namespacing from tests (Closed)
Patch Set: Remove newlines Created 4 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
« no previous file with comments | « chrome/test/data/webui/md_history/history_synced_tabs_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 2b9ed5b1fd10bc0607300216b8d5b3c7082720ee..23de4b2931b54366efae74f0d4ac72ddd1facbf4 100644
--- a/chrome/test/data/webui/md_history/md_history_browsertest.js
+++ b/chrome/test/data/webui/md_history/md_history_browsertest.js
@@ -111,7 +111,6 @@ MaterialHistoryItemTest.prototype = {
};
TEST_F('MaterialHistoryItemTest', 'All', function() {
- md_history.history_item_test.registerTests();
mocha.run();
});
@@ -126,7 +125,6 @@ MaterialHistoryListTest.prototype = {
};
TEST_F('MaterialHistoryListTest', 'All', function() {
- md_history.history_list_test.registerTests();
mocha.run();
});
@@ -141,7 +139,6 @@ MaterialHistoryMetricsTest.prototype = {
};
TEST_F('MaterialHistoryMetricsTest', 'All', function() {
- md_history.history_metrics_test.registerTests();
mocha.run();
});
@@ -156,7 +153,6 @@ MaterialHistoryOverflowMenuTest.prototype = {
};
TEST_F('MaterialHistoryOverflowMenuTest', 'All', function() {
- md_history.history_overflow_menu_test.registerTests();
mocha.run();
});
@@ -220,7 +216,6 @@ MaterialHistorySyncedTabsTest.prototype = {
// Fails on Mac, http://crbug.com/640862
TEST_F('MaterialHistorySyncedTabsTest', 'DISABLED_All', function() {
- md_history.history_synced_tabs_test.registerTests();
mocha.run();
});
@@ -241,7 +236,6 @@ MaterialHistorySupervisedUserTest.prototype = {
};
TEST_F('MaterialHistorySupervisedUserTest', 'All', function() {
- md_history.history_supervised_user_test.registerTests();
mocha.run();
});
« no previous file with comments | « chrome/test/data/webui/md_history/history_synced_tabs_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698