Skip to content

Commit 4f8f6bb

Browse files
authored
Merge pull request #51 from bartimar/patch-2
dv_update.js fix typo
2 parents 2ca8ea6 + 15f5a1c commit 4f8f6bb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

testcases/dv_update.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ if ( typeof(tests) != "object" ) {
33
}
44

55
/*
6-
* Setup: Populate the collection with 4800 documents with interger
6+
* Setup: Populate the collection with 4800 documents with integer
77
* _id ranging from 0 to 4799, and a numerical field "a" set to 0
88
* Test: Each thread works in its range of 100 documents (separated by _id),
99
* randomly selects a document and increments field "a" by 1
@@ -31,7 +31,7 @@ tests.push( { name: "Update.DocValidation.OneNum.Compare",
3131
]});
3232

3333
/*
34-
* Setup: Populate the collection with 4800 documents with interger
34+
* Setup: Populate the collection with 4800 documents with integer
3535
* _id ranging from 0 to 4799, and a numerical field "a" set to 0.
3636
* Set up a validator for the field "a" to check for its existence
3737
* and type (double).
@@ -66,7 +66,7 @@ tests.push( { name: "Update.DocValidation.OneNum",
6666

6767

6868
/*
69-
* Setup: Populate the collection with 4800 documents with interger
69+
* Setup: Populate the collection with 4800 documents with integer
7070
* _id ranging from 0 to 4799, and ten numerical fields set to 0
7171
* Test: Each thread works in its range of 100 documents (separated by _id),
7272
* randomly selects a document and increments the integer fields by 1
@@ -100,7 +100,7 @@ tests.push( { name: "Update.DocValidation.TenNum.Compare",
100100
]});
101101

102102
/*
103-
* Setup: Populate the collection with 4800 documents with interger
103+
* Setup: Populate the collection with 4800 documents with integer
104104
* _id ranging from 0 to 4799, and ten numerical fields set to 0.
105105
* Set up a validator for the ten numberical fields to check for their
106106
* existence and type (double).
@@ -162,7 +162,7 @@ tests.push( { name: "Update.DocValidation.TenNum",
162162

163163

164164
/*
165-
* Setup: Populate the collection with 4800 documents with interger
165+
* Setup: Populate the collection with 4800 documents with integer
166166
* _id ranging from 0 to 4799, and twenty numerical fields set to 0
167167
* Test: Each thread works in its range of 100 documents (separated by _id),
168168
* randomly selects a document and increments the integer fields by 1
@@ -199,7 +199,7 @@ tests.push( { name: "Update.DocValidation.TenNum",
199199
]});
200200

201201
/*
202-
* Setup: Populate the collection with 4800 documents with interger
202+
* Setup: Populate the collection with 4800 documents with integer
203203
* _id ranging from 0 to 4799, and ten numerical fields set to 0.
204204
* Set up a validator for the twenty numberical fields to check for their
205205
* existence and type (double).

0 commit comments

Comments
 (0)