@@ -22,74 +22,74 @@ class CommandTests(EncryptionTestCase):
2222 ]
2323 },
2424 # Equality-queryable fields
25- "encryption__encryptedbinarytest " : {
25+ "encryption__binarymodel " : {
2626 "fields" : [
2727 {"bsonType" : "binData" , "path" : "value" , "queries" : {"queryType" : "equality" }}
2828 ]
2929 },
30- "encryption__encryptedbooleantest " : {
30+ "encryption__booleanmodel " : {
3131 "fields" : [{"bsonType" : "bool" , "path" : "value" , "queries" : {"queryType" : "equality" }}]
3232 },
33- "encryption__encryptedchartest " : {
33+ "encryption__charmodel " : {
3434 "fields" : [
3535 {"bsonType" : "string" , "path" : "value" , "queries" : {"queryType" : "equality" }}
3636 ]
3737 },
38- "encryption__encryptedemailtest " : {
38+ "encryption__emailmodel " : {
3939 "fields" : [
4040 {"bsonType" : "string" , "path" : "value" , "queries" : {"queryType" : "equality" }}
4141 ]
4242 },
43- "encryption__encryptedgenericipaddresstest " : {
43+ "encryption__genericipaddressmodel " : {
4444 "fields" : [
4545 {"bsonType" : "string" , "path" : "value" , "queries" : {"queryType" : "equality" }}
4646 ]
4747 },
48- "encryption__encryptedtexttest " : {
48+ "encryption__textmodel " : {
4949 "fields" : [
5050 {"bsonType" : "string" , "path" : "value" , "queries" : {"queryType" : "equality" }}
5151 ]
5252 },
53- "encryption__encryptedurltest " : {
53+ "encryption__urlmodel " : {
5454 "fields" : [
5555 {"bsonType" : "string" , "path" : "value" , "queries" : {"queryType" : "equality" }}
5656 ]
5757 },
5858 # Range-queryable fields
59- "encryption__encryptedbigintegertest " : {
59+ "encryption__bigintegermodel " : {
6060 "fields" : [{"bsonType" : "long" , "path" : "value" , "queries" : {"queryType" : "range" }}]
6161 },
62- "encryption__encrypteddatetest " : {
62+ "encryption__datemodel " : {
6363 "fields" : [{"bsonType" : "date" , "path" : "value" , "queries" : {"queryType" : "range" }}]
6464 },
65- "encryption__encrypteddatetimetest " : {
65+ "encryption__datetimemodel " : {
6666 "fields" : [{"bsonType" : "date" , "path" : "value" , "queries" : {"queryType" : "range" }}]
6767 },
68- "encryption__encrypteddecimaltest " : {
68+ "encryption__decimalmodel " : {
6969 "fields" : [{"bsonType" : "decimal" , "path" : "value" , "queries" : {"queryType" : "range" }}]
7070 },
71- "encryption__encrypteddurationtest " : {
71+ "encryption__durationmodel " : {
7272 "fields" : [{"bsonType" : "long" , "path" : "value" , "queries" : {"queryType" : "range" }}]
7373 },
74- "encryption__encryptedfloattest " : {
74+ "encryption__floatmodel " : {
7575 "fields" : [{"bsonType" : "double" , "path" : "value" , "queries" : {"queryType" : "range" }}]
7676 },
77- "encryption__encryptedintegertest " : {
77+ "encryption__integermodel " : {
7878 "fields" : [{"bsonType" : "long" , "path" : "value" , "queries" : {"queryType" : "range" }}]
7979 },
80- "encryption__encryptedpositivebigintegertest " : {
80+ "encryption__positivebigintegermodel " : {
8181 "fields" : [{"bsonType" : "long" , "path" : "value" , "queries" : {"queryType" : "range" }}]
8282 },
83- "encryption__encryptedpositiveintegertest " : {
83+ "encryption__positiveintegermodel " : {
8484 "fields" : [{"bsonType" : "long" , "path" : "value" , "queries" : {"queryType" : "range" }}]
8585 },
86- "encryption__encryptedpositivesmallintegertest " : {
86+ "encryption__positivesmallintegermodel " : {
8787 "fields" : [{"bsonType" : "int" , "path" : "value" , "queries" : {"queryType" : "range" }}]
8888 },
89- "encryption__encryptedsmallintegertest " : {
89+ "encryption__smallintegermodel " : {
9090 "fields" : [{"bsonType" : "int" , "path" : "value" , "queries" : {"queryType" : "range" }}]
9191 },
92- "encryption__encryptedtimetest " : {
92+ "encryption__timemodel " : {
9393 "fields" : [{"bsonType" : "date" , "path" : "value" , "queries" : {"queryType" : "range" }}]
9494 },
9595 }
0 commit comments