| 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)
|
|
|