archives

« Bugzilla Issues Index

#1121 — Duplicated harness files


I see the same files duplicated in
* website/harness
* console/harness
* test/harness

Why so? Can't the files be just in one place? I fear this duplication will lead to maintenance annoyance.
As someone trying to use the test suite by changing it a little bit, I don't know which sth.js version to edit...


This should be documented better, but the harness in the test directory is the one you want to modify. The harness files under console and website are generated as part of the packaging process (see tools\packaging\packager.py).

I'll leave this open for now to track documenting this.


I would be willing to help with this.