diff options
author | Aaron <aaron@10gen.com> | 2011-12-30 10:06:43 -0800 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2011-12-30 10:06:43 -0800 |
commit | 940f2015f40baa25ed2e401af33b8bd584dcd011 (patch) | |
tree | 43702d8b40484f35689f2ae8c4c3fcaeb5c17f9e /jstests/js7.js | |
parent | d1d3ba01d73a762694ef0540535ede4d61fcc9c8 (diff) | |
download | mongo-940f2015f40baa25ed2e401af33b8bd584dcd011.tar.gz |
update collection names used by js tests
Diffstat (limited to 'jstests/js7.js')
-rw-r--r-- | jstests/js7.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/js7.js b/jstests/js7.js index 2685dce08dc..73ce9c9a6fb 100644 --- a/jstests/js7.js +++ b/jstests/js7.js @@ -1,4 +1,4 @@ -t = db.jni7; +t = db.jstests_js7; t.drop(); assert.eq( 17 , db.eval( function(){ return args[0]; } , 17 ) ); |