Merge branch 'master' into main

Conflicts:
	SConstruct
	db/btree.h
	db/db.vcxproj.filters
	db/dbcommands_admin.cpp
	db/geo/2d.cpp
	db/pdfile.cpp
	dbtests/test.vcxproj.filters
This commit is contained in:
Dwight
2011-05-03 15:53:27 -04:00
45 changed files with 3765 additions and 2597 deletions

View File

@@ -84,7 +84,8 @@ namespace mongo {
string currentTestName;
Result * Suite::run( const string& filter ) {
tlogLevel = -1;
// set tlogLevel to -1 to suppress tlog() output in a test program
// TEMP tlogLevel = -1;
log(1) << "\t about to setupTests" << endl;
setupTests();