src/cm/scripts/test-suite/workspace.info.js
author Simon Descarpentries <sid@sopinspace.com>
Tue, 18 Feb 2014 19:27:58 +0100
changeset 579 869f02c75687
parent 577 65fab7b5ce5e
permissions -rw-r--r--
daily progress : suite/test style, config from single config file, attempt to test i18n in footer


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