Spider Monkey: cleaning MINOR

This commit is contained in:
Eliot Horowitz
2009-05-05 11:02:47 -04:00
parent 7c16a1476d
commit 2cad033fc0
2 changed files with 10 additions and 9 deletions

View File

@@ -449,6 +449,7 @@ namespace mongo {
s.exec( "db.bar.verify();" );
s.exec( "db.bar.silly.verify();" );
s.exec( "assert.eq( 'foo.bar.silly' , db.bar.silly._fullName )" );
s.exec( "assert.eq( 'function' , typeof _mongo.find , 'mongo.find is not a function' )" );
}
Scope * SMEngine::createScope(){