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/07/06 18:26:32 UTC

[3/4] mesos git commit: Changed name of authorization test.

Changed name of authorization test.

The name should reflect the name of the
submessage in ReRegisterSlave message.

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


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

Branch: refs/heads/master
Commit: a626dfeed26026c7645df38f60db4ccd6119c00e
Parents: 1f2555a
Author: Joerg Schad <jo...@mesosphere.io>
Authored: Wed Jul 6 13:26:08 2016 -0500
Committer: Vinod Kone <vi...@gmail.com>
Committed: Wed Jul 6 13:26:08 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/a626dfee/src/tests/master_slave_reconciliation_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/master_slave_reconciliation_tests.cpp b/src/tests/master_slave_reconciliation_tests.cpp
index 87cff8c..69ec707 100644
--- a/src/tests/master_slave_reconciliation_tests.cpp
+++ b/src/tests/master_slave_reconciliation_tests.cpp
@@ -548,7 +548,7 @@ TEST_F(MasterSlaveReconciliationTest, SlaveReregisterTerminalTask)
 
 // This test verifies that when the slave re-registers, we correctly
 // send the information about actively running frameworks.
-TEST_F(MasterSlaveReconciliationTest, SlaveReregisterActiveFrameworks)
+TEST_F(MasterSlaveReconciliationTest, SlaveReregisterFrameworks)
 {
   Try<Owned<cluster::Master>> master = StartMaster();
   ASSERT_SOME(master);