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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
scm_unittest.py 279 def _create_patch(self, patch_contents): member in class:SCMTest
407 self.checkout.apply_patch(self._create_patch(git_binary_addition))
414 self.assertRaises(ScriptError, self.checkout.apply_patch, self._create_patch(git_binary_addition))
435 self.checkout.apply_patch(self._create_patch(git_binary_modification))
441 self.assertRaises(ScriptError, self.checkout.apply_patch, self._create_patch(git_binary_modification))
454 self.checkout.apply_patch(self._create_patch(git_binary_deletion))
459 self.assertRaises(ScriptError, self.checkout.apply_patch, self._create_patch(git_binary_deletion))
541 # Joe Cool matches the reviewer set in SCMTest._create_patch
630 self.checkout.apply_patch(self._create_patch(one_line_overlap_patch))
635 self.checkout.apply_patch(self._create_patch(two_line_overlap_patch)
    [all...]

Completed in 480 milliseconds