b.append( "double245_6289", 245.6289 );
b.append( "oid", test_oid );
// Symbol wonky
b.append( "symbol", new Symbol( "foobar" ) );
// Code wonky
b.append( "code", new Code( "var x = 12345;" ) );
// TODO - Shell doesn't work with Code W/ Scope, return to this test later
/*
b.append( "code_scoped", new CodeWScope( "return x * 500;", test_doc ) );*/
b.append( "str", "foobarbaz" );
b.append( "ref", new DBRef( getDatabase(), "testRef", test_ref_id ) );