Searched refs:_local_commit (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/ |
D | scm_unittest.py | 446 def _local_commit(self, filename, contents, message): member in GitSVNTest 452 self._local_commit('test_file_commit1', 'more test content', 'another test commit') 460 … self._local_commit('test_file_commit2', 'still more test content', 'yet another test commit') 467 self._local_commit('test_file_commit0', 'more test content', 'another test commit') 471 self._local_commit('test_file', 'test content', 'test commit') 478 self._local_commit('test_file', 'test content', 'test commit')
|