HomeSort by relevance Sort by last modified time
    Searched full:expected_msg (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py 90 def _check_import_error(self, script_name, expected_msg,
97 print 'Expected output: %r' % expected_msg
98 self.assertIn(expected_msg, data)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py 90 def _check_import_error(self, script_name, expected_msg,
97 print 'Expected output: %r' % expected_msg
98 self.assertIn(expected_msg, data)
  /external/chromium_org/sandbox/linux/tests/
unit_tests.cc 256 const char* expected_msg = static_cast<const char*>(aux); local
265 msg.find(expected_msg) == std::string::npos;
273 const char* expected_msg = static_cast<const char*>(aux); local
287 msg.find(expected_msg) == std::string::npos;
  /external/chromium_org/v8/tools/push-to-trunk/
test_scripts.py 625 def _TestSquashCommits(self, change_log, expected_msg):
639 self.assertEquals(FileToText(TEST_CONFIG["COMMITMSG_FILE"]), expected_msg)
    [all...]

Completed in 250 milliseconds