Searched refs:patch_contents (Results 1 – 1 of 1) sorted by relevance
278 def _create_patch(self, patch_contents): argument281 attachment.contents = lambda: patch_contents596 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.swf621 patch_file = self._create_patch(patch_contents)