summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/chunktests.cpp
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2012-01-26 23:58:33 -0800
committerAaron <aaron@10gen.com>2012-02-06 22:12:27 -0800
commitdd6da27e3290febad8214aa4f833dc7f7ed24b3c (patch)
tree5c97f79adfe5a684941f096f200f752029bb1a3d /src/mongo/dbtests/chunktests.cpp
parentf86562d58757c6cc9f3378456e77f8fc9d3916c5 (diff)
downloadmongo-dd6da27e3290febad8214aa4f833dc7f7ed24b3c.tar.gz
SERVER-4791 descriptive test
Diffstat (limited to 'src/mongo/dbtests/chunktests.cpp')
-rw-r--r--src/mongo/dbtests/chunktests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/dbtests/chunktests.cpp b/src/mongo/dbtests/chunktests.cpp
index 17ff9b34d85..970c7fb2416 100644
--- a/src/mongo/dbtests/chunktests.cpp
+++ b/src/mongo/dbtests/chunktests.cpp
@@ -146,7 +146,7 @@ namespace ChunkTests {
virtual BSONObj query() const { return BSON( "a" << LT << "y" ); }
/**
* It isn't actually necessary to return shard 2 because its lowest key is "y", which
- * is excluded from the query.
+ * is excluded from the query. SERVER-4791
*/
virtual BSONArray expectedShardNames() const { return BSON_ARRAY( "0" << "1" << "2" ); }
};