Opened 10 years ago
Closed 8 years ago
#13457 closed defect (fixed)
dojo tests fail in node
Reported by: | liucougar | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | IO | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
37 test failures in node 0.4.7 with the following command:
node /absolute/path/to/dojo.js load=doh test=dojo/tests/module
most (if not all) test failures are due to undefined method connect or xhrGet
Attachments (1)
Change History (7)
Changed 10 years ago by
Attachment: | 13457.patch added |
---|
comment:1 Changed 10 years ago by
the attached patch fixes xhrGet undefined error in node.
with this patch, 20 test failures remain in node, caused by connect is undefined
comment:2 Changed 10 years ago by
Status: | new → assigned |
---|
comment:3 Changed 9 years ago by
Milestone: | 1.7 → 1.7.1 |
---|
comment:4 Changed 9 years ago by
Milestone: | 1.7.1 → 1.8 |
---|
comment:5 Changed 9 years ago by
Milestone: | 1.8 → 2.0 |
---|
comment:6 Changed 8 years ago by
Component: | General → IO |
---|---|
Milestone: | 2.0 → 1.8 |
Resolution: | → fixed |
Status: | assigned → closed |
I don't believe this is an issue any more. dojo/request works fine in Node in 1.8+
Note: See
TracTickets for help on using
tickets.
proposed patch to fix xhrGet undefined