Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(264)

Unified Diff: charmworld/views/tests/test_api.py

Issue 15100046: Add recent bzr changes to bundles.
Patch Set: Add recent bzr changes to bundles. Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « charmworld/tests/test_search.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: charmworld/views/tests/test_api.py
=== modified file 'charmworld/views/tests/test_api.py'
--- charmworld/views/tests/test_api.py 2013-10-22 00:55:23 +0000
+++ charmworld/views/tests/test_api.py 2013-10-23 17:37:08 +0000
@@ -733,6 +733,9 @@
description='',
promulgated=False,
branch_deleted=False,
+ first_change=None,
+ last_change=None,
+ changes=None,
)
self.assertEqual(expected, bundle._representation)
@@ -859,7 +862,7 @@
self.assertEqual(u'text/plain', response.content_type)
def test_bundle_icon(self):
- # The current design is that all bundles, regardless of their id, will
+ # The current design is that all bundles, regardless of their ID, will
# get the default bundle icon.
bundle = self.makeBundle()
response = self.get_response(
« no previous file with comments | « charmworld/tests/test_search.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b