-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Build
-
ALL
-
Platform 6 07/17/15
Insists on reverting this:
diff --git a/src/mongo/db/storage/wiredtiger/wiredtiger_record_store_test.cpp b/src/mongo/db/storage/wiredtiger/wiredtiger_record_store_test.cpp index aae1056..9a4a0e0 100644 --- a/src/mongo/db/storage/wiredtiger/wiredtiger_record_store_test.cpp +++ b/src/mongo/db/storage/wiredtiger/wiredtiger_record_store_test.cpp @@ -541,8 +541,7 @@ TEST(WiredTigerRecordStoreTest, OplogHack) { rs->insertRecord(opCtx.get(), obj.objdata(), obj.objsize(), false).getStatus(), ErrorCodes::BadValue); - obj = BSON("ts" - << "not a Timestamp"); + obj = BSON("ts" << "not a Timestamp"); ASSERT_EQ( rs->insertRecord(opCtx.get(), obj.objdata(), obj.objsize(), false).getStatus(), ErrorCodes::BadValue);
- related to
-
SERVER-19249 Clang-format should allow BSON macro to be used with one key-value pair per line
- Closed