summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2017-09-14 11:45:58 +0000
committerTor Egge <Tor.Egge@oath.com>2017-09-14 11:45:58 +0000
commit8435cc6d567d8681d45a784755fd981eb80e4193 (patch)
treeabefb60f86a243c2c184a4f9175addf332143f8f
parentbc6d7f9667b4dd5ebe4b722139b86ad95f06e5be (diff)
Adjust test name to clarify what is tested.
-rw-r--r--searchcore/src/tests/proton/documentdb/documentbucketmover/documentbucketmover_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/documentdb/documentbucketmover/documentbucketmover_test.cpp b/searchcore/src/tests/proton/documentdb/documentbucketmover/documentbucketmover_test.cpp
index fec39e47df4..5dbf5d523bc 100644
--- a/searchcore/src/tests/proton/documentdb/documentbucketmover/documentbucketmover_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/documentbucketmover/documentbucketmover_test.cpp
@@ -1223,7 +1223,7 @@ TEST_F("explicitly active not ready bucket can be moved to ready even if node is
EXPECT_EQUAL(f._notReady.bucket(3), f.bucketsModified()[0]);
}
-TEST_F("require that notifyCreateBucket works", ControllerFixture)
+TEST_F("require that notifyCreateBucket causes bucket to be reconsidered by job", ControllerFixture)
{
EXPECT_FALSE(f._bmj.done());
f.addReady(f._ready.bucket(1));