Repository: mesos Updated Branches: refs/heads/master e0c540173 -> 27ac1a54c
Fixed a typo in the cni isolator test name. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/27ac1a54 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/27ac1a54 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/27ac1a54 Branch: refs/heads/master Commit: 27ac1a54cecd07aeeeb85dc527ef7a0e131760a2 Parents: e0c5401 Author: Alexander Rukletsov <[email protected]> Authored: Tue Mar 21 10:59:26 2017 +0100 Committer: Alexander Rukletsov <[email protected]> Committed: Tue Mar 21 10:59:26 2017 +0100 ---------------------------------------------------------------------- src/tests/containerizer/cni_isolator_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/27ac1a54/src/tests/containerizer/cni_isolator_tests.cpp ---------------------------------------------------------------------- diff --git a/src/tests/containerizer/cni_isolator_tests.cpp b/src/tests/containerizer/cni_isolator_tests.cpp index 2ad7515..565e58a 100644 --- a/src/tests/containerizer/cni_isolator_tests.cpp +++ b/src/tests/containerizer/cni_isolator_tests.cpp @@ -1286,7 +1286,7 @@ public: }; -TEST_F(CniIsolatorPortMapperTest, ROOT_INETERNET_CURL_PortMapper) +TEST_F(CniIsolatorPortMapperTest, ROOT_INTERNET_CURL_PortMapper) { Try<Owned<cluster::Master>> master = StartMaster(); ASSERT_SOME(master);
