src/cm/scripts/test-suite/workspace.info.js
changeset 601 d334a616c023
parent 600 fda73ac53450
parent 598 fd0507590413
child 602 e16a97fb364a
--- a/src/cm/scripts/test-suite/workspace.info.js	Mon Mar 10 13:24:19 2014 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-
-define ("WORKSPACE_URL", 'http://192.168.2.61:8000/');
-define ("USER_ADMIN", 'siltaar');
-define ("PASS_ADMIN", 'oaueoaue');
-
-// TODO: decide wether we should populate workspaces with standard users or
-// create them on the fly ?
-
-define ("USER_EDIT", '');
-define ("PASS_EDIT", '');
-
-define ("USER_COM", '');
-define ("PASS_COM", '');
-
-define ("USER_OBSERV", '');
-define ("PASS_OBSERV", '');
-
-function define (name, value) {
-    Object.defineProperty (exports, name, {
-        value:      value,
-        enumerable: true
-    });
-}
-