SoftwareTesting:Tools:jsUnit

From MozillaWiki
Revision as of 22:43, 15 September 2006 by Davel (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • example jsunit-based tests (davel's examples)
    • urls in test suite pages are resolved relative to the url of the test runner page, not the url of the test suite page
    • can we use chrome urls (with appropriate manifest files) to access the jsunit core js files in a path-independent manner? this means we just have to worry about the test runner page and the test suite/case pages.
    • this is only a problem for packaging jsunit-based tests in our tree so that they point to the same core jsunit files