diff -r 2274e86e1d72 -r cd268815de68 src/cm/scripts/test-suite/workspace.info.js.tmpl --- /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", ''); +define ("USER_ADMIN", ''); +define ("PASS_ADMIN", ''); + +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 + }); +} + +