Opened 14 years ago
Closed 14 years ago
#2950 closed defect (fixed)
Update DataStore Unit tests to move store load functions out of global space and other minor updates
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Data | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Update DataStore? Unit tests to move store load functions out of global space and other minor updates
The other updates are simple corrections where assertTrue is called instead of assertEqual.
Attachments (2)
Change History (5)
Changed 14 years ago by
Attachment: | dojox.data.tests.XmlStore_20070508.patch added |
---|
comment:1 Changed 14 years ago by
Changed 14 years ago by
Attachment: | dojo.tests.data.JsonItemStore_20070508.patch added |
---|
Minor tweak to JsonItemStore? tests to remove functions from global space.
comment:2 Changed 14 years ago by
(In [8479]) Minor update to JsonItemStore? tests to remove functions from the global space. refs #2950
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This is fixed. Just closing it out.
Note: See
TracTickets for help on using
tickets.
Patch to XmlStore?? to update namespace for functions, fix an AssertTrue??/assertEqual case, and add in two special comparator cases.