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

Unified Diff: native_client_sdk/src/tools/tests/create_nmf_test.py

Issue 1531683006: [NaCl SDK] Remove references to naclports bundle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/tools/create_nmf.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/tools/tests/create_nmf_test.py
diff --git a/native_client_sdk/src/tools/tests/create_nmf_test.py b/native_client_sdk/src/tools/tests/create_nmf_test.py
index 85dc0206199245553a29735d4bff443336b5f344..a212cd571843efc06e72312fd428c9672138cb33 100755
--- a/native_client_sdk/src/tools/tests/create_nmf_test.py
+++ b/native_client_sdk/src/tools/tests/create_nmf_test.py
@@ -96,11 +96,6 @@ class TestDefaultLibpath(unittest.TestCase):
self.assertIn(path_fallback, paths)
self.assertGreater(paths.index(path_fallback), paths.index(path_base))
- def testIncludesNaClPorts(self):
- paths = create_nmf.GetDefaultLibPath('Debug')
- self.assertTrue(any(os.path.join('ports', 'lib') in p for p in paths),
- 'naclports libpath missing: %s' % str(paths))
-
class TestNmfUtils(unittest.TestCase):
"""Tests for the main NmfUtils class in create_nmf."""
« no previous file with comments | « native_client_sdk/src/tools/create_nmf.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698