summaryrefslogtreecommitdiff
path: root/dbtests/dbtests.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-04-23 22:44:19 -0400
committerEliot Horowitz <eliot@10gen.com>2009-04-23 22:44:19 -0400
commit9c88c32b04003636e7036233f2f69ad93ee3ca5a (patch)
treef2d0a65783f3a2f4e5345d04682ca9c813003618 /dbtests/dbtests.cpp
parent7596bf2e980d508cbb14b02d21fa3dc3104c3c4c (diff)
downloadmongo-9c88c32b04003636e7036233f2f69ad93ee3ca5a.tar.gz
some test refactoring
Diffstat (limited to 'dbtests/dbtests.cpp')
-rw-r--r--dbtests/dbtests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbtests/dbtests.cpp b/dbtests/dbtests.cpp
index 84065791bce..e8d37c76a79 100644
--- a/dbtests/dbtests.cpp
+++ b/dbtests/dbtests.cpp
@@ -92,7 +92,7 @@ int main( int argc, char** argv ) {
// NOTE Starting JNI changes global state (for example, locale and FPU precision);
// make sure all tests run with this setup, by running javajs tests first.
- tests.add( javajsTests(), "javajs" );
+ tests.add( jsTests(), "js" );
tests.add( btreeTests(), "btree" );
tests.add( jsobjTests(), "jsobj" );