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

Unified Diff: chrome/common/extensions/docs/server2/app_yaml_helper_test.py

Issue 15087006: Docserver: there is only one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: epic rebase Created 7 years, 5 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
Index: chrome/common/extensions/docs/server2/app_yaml_helper_test.py
diff --git a/chrome/common/extensions/docs/server2/app_yaml_helper_test.py b/chrome/common/extensions/docs/server2/app_yaml_helper_test.py
index 740147798edd28401ab71ddd765afe8d7c4b156a..59e2014bda01d027680ebcc00f44a380d9c954e6 100755
--- a/chrome/common/extensions/docs/server2/app_yaml_helper_test.py
+++ b/chrome/common/extensions/docs/server2/app_yaml_helper_test.py
@@ -95,8 +95,7 @@ class AppYamlHelperTest(unittest.TestCase):
helper = AppYamlHelper('server2/app.yaml',
file_system_at_head,
ObjectStoreCreator.ForTest(disable_wrappers=False),
- host_file_system_creator,
- 'trunk')
+ host_file_system_creator)
def assert_is_up_to_date(version):
self.assertTrue(helper.IsUpToDate(version),
« no previous file with comments | « chrome/common/extensions/docs/server2/app_yaml_helper.py ('k') | chrome/common/extensions/docs/server2/appengine_blobstore.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698