--- a/src/cm/scripts/test-suite/workspace.info.js.tmpl Wed Mar 12 17:19:23 2014 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-
-define ("WORKSPACE_URL", '<workspace-url>');
-define ("USER_ADMIN", '<admin-login>');
-define ("PASS_ADMIN", '<admin-password>');
-
-define ("BROWSERS", ['Chrome']);
-
-// 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
- });
-}
-
-