You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mp...@apache.org on 2015/12/08 05:09:09 UTC

mesos git commit: Fixed a typo in a comment in `ReservationTest.ACLMultipleOperations`.

Repository: mesos
Updated Branches:
  refs/heads/master 661302966 -> bdb64bc01


Fixed a typo in a comment in `ReservationTest.ACLMultipleOperations`.

Review: https://reviews.apache.org/r/41073


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

Branch: refs/heads/master
Commit: bdb64bc01e706ee44753d195a2d8982d9e44a77c
Parents: 6613029
Author: Neil Conway <ne...@gmail.com>
Authored: Mon Dec 7 22:42:26 2015 -0500
Committer: Michael Park <mp...@apache.org>
Committed: Mon Dec 7 22:42:35 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/bdb64bc0/src/tests/reservation_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/reservation_tests.cpp b/src/tests/reservation_tests.cpp
index 3fdf5e1..eccbb8f 100644
--- a/src/tests/reservation_tests.cpp
+++ b/src/tests/reservation_tests.cpp
@@ -1638,7 +1638,7 @@ TEST_F(ReservationTest, ACLMultipleOperations)
   EXPECT_CALL(exec, launchTask(_, _))
     .WillOnce(SendStatusUpdateFromTask(TASK_FINISHED));
 
-  // Expect a TASK_RUNNING status.
+  // Expect a TASK_FINISHED status.
   Future<TaskStatus> statusUpdateAcknowledgement;
   EXPECT_CALL(sched, statusUpdate(_, _))
     .WillOnce(FutureArg<1>(&statusUpdateAcknowledgement));