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

Unified Diff: tests/pending_manager_test.py

Issue 11414143: Change models.py to use typed class members instead of a list of strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/commit-queue
Patch Set: Address review comments Created 8 years, 1 month 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 | « tests/model_test.py ('k') | tests/try_job_on_rietveld_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/pending_manager_test.py
diff --git a/tests/pending_manager_test.py b/tests/pending_manager_test.py
index bd96c5d3bbb7dfd3b4ec9aeb4b40c4e25fab0204..d33b91b5fe61ad2d1058e8fb90c74793d30d266d 100755
--- a/tests/pending_manager_test.py
+++ b/tests/pending_manager_test.py
@@ -67,7 +67,6 @@ class TestPendingManager(mocks.TestCase):
[])
filename = os.path.join(self.root_dir, 'foo.json')
empty = """{
- "__persistent_module__": "pending_manager",
"__persistent_type__": "PendingQueue",
"pending_commits": []
}
« no previous file with comments | « tests/model_test.py ('k') | tests/try_job_on_rietveld_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698