Repository: mesos
Updated Branches:
  refs/heads/master 4ff5dd9a2 -> a3cd43ef9


Fixed the build error in port mapping tests.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a3cd43ef
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/a3cd43ef
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/a3cd43ef

Branch: refs/heads/master
Commit: a3cd43ef98087a544be76891ae0859f9c036fb14
Parents: 4ff5dd9
Author: Jie Yu <[email protected]>
Authored: Thu Jul 31 14:27:12 2014 -0700
Committer: Jie Yu <[email protected]>
Committed: Thu Jul 31 14:27:12 2014 -0700

----------------------------------------------------------------------
 src/tests/port_mapping_tests.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a3cd43ef/src/tests/port_mapping_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/port_mapping_tests.cpp b/src/tests/port_mapping_tests.cpp
index 25d7579..393b578 100644
--- a/src/tests/port_mapping_tests.cpp
+++ b/src/tests/port_mapping_tests.cpp
@@ -1580,7 +1580,7 @@ TEST_F(PortMappingMesosTest, ROOT_CleanUpOrphanTest)
   }
 
   // Expect no files in bind mount directory.
-  Try<list<string>> files = os::ls(slave::BIND_MOUNT_ROOT);
+  Try<list<string> > files = os::ls(slave::BIND_MOUNT_ROOT);
   ASSERT_SOME(files);
   EXPECT_EQ(0u, files.get().size());
 

Reply via email to