Opened 12 years ago
Closed 11 years ago
#10003 closed task (fixed)
dojo.hash requires better tests
Reported by: | miksago | Owned by: | Rob Retchless |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | General | Version: | 1.4.0b |
Keywords: | Cc: | [email protected]…, Rob Retchless | |
Blocked By: | Blocking: |
Description
Currently all the tests that are run on dojo.hash are within one test case, meaning if one sort of test fails, then the whole lot do, and there's no way of finding out what is specifically failing.
Attachments (2)
Change History (8)
comment:1 Changed 12 years ago by
Cc: | Rob Retchless added |
---|---|
Owner: | changed from anonymous to miksago |
comment:2 Changed 11 years ago by
Milestone: | 1.4 → future |
---|---|
severity: | major → normal |
Version: | → 1.4.0b |
Changed 11 years ago by
Changed 11 years ago by
Proposed patch (Added tests for "extra#instring")
comment:3 Changed 11 years ago by
Milestone: | future → 1.5 |
---|
miksago - thanks for the patch. Rob, should we try to get this in 1.4? There isn't much time.
comment:4 Changed 11 years ago by
Milestone: | 1.5 → 1.4 |
---|---|
Owner: | changed from miksago to Rob Retchless |
comment:5 Changed 11 years ago by
The extra#instring test fails in IE6 because it forcibly removes any extra hashes. To support this across browsers, it must be encoded, so there's no point in having a test for it. The first patch looks awesome though, with one small tweak required to the trailingSpace test. I'll make a patch and get it in today.
comment:6 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in [20829] with tweaks. Thanks, Mikheil!
Proposed patch (revised the pubsub test.)