diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-01-31 17:22:22 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-01-31 17:22:22 -0500 |
commit | b67533238a3c908ff1760e1a0fe8b6885cedb727 (patch) | |
tree | 9349261d2adc9a0eefea2d9f09f273810eb78195 /jstests/objid1.js | |
parent | 09bbd0e6c24a789650c02b6dd04f8d0b06d6cac7 (diff) | |
download | mongo-b67533238a3c908ff1760e1a0fe8b6885cedb727.tar.gz |
don't connect explicitly
Diffstat (limited to 'jstests/objid1.js')
-rw-r--r-- | jstests/objid1.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/objid1.js b/jstests/objid1.js index 0bd8e1c2517..99a7aeb1a6f 100644 --- a/jstests/objid1.js +++ b/jstests/objid1.js @@ -1,4 +1,3 @@ -db = connect( "test" ); t = db.objid1; t.drop(); |