Repository: mesos
Updated Branches:
  refs/heads/master def697929 -> 26303f4be


Fixed variable name in reconciliation tests.


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

Branch: refs/heads/master
Commit: 26303f4be2fdc1ad7bbc86d996cbe815c0f686aa
Parents: def6979
Author: Vinod Kone <vinodk...@gmail.com>
Authored: Tue Jul 5 17:47:13 2016 -0500
Committer: Vinod Kone <vinodk...@gmail.com>
Committed: Tue Jul 5 17:47:13 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/26303f4b/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 701d9a2..87cff8c 100644
--- a/src/tests/master_slave_reconciliation_tests.cpp
+++ b/src/tests/master_slave_reconciliation_tests.cpp
@@ -612,7 +612,7 @@ TEST_F(MasterSlaveReconciliationTest, 
SlaveReregisterActiveFrameworks)
   // active frameworks.
   AWAIT_READY(reregisterSlave);
 
-  EXPECT_EQ(1u, reregisterSlave.get().active_frameworks().size());
+  EXPECT_EQ(1u, reregisterSlave.get().frameworks().size());
 
   Clock::pause();
   Clock::settle();

Reply via email to