Skip to content

Commit

Permalink
SERVER-11174 Reference db of tool test rather than global db object
Browse files Browse the repository at this point in the history
  • Loading branch information
sverch committed Oct 14, 2013
1 parent 9fcdfeb commit d1c2ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jstests/tool/csvexport_dates.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ test(ISODate('1960-01-02 03:04:05.999Z')); // second = 5

// Test date before 1900 (negative tm_year values from gmtime)
// Skip this test on systems where a time_t is not big enough to store the value
buildInfo = db.adminCommand("buildInfo");
buildInfo = t.db.adminCommand("buildInfo");
if (buildInfo.bits >= 64) {
test(ISODate('1860-01-02 03:04:05.006Z'));
}
Expand Down

0 comments on commit d1c2ae7

Please sign in to comment.