diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-30 19:19:04 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-01-05 13:23:57 +0200 |
| commit | d50ec127af2fe7c7276380e10fce00496580fd58 (patch) | |
| tree | d8178438c8f463b50201895a12dbf57733e28ed5 /src/client-tests | |
| parent | e31860843d2838a1a6c42c8545f497e9f4577ba2 (diff) | |
wip textanalysis broken. it creates extra nodes. state variable overloading for nodes/links not helping. thinking of graph trees
Diffstat (limited to 'src/client-tests')
| -rw-r--r-- | src/client-tests/base.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client-tests/base.js b/src/client-tests/base.js index 318e2696..c466abef 100644 --- a/src/client-tests/base.js +++ b/src/client-tests/base.js @@ -46,11 +46,11 @@ function run_tests(settings) { settings.created(undefined, window); } debugger - addScript(window, '../client/require.js') + addScript(window, '../../res/client/lib/require.js') .load_next('../client/app.js') .done(function () { console.log('test harness: starting script loading with requirejs'); - console.dir(window.require); + console.dir(window.rhizi_require_config); window.require.config(window.rhizi_require_config); window.requirejs(['main'], function(main) { console.log('test harness: main loaded'); |
