summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@mongodb.com>2013-11-05 15:11:48 -0500
committerSpencer T Brody <spencer@mongodb.com>2013-11-05 15:11:48 -0500
commitf02719c6b5bbe2f6c5ffba6f329d4c6f6a7ab9af (patch)
tree733bd40fef3b516d8ff026348d212c473ae8bfe7
parentf7443bad6cafdb24940d2dc262f760e8a66cc950 (diff)
downloadmongo-f02719c6b5bbe2f6c5ffba6f329d4c6f6a7ab9af.tar.gz
Rename commands js tests
-rw-r--r--jstests/auth/commands_builtin_roles.js (renamed from jstests/auth/commands_builtinRoles.js)2
-rw-r--r--jstests/auth/commands_user_defined_roles.js (renamed from jstests/auth/commands_userDefinedRoles.js)2
-rw-r--r--jstests/auth/lib/commands_lib.js (renamed from jstests/auth/commands_lib.js)0
3 files changed, 2 insertions, 2 deletions
diff --git a/jstests/auth/commands_builtinRoles.js b/jstests/auth/commands_builtin_roles.js
index 8703077f0ce..11dd02819a0 100644
--- a/jstests/auth/commands_builtinRoles.js
+++ b/jstests/auth/commands_builtin_roles.js
@@ -7,7 +7,7 @@ in jstests/auth/commands.js.
*/
-load("jstests/auth/commands_lib.js");
+load("jstests/auth/lib/commands_lib.js");
var roles = [
{key: "read", role: "read", dbname: firstDbName},
diff --git a/jstests/auth/commands_userDefinedRoles.js b/jstests/auth/commands_user_defined_roles.js
index 4895917aaf9..0c258138eee 100644
--- a/jstests/auth/commands_userDefinedRoles.js
+++ b/jstests/auth/commands_user_defined_roles.js
@@ -11,7 +11,7 @@ in jstests/auth/commands.js.
var testUser = "userDefinedRolesTestUser";
var testRole = "userDefinedRolesTestRole";
-load("jstests/auth/commands_lib.js");
+load("jstests/auth/lib/commands_lib.js");
function testProperAuthorization(conn, t, testcase) {
var out = "";
diff --git a/jstests/auth/commands_lib.js b/jstests/auth/lib/commands_lib.js
index 39e7c6a797b..39e7c6a797b 100644
--- a/jstests/auth/commands_lib.js
+++ b/jstests/auth/lib/commands_lib.js