Opened 14 years ago
Closed 14 years ago
#3094 closed defect (fixed)
0.9: OpmlStore missing no-op close() function for Read API
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Data | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
0.9: OpmlStore? missing no-op close() function for Read API
Missed this during review. The store didn't implement the close() function of the Read API and therefore does not conform to the interface. Simple fix. Sorry for missing this in review.
Attachments (1)
Change History (3)
comment:1 Changed 14 years ago by
Changed 14 years ago by
Attachment: | dojox.data.OpmlStore_20070522.patch added |
---|
Minor patch to add a missing function
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This also reminds me that I should put in a conformence test of some sort to validate all the api functions are implemented on stores.