Skip to content

Commit

Permalink
fix mr test SERVER-2658
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Mar 2, 2011
1 parent 66a4321 commit 8fcdd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jstests/repl/basic1.js
Expand Up @@ -60,7 +60,7 @@ r = function( key , v ){
correct = { a : 2 , b : 1 };

function checkMR( t ){
var res = t.mapReduce( m , r , "basic1_out" );
var res = t.mapReduce( m , r , "basic1_out" + Math.random() );
assert.eq( correct , res.convertToSingleObject() , "checkMR: " + tojson( t ) );
}

Expand Down

0 comments on commit 8fcdd4c

Please sign in to comment.