Opened 13 years ago
Closed 9 years ago
#5149 closed defect (invalid)
testUrl runs default tests
Reported by: | Neil Roberts | Owned by: | Adam Peller |
---|---|---|---|
Priority: | low | Milestone: | future |
Component: | TestFramework | Version: | 1.0 |
Keywords: | needsreview | Cc: | |
Blocked By: | Blocking: |
Description
In the demo today, testUrl ran both the passed testUrl and the default test.
Change History (14)
comment:1 Changed 13 years ago by
Owner: | changed from alex to slightlyoff |
---|
comment:2 Changed 13 years ago by
Owner: | changed from slightlyoff to alex |
---|
comment:3 Changed 13 years ago by
Milestone: | 1.0.1 → 1.0.2 |
---|
comment:4 Changed 13 years ago by
comment:5 Changed 13 years ago by
Milestone: | 1.0.2 → 1.1 |
---|
I'd suggest we build in some documentation for these params also. I put something in a README file the other day, but I'm not sure how much it clears up this issue.
comment:6 Changed 13 years ago by
Milestone: | 1.1 → 1.2 |
---|
comment:7 Changed 13 years ago by
Owner: | changed from alex to Adam Peller |
---|
comment:8 Changed 12 years ago by
Milestone: | 1.2 → 1.3 |
---|
comment:9 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closing from lack of info. I'm able to run an individual test, like http://localhost/trunk/util/doh/runner.html?testModule=tests.html
comment:10 Changed 12 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
the description was lacking, but note that pottedmeat referred to the 'testUrl' argument, not 'testModule'
comment:11 Changed 12 years ago by
Milestone: | 1.3 → future |
---|
comment:12 Changed 9 years ago by
Keywords: | needsreview added |
---|---|
Priority: | high → low |
comment:13 Changed 9 years ago by
Note that testUrl is noted as deprecated in the DOH source _parseUrlArgs.js:
// * testUrl is deprecated, and is a synonym for test // * testModule is deprecated, and is a synonym for test (dots are automatically replaced with slashes)
and also that it works fine, if you use slashes rather than dots:
http://localhost/trunk/util/doh/runner.html?testUrl=tests/html
So, that means that this was fixed in 1.7 or earlier, right?
@peller said that he wants to write more documentation for this, which should go into the util/doh (livedocs.dojotoolkit.org). That seems like a separate issue, but I'll leave this ticket open since he reopened it once already.
comment:14 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
Closing, given the amount of time that has gone by, and the fact that the referenced param has long since been deprecated.
a little more info, please? Is this a reference to DOH? Implying that testUrl and testModule should be mutually exclusive? Really necessary for 1.0.x?