Eliminate conversion from tests too
This commit is contained in:
@@ -338,7 +338,7 @@ namespace QueryOptimizerTests {
|
||||
public:
|
||||
virtual ~DiffBase() {}
|
||||
void run() {
|
||||
FieldRangeSet frs( "", fromjson( obj() ) );
|
||||
FieldRangeSet frs( "", fromjson( obj().toString() ) );
|
||||
FieldRange ret = frs.range( "a" );
|
||||
ret -= frs.range( "b" );
|
||||
check( ret );
|
||||
|
||||
Reference in New Issue
Block a user