#13254 closed defect (fixed)
dojox.jsonPath.query tests fail after build
Reported by: | jmajewski | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | Dojox | Version: | 1.6.1 |
Keywords: | jsonPath query | Cc: | |
Blocked By: | Blocking: |
Description
The jsonPath query test cases fail for the release version of dojo. The source version works fine. The issue is with variable replacement during the build process and query code using function and variable names in string expressions.
Two main places that I have found that is causing the issue: 1) eval method is expecting the argument name to be _v which gets replaced during the build.
2) repStr method is expecting the _str function name but the _str function name gets replaced in the build.
We just upgraded from dojo 1.1.1 to dojo 1.6 and this defect is a show stopper for us. Any help would be greatly appreciated.
Change History (3)
comment:1 Changed 10 years ago by
Owner: | changed from Adam Peller to Kris Zyp |
---|
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|
Note: See
TracTickets for help on using
tickets.
In [27487]: