From bfe6a0cefe770f0c21495be5e5bdf4328fc771c4 Mon Sep 17 00:00:00 2001 From: Scott Hernandez Date: Thu, 31 Mar 2016 09:18:20 -0400 Subject: SERVER-19200: move initial sync behavior out of rs_sync --- src/mongo/db/repl/replication_coordinator_impl_test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mongo/db/repl/replication_coordinator_impl_test.cpp') diff --git a/src/mongo/db/repl/replication_coordinator_impl_test.cpp b/src/mongo/db/repl/replication_coordinator_impl_test.cpp index 6b10ba21154..de8a175d01c 100644 --- a/src/mongo/db/repl/replication_coordinator_impl_test.cpp +++ b/src/mongo/db/repl/replication_coordinator_impl_test.cpp @@ -2442,8 +2442,7 @@ TEST_F(ReplCoordTest, LogAMessageWhenShutDownBeforeReplicationStartUpFinished) { startCapturingLogMessages(); getReplCoord()->shutdown(); stopCapturingLogMessages(); - ASSERT_EQUALS(1, - countLogLinesContaining("shutdown() called before startReplication() finished")); + ASSERT_EQUALS(1, countLogLinesContaining("shutdown() called before startup() finished")); } TEST_F(ReplCoordTest, DoNotProcessSelfWhenUpdatePositionContainsInfoAboutSelf) { -- cgit v1.2.1