#2608 closed task (fixed)
port basic utility functions + tests to core
Reported by: | alex | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | General | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
as per the roadmap document and refactor.txt, port misc utility functions and tests for them into Core.
Change History (9)
comment:1 Changed 14 years ago by
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
comment:5 Changed 14 years ago by
comment:6 Changed 14 years ago by
(In [7995]) Refs #2608. Get the unit tests in rhino to work, except for json tests. Rhino does not serialize object properties in the same order as they appeared in the source string. Probably something to do with for/in loops not guaranteed to happen in any particular order. We just get lucky in the browser. Need to possibly rethink the tests for it.
comment:7 Changed 14 years ago by
comment:8 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
marking fixed. issues for this should be filed under separate cover.
Note: See
TracTickets for help on using
tickets.
(In [7665]) initial start at pulling in some of the utility funcs. Refs #2608. Refs #2609