diff options
author | Aaron <aaron@10gen.com> | 2009-05-27 15:43:26 -0400 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2009-05-27 15:43:26 -0400 |
commit | 5d113ff1d093af389113a6fbddfbc3c394cbb981 (patch) | |
tree | cffb5eefe27efb4819b58134d4fa00da336b680d /dbtests | |
parent | 0f5d151e8d77babc4dabdb1d663456006c62fe9f (diff) | |
download | mongo-5d113ff1d093af389113a6fbddfbc3c394cbb981.tar.gz |
test cleanup MINOR
Diffstat (limited to 'dbtests')
-rw-r--r-- | dbtests/jstests.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dbtests/jstests.cpp b/dbtests/jstests.cpp index 9a426928b81..49cac4acfaa 100644 --- a/dbtests/jstests.cpp +++ b/dbtests/jstests.cpp @@ -442,6 +442,8 @@ namespace JSTests { class Utf8Check { public: + Utf8Check() { reset(); } + ~Utf8Check() { reset(); } void run() { if( !globalScriptEngine->utf8Ok() ) { log() << "utf8 not supported" << endl; |