File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
source/crud/tests/unified Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 63
63
}
64
64
},
65
65
"expectResult" : {
66
- "insertedCount" : 1 ,
67
66
"insertedId" : {
68
67
"$$unsetOrMatches" : 1
69
68
}
166
165
}
167
166
},
168
167
"expectResult" : {
169
- "insertedCount" : 1 ,
170
168
"insertedId" : {
171
169
"$$unsetOrMatches" : 1
172
170
}
221
219
}
222
220
},
223
221
"expectResult" : {
224
- "insertedCount" : 1 ,
225
222
"insertedId" : {
226
223
"$$unsetOrMatches" : 1
227
224
}
280
277
}
281
278
},
282
279
"expectResult" : {
283
- "insertedCount" : 1 ,
284
280
"insertedId" : {
285
281
"$$unsetOrMatches" : 1
286
282
}
390
386
}
391
387
},
392
388
"expectResult" : {
393
- "insertedCount" : 1 ,
394
389
"insertedId" : {
395
390
"$$unsetOrMatches" : {
396
391
"a.b" : 1
501
496
}
502
497
},
503
498
"expectResult" : {
504
- "insertedCount" : 1 ,
505
499
"insertedId" : {
506
500
"$$unsetOrMatches" : 1
507
501
}
Original file line number Diff line number Diff line change 36
36
arguments :
37
37
document : &dollarPrefixedKey { _id: 1, $a: 1 }
38
38
expectResult : &insertResult
39
- insertedCount : 1
40
39
insertedId : { $$unsetOrMatches: 1 }
41
40
expectEvents : &expectEventsDollarPrefixedKey
42
41
- client : *client0
@@ -156,7 +155,6 @@ tests:
156
155
arguments :
157
156
document : &dottedKeyInId { _id: { a.b: 1 } }
158
157
expectResult :
159
- insertedCount : 1
160
158
insertedId : { $$unsetOrMatches: { a.b: 1 } }
161
159
expectEvents : &expectEventsDottedKeyInId
162
160
- client : *client0
You can’t perform that action at this time.
0 commit comments