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

Unified Diff: native_client_sdk/src/build_tools/tests/update_manifest_test.py

Issue 8889029: Merged in other half of NaCl SDK's r1387 change to update_manifest.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to trunk Created 9 years 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 | « native_client_sdk/src/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: native_client_sdk/src/build_tools/tests/update_manifest_test.py
diff --git a/native_client_sdk/src/build_tools/tests/update_manifest_test.py b/native_client_sdk/src/build_tools/tests/update_manifest_test.py
index 0e33207f2569d82354ef65cb1f921930054fc2fb..529e38ce032e8cec179af815625ff31507b8f6c9 100755
--- a/native_client_sdk/src/build_tools/tests/update_manifest_test.py
+++ b/native_client_sdk/src/build_tools/tests/update_manifest_test.py
@@ -295,6 +295,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 | « native_client_sdk/src/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