src/cm/scripts/test-suite/workspace.info.js.tmpl
changeset 592 cd268815de68
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/cm/scripts/test-suite/workspace.info.js.tmpl	Fri Mar 07 09:36:04 2014 +0100
@@ -0,0 +1,27 @@
+
+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
+    });
+}
+
+