Skip to content

Commit a274fbf

Browse files
authored
DRIVERS-1173: Remove DBRef parse error tests (#1012)
1 parent e1cbbcb commit a274fbf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

source/bson-corpus/tests/top.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -214,14 +214,6 @@
214214
"description": "Bad $date (extra field)",
215215
"string": "{\"a\" : {\"$date\" : {\"$numberLong\" : \"1356351330501\"}, \"unrelated\": true}}"
216216
},
217-
{
218-
"description": "Bad DBRef (ref is number, not string)",
219-
"string": "{\"x\" : {\"$ref\" : 42, \"$id\" : \"abc\"}}"
220-
},
221-
{
222-
"description": "Bad DBRef (db is number, not string)",
223-
"string": "{\"x\" : {\"$ref\" : \"a\", \"$id\" : \"abc\", \"$db\" : 42}}"
224-
},
225217
{
226218
"description": "Bad $minKey (boolean, not integer)",
227219
"string": "{\"a\" : {\"$minKey\" : true}}"

0 commit comments

Comments
 (0)