| 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."""
|
|
|