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

Unified Diff: tools/mb/mb_unittest.py

Issue 1812713002: Remove unused string left over from a prior MB unittest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_unittest.py
diff --git a/tools/mb/mb_unittest.py b/tools/mb/mb_unittest.py
index f3d42b23bf3ad9fe08e1641c38a821ca42ff969e..361289dacf545d77efb3b2736e0745bc8723a862 100755
--- a/tools/mb/mb_unittest.py
+++ b/tools/mb/mb_unittest.py
@@ -179,16 +179,6 @@ TEST_BAD_CONFIG = """\
}
"""
-
-TEST_BAD_CONFIG_ERR = """\
-mb config file /fake_src/tools/mb/mb_config.pyl has problems:
- Config "gn_rel_bot_1" used by a bot is also listed in "common_dev_configs".
- Unknown config "unsupported" referenced from "unsupported_configs".
- Unknown config "private" referenced from "private_configs".
- Public artifact builder "a" can not contain the "chrome_with_codecs" mixin.
- Public artifact builder "b" can not contain the "chrome_with_codecs" mixin."""
-
-
class UnitTest(unittest.TestCase):
def fake_mbw(self, files=None, win32=False):
mbw = FakeMBW(win32=win32)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698