Open GoogleCodeExporter opened 8 years ago
[deleted comment]
Definitively not related to the "Object" usage:
----------------
Run JsTestDriver Tests Suite
setting runnermode QUIET
Chrome: Reset
Chrome: Reset
Chrome 22.0.1229.94 Linux loaded
/test/com/google/jstestdriver/coverage/javascript/LCOV.js
Chrome 22.0.1229.94 Linux loaded /test/src/Core.js
Chrome 22.0.1229.94 Linux loaded /test/src/Storage/Toto.js
Chrome 22.0.1229.94 Linux loaded /test/src/Toto.js
Chrome 22.0.1229.94 Linux loaded /test/src/Module.js
Chrome 22.0.1229.94 Linux loaded /test/tests/Core.js
Total 0 tests (Passed: 0; Fails: 0; Errors: 0) (0.00 ms)
done
Original comment by harold.t...@netvibes.com
on 15 Nov 2012 at 1:01
Can you rename the issue pls:
"Config file order is not respected if file contains some filename patterns"
Original comment by harold.t...@netvibes.com
on 15 Nov 2012 at 1:02
Doc quote:
http://code.google.com/p/js-test-driver/wiki/ConfigurationFile
> load:
> List of files to load to browser before the test can be run. We support
globing with > *. The files are loaded in the same order as specified in the
configuration file or > alphabetically if using globing.
Original comment by harold.t...@netvibes.com
on 15 Nov 2012 at 1:17
Unit tests for this issue:
https://code.google.com/r/hthetiot-js-test-driver/source/detail?r=ed6c9992a283aa
7ac5a00a41dad58aa5e241871e
Original comment by hthetiot
on 15 Nov 2012 at 4:17
git remote for github added here https://github.com/hthetiot/js-test-driver
with unit tests commit for the issue #409 instead of the one in the description
that i deleted.
Original comment by hthetiot
on 15 Nov 2012 at 4:27
Is this still being worked on? I see the same problem with 1.3.5. Basically the
order as listed is ignored and it appears to do its own thing. This makes it
basically impossible to run tests since the prerequisites can not be correctly
loaded.
Original comment by aggreg...@gmail.com
on 6 Feb 2014 at 5:50
Create a monkey patch to preserve js load order
https://code.google.com/r/kyawtuns-js-test-driver/source/list?name=js-load-order
Sorry, I don't know how to submit PR.
Add `glob` value to `false` in jsTestDriver.conf to preserve js load order. At
the same it, it will remove globing, so `*` cannot be used in file loading list.
Original comment by kyawt...@gmail.com
on 9 Aug 2014 at 4:51
This is fixed with the patch, see http://youtrack.jetbrains.com/issue/WEB-12963
Original comment by k...@quickleft.com
on 14 Aug 2014 at 10:18
Original issue reported on code.google.com by
harold.t...@netvibes.com
on 15 Nov 2012 at 12:56