src/cm/scripts/test-suite/workspace.info.js
author gibus
Mon, 10 Mar 2014 13:24:19 +0100
changeset 600 fda73ac53450
parent 577 65fab7b5ce5e
permissions -rw-r--r--
Use YUI 3.10 (now that conflict with ASCIIMathML is solved).


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
    });
}