You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2015/10/16 19:51:30 UTC

mesos git commit: Fixed style issue in status_update_manager_tests.cpp.

Repository: mesos
Updated Branches:
  refs/heads/master 0577040b4 -> ebde436d0


Fixed style issue in status_update_manager_tests.cpp.


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

Branch: refs/heads/master
Commit: ebde436d0ea3c4723a9498deda522ec3a1672970
Parents: 0577040
Author: Vinod Kone <vi...@gmail.com>
Authored: Fri Oct 16 10:51:09 2015 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Fri Oct 16 10:51:09 2015 -0700

----------------------------------------------------------------------
 src/tests/status_update_manager_tests.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/ebde436d/src/tests/status_update_manager_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/status_update_manager_tests.cpp b/src/tests/status_update_manager_tests.cpp
index b413b15..82a9855 100644
--- a/src/tests/status_update_manager_tests.cpp
+++ b/src/tests/status_update_manager_tests.cpp
@@ -924,7 +924,9 @@ TEST_F(StatusUpdateManagerTest, DuplicatedTerminalStatusUpdate)
   AWAIT_READY(_statusUpdateAcknowledgement2);
 
   // Verify the latest task status.
-  Future<process::http::Response> tasks = process::http::get(master.get(), "tasks");
+  Future<process::http::Response> tasks =
+    process::http::get(master.get(), "tasks");
+
   AWAIT_EXPECT_RESPONSE_STATUS_EQ(process::http::OK().status, tasks);
 
   AWAIT_EXPECT_RESPONSE_HEADER_EQ(