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

Unified Diff: build_tools/tests/update_manifest_test.py

Issue 8566045: Updated update_manifest.py to push manifest files to server (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: merge Created 9 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 | « build_tools/sdk_tools/update_manifest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_tools/tests/update_manifest_test.py
diff --git a/build_tools/tests/update_manifest_test.py b/build_tools/tests/update_manifest_test.py
index ce2c89a18219015eeb0a619a72ec78d37fad2427..5fa1f5cf169215e1bbb4b352db51a4d5b040a9e3 100755
--- a/build_tools/tests/update_manifest_test.py
+++ b/build_tools/tests/update_manifest_test.py
@@ -294,6 +294,12 @@ class TestUpdateManifest(unittest.TestCase):
finally:
RemoveFile(temp_filename)
+ def testPush(self):
+ '''Test whether the push function does the right thing'''
+ options = FakeOptions()
+ argv = ['-g', options.gsutil, 'push']
+ update_manifest.main(argv)
+
def testHandleSDKTools(self):
'''Test the handling of the sdk_tools bundle'''
options = FakeOptions()
« no previous file with comments | « build_tools/sdk_tools/update_manifest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698