From 5209312f5d5fbdb7489d672378b086f4efeba416 Mon Sep 17 00:00:00 2001 From: jsteemann Date: Tue, 25 Apr 2017 11:28:31 +0200 Subject: [PATCH] remove unused method call --- js/server/tests/replication/replication-sync.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/server/tests/replication/replication-sync.js b/js/server/tests/replication/replication-sync.js index 4e091c32ec..c0bdae58ca 100644 --- a/js/server/tests/replication/replication-sync.js +++ b/js/server/tests/replication/replication-sync.js @@ -43,6 +43,7 @@ var mmfilesEngine = false; if (db._engine().name === "mmfiles") { mmfilesEngine = true; } + //////////////////////////////////////////////////////////////////////////////// /// @brief test suite //////////////////////////////////////////////////////////////////////////////// @@ -114,7 +115,6 @@ function ReplicationSuite() { db._drop(cn); connectToSlave(); - replication.applier.stop(); db._drop(cn); },