summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2011-08-30 13:21:34 -0400
committerdwight <dwight@10gen.com>2011-08-30 13:21:34 -0400
commitfff7a4972ea821104707f0e5008e615030fea6b6 (patch)
tree26142989d00ebdc42e32198dce68a05f59f9479a
parentb7a4d0ff79a344d1208d9a0115adce9da4399344 (diff)
downloadmongo-fff7a4972ea821104707f0e5008e615030fea6b6.tar.gz
SERVER-3717 enable test
-rw-r--r--jstests/numberlong2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/numberlong2.js b/jstests/numberlong2.js
index 966ab2d33dd..ba30bdb43b0 100644
--- a/jstests/numberlong2.js
+++ b/jstests/numberlong2.js
@@ -1,6 +1,6 @@
// Test precision of NumberLong values with v1 index code SERVER-3717
-if ( 0 ) { // SERVER-3717
+if ( 1 ) { // SERVER-3717
t = db.jstests_numberlong2;
t.drop();