diff options
author | U-tellus\cwestin <cwestin@10gen.com> | 2012-05-21 11:28:44 -0700 |
---|---|---|
committer | U-tellus\cwestin <cwestin@10gen.com> | 2012-05-21 12:40:39 -0700 |
commit | 54f86fa31d31b90bfa9d086520821e402cc5589a (patch) | |
tree | fc2ac13804d75f76a23805289b0a6ed3e50217a1 /jstests/aggregation/testall.js | |
parent | c13ff660e615ef76f6f4dbc8c62d24c6b4ae54cc (diff) | |
download | mongo-54f86fa31d31b90bfa9d086520821e402cc5589a.tar.gz |
SERVER-4504 minor changes from code review
Diffstat (limited to 'jstests/aggregation/testall.js')
-rw-r--r-- | jstests/aggregation/testall.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/aggregation/testall.js b/jstests/aggregation/testall.js index f479f0b2c06..bdf3c72e613 100644 --- a/jstests/aggregation/testall.js +++ b/jstests/aggregation/testall.js @@ -3,10 +3,10 @@ */
/* load the test documents */
-load('jstests/aggregation/articles.js');
+load('jstests/aggregation/data/articles.js');
/* load the test utilities */
-load('jstests/aggregation/utils.js');
+load('jstests/aggregation/extras/utils.js');
// make sure we're using the right db; this is the same as "use mydb;" in shell
db = db.getSiblingDB("aggdb");
|