src/cm/scripts/test-suite/workspace.info.js.example
author Simon Descarpentries <sid@sopinspace.com>
Fri, 07 Mar 2014 18:18:46 +0100
changeset 598 fd0507590413
child 613 a0b695aace0a
permissions -rw-r--r--
668 tests, 80% of the workspace tested
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
598
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
     1
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
     2
define ("WORKSPACE_URL", 'http://192.168.2.61:8000/');
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
     3
define ("USER_ADMIN", '');
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
     4
define ("PASS_ADMIN", '');
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
     5
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
     6
define ("USER_EDIT", '');
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
     7
define ("PASS_EDIT", '');
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
     8
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
     9
define ("USER_COM", '');
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
    10
define ("PASS_COM", '');
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
    11
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
    12
function define (name, value) {
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
    13
    Object.defineProperty (exports, name, {
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
    14
        value:      value,
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
    15
        enumerable: true
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
    16
    });
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
    17
}
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
    18