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

Unified Diff: grit/test_suite_all.py

Issue 1056993003: check_dups: Add a script to check for the same resource in multiple pak files. (Closed) Base URL: https://chromium.googlesource.com/external/grit-i18n.git@master
Patch Set: . Created 5 years, 8 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 | « grit/format/check_dups_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: grit/test_suite_all.py
diff --git a/grit/test_suite_all.py b/grit/test_suite_all.py
index 56f90b08ad4a660501b978e2bb16ba22c4ddb832..535aecac055a611d3e43f47d5f03104a27d1ae5b 100644
--- a/grit/test_suite_all.py
+++ b/grit/test_suite_all.py
@@ -34,6 +34,7 @@ class TestSuiteAll(unittest.TestSuite):
import grit.format.android_xml_unittest
import grit.format.c_format_unittest
import grit.format.chrome_messages_json_unittest
+ import grit.format.check_dups_unittest
import grit.format.data_pack_unittest
import grit.format.html_inline_unittest
import grit.format.js_map_format_unittest
@@ -91,6 +92,7 @@ class TestSuiteAll(unittest.TestSuite):
grit.format.c_format_unittest.CFormatUnittest,
grit.format.chrome_messages_json_unittest.
ChromeMessagesJsonFormatUnittest,
+ grit.format.check_dups_unittest.CheckDupsUnittest,
grit.format.data_pack_unittest.FormatDataPackUnittest,
grit.format.html_inline_unittest.HtmlInlineUnittest,
grit.format.js_map_format_unittest.JsMapFormatUnittest,
« no previous file with comments | « grit/format/check_dups_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698