Home
last modified time | relevance | path

Searched refs:patch_contents (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dscm_unittest.py278 def _create_patch(self, patch_contents): argument
281 attachment.contents = lambda: patch_contents
596 patch_contents = scm.create_patch()
598 …self.assertEqual("%s\n" % os.path.realpath(scm.checkout_root), patch_contents) # Add a \n because …
606 patch_contents = """Index: test_file.swf
621 patch_file = self._create_patch(patch_contents)