Ticket #6565 (closed defect: fixed)

Opened 3 months ago

Last modified 2 weeks ago

DOH doesn't load _browserRunner.js in sub-frames if Dojo isn't loaded

Reported by: alex Owned by: alex
Priority: normal Milestone: 1.2
Component: TestFramework Version: 1.1.0
Severity: normal Keywords: doh, test harness
Cc: dmachi

Description

right now, we're dependent on the logic which detects dojo in runner.js to figure out if we can load _browserRunner.js. There's a fallback for Rhino/SM environments but nothing for browsers. This needs to be fixed so that tests loaded via registerUrl() can *not* contain Dojo but will still correctly report their results to the parent frame.

Change History

Changed 3 months ago by alex

  • status changed from new to closed
  • resolution set to fixed

(In [13356]) ensure that DOH correctly loads _browserRunner.js when pages don't include Dojo. Fixes #6565. !strict

Changed 2 weeks ago by alex

(In [14045]) ensure that DOH correctly loads _browserRunner.js when pages don't include Dojo. Fixes #6565 !strict

Note: See TracTickets for help on using tickets.