summaryrefslogtreecommitdiff
path: root/jstests/tool/csv1.js
diff options
context:
space:
mode:
authoragirbal <antoine@10gen.com>2011-07-04 11:21:21 -0700
committeragirbal <antoine@10gen.com>2011-07-04 11:21:21 -0700
commit2b6bd331d6ad557819d61182b7de3ba32bedbbba (patch)
treebfbf796157ef97abf1f34cea253f3843689d6545 /jstests/tool/csv1.js
parentcd7944acd456f4e25b8c76e7e560886e27d321b9 (diff)
downloadmongo-2b6bd331d6ad557819d61182b7de3ba32bedbbba.tar.gz
temp change to test to fix buildbot
Diffstat (limited to 'jstests/tool/csv1.js')
-rw-r--r--jstests/tool/csv1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/tool/csv1.js b/jstests/tool/csv1.js
index 5eb7ab0249a..477904ca590 100644
--- a/jstests/tool/csv1.js
+++ b/jstests/tool/csv1.js
@@ -4,7 +4,7 @@ t = new ToolTest( "csv1" )
c = t.startDB( "foo" );
-base = { a : 1 , b : "foo,bar\"baz,qux" , c: 5, 'd d': -6 , e: '-', f : "."};
+base = { a : 1.1 , b : "foo,bar\"baz,qux" , c: 5.1, 'd d': -6.1 , e: '-', f : "a"};
assert.eq( 0 , c.count() , "setup1" );
c.insert( base );