Modify ↓
Ticket #11257 (closed bug: fixed)
Wrong path to source files in test suite if PHP missing
| Reported by: | rwaldron | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 1.7.2 |
| Component: | misc | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
In cases where PHP is not present on the machine running the tests, the baseURL is incorrect and causes source files to 404
Change History
comment:2 Changed 16 months ago by rwaldron
- Priority changed from undecided to high
- Status changed from new to open
- Component changed from unfiled to misc
comment:3 Changed 16 months ago by rwaldron
- Milestone changed from None to 1.7.2
I'd like this to land in 1.7.2
comment:4 Changed 16 months ago by Rick Waldron
- Status changed from open to closed
- Resolution set to fixed
Fix #11257. Correct path to source files.
Changeset: 0944be058e0995d6da066587366fd9ab655764d2
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Remove line 1-71 from test/data/include_js.php and run open the test suite to reproduce.