diff options
author | Eliot Horowitz <eliot@10gen.com> | 2013-05-17 12:18:27 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2013-05-17 12:25:23 -0400 |
commit | 093b50f848078861fba60194d382d4a63bbb590e (patch) | |
tree | e42ea19238699ba2dd23dc7b56de3e6437c5dfea /jstests/not2.js | |
parent | 1990f56f85fd5a43bc35fffce028f5ef0d8ebd25 (diff) | |
download | mongo-093b50f848078861fba60194d382d4a63bbb590e.tar.gz |
SERVER-6400 remove $not test no longer vaild
Diffstat (limited to 'jstests/not2.js')
-rw-r--r-- | jstests/not2.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/not2.js b/jstests/not2.js index a996ce6dbff..7cd1ab112fc 100644 --- a/jstests/not2.js +++ b/jstests/not2.js @@ -53,8 +53,6 @@ check( {i:{$type:2}}, "a", 2 ); check( {i:{$not:{$type:1}}}, "a", 2 ); check( {i:{$not:{$type:2}}}, "", 0 ); -check( {i:{$not:{$gt:"c",$lt:"b"}}}, "b" ); - t.remove( {} ); t.save( {i:1} ); check( {i:{$not:{$mod:[5,1]}}}, null, 0 ); |