Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1136)

Unified Diff: commit-queue/tests/commit_queue_test.py

Issue 23011039: CQ: don't preserve state between runs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « commit-queue/commit_queue.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: commit-queue/tests/commit_queue_test.py
===================================================================
--- commit-queue/tests/commit_queue_test.py (revision 217622)
+++ commit-queue/tests/commit_queue_test.py (working copy)
@@ -142,7 +142,7 @@
'Using read-only Rietveld\n'
'Using read-only checkout\n'
'Using read-only chromium-status interface\n')
- self._check('stderr', 'Saving db... \nDone! \n')
+ self._check('stderr', '')
def testDryRun(self):
sys.argv.extend(('--project', 'chromium'))
@@ -166,7 +166,7 @@
'Using read-only Rietveld\n'
'Using read-only checkout\n'
'Using read-only chromium-status interface\n')
- self._check('stderr', 'Saving db... \nDone! \n')
+ self._check('stderr', '')
if __name__ == '__main__':
« no previous file with comments | « commit-queue/commit_queue.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698