summaryrefslogtreecommitdiff
path: root/PRESUBMIT_test.py
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2014-03-18 10:20:56 +0000
committerTorne (Richard Coles) <torne@google.com>2014-03-18 10:20:56 +0000
commita1401311d1ab56c4ed0a474bd38c108f75cb0cd9 (patch)
tree3437151d9ae1ce20a1e53a0d98c19ca01c786394 /PRESUBMIT_test.py
parentaf5066f1e36c6579e74752647e6c584438f80f94 (diff)
downloadchromium_org-a1401311d1ab56c4ed0a474bd38c108f75cb0cd9.tar.gz
Merge from Chromium at DEPS revision 257591
This commit was generated by merge_to_master.py. Change-Id: I0010df2ec3fbb5d4947cd026de2feb150ce7a6b5
Diffstat (limited to 'PRESUBMIT_test.py')
-rwxr-xr-xPRESUBMIT_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/PRESUBMIT_test.py b/PRESUBMIT_test.py
index 2d6e066a2d..3bebc678c6 100755
--- a/PRESUBMIT_test.py
+++ b/PRESUBMIT_test.py
@@ -369,8 +369,8 @@ class BadExtensionsTest(unittest.TestCase):
'some/path/OWNERS',
'A\Windows\Path\OWNERS',
])
- results = PRESUBMIT.GetPreferredTrySlaves(None, mock_change)
- self.assertEqual(0, len(results))
+ results = PRESUBMIT.GetPreferredTryMasters(None, mock_change)
+ self.assertEqual({}, results)
class InvalidOSMacroNamesTest(unittest.TestCase):