diff options
author | agirbal <antoine@10gen.com> | 2011-07-04 11:21:21 -0700 |
---|---|---|
committer | agirbal <antoine@10gen.com> | 2011-07-04 11:21:21 -0700 |
commit | 2b6bd331d6ad557819d61182b7de3ba32bedbbba (patch) | |
tree | bfbf796157ef97abf1f34cea253f3843689d6545 /jstests/tool/csv1.js | |
parent | cd7944acd456f4e25b8c76e7e560886e27d321b9 (diff) | |
download | mongo-2b6bd331d6ad557819d61182b7de3ba32bedbbba.tar.gz |
temp change to test to fix buildbot
Diffstat (limited to 'jstests/tool/csv1.js')
-rw-r--r-- | jstests/tool/csv1.js | 2 |
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 ); |