Kevin Pulo
|
0c8b0d57c7
|
SERVER-12746: Fix assert() calls with constant-value args
These calls were mostly mistakes that should have been assert.eq().
assert() will now trip if passed a non-string msg, or too many params.
|
2015-10-30 20:35:28 +11:00 |
|
David Storch
|
ffdb57ed20
|
SERVER-17544 remove $-prefixed find options from jstests and comments
Since the format for passing these options is different for the find command, these options should be specified
using the DBQuery helpers.
|
2015-07-23 19:51:04 -04:00 |
|
Randolph Tan
|
5595b94560
|
SERVER-12127 migrate js tests to jscore suite when not related to writes
Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api
|
2014-02-28 16:26:33 -05:00 |
|