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 2016/08/26 19:15:35 UTC

[2/2] mesos git commit: Fixed typo for the comments of UnauthorizedTaskGroup.

Fixed typo for the comments of UnauthorizedTaskGroup.

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


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

Branch: refs/heads/master
Commit: 7429846df717b3b84a2d1dd08b17496e6f828818
Parents: 60aedf7
Author: Guangya Liu <gy...@gmail.com>
Authored: Fri Aug 26 12:08:34 2016 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Fri Aug 26 12:10:22 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/7429846d/src/tests/master_authorization_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/master_authorization_tests.cpp b/src/tests/master_authorization_tests.cpp
index 042f543..a6399f1 100644
--- a/src/tests/master_authorization_tests.cpp
+++ b/src/tests/master_authorization_tests.cpp
@@ -233,7 +233,7 @@ TEST_F(MasterAuthorizationTest, UnauthorizedTask)
 
 
 // This test verifies that even if one of the tasks in a task group is
-/// unauthorized, all the tasks in the task group are rejected.
+// unauthorized, all the tasks in the task group are rejected.
 TEST_F(MasterAuthorizationTest, UnauthorizedTaskGroup)
 {
   // Setup ACLs so that no framework can launch as "foo".