| Summary: | Exception on dictionary function getKeys | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | broy2 |
| Component: | EDT | Assignee: | Project Inbox <edt.javascriptgen-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Fixed in 20111121 build. Verified. |
Use EUNIT to run: library dictionaryFunctions myDictionary Dictionary = new dictionary(true, OrderingKind.byInsertion){ID = 5, lastName = "Twain", firstName = "Mark"}; keys string[]; values any[]; myInt int; function getKeys(){@Test} keys = myDictionary.getKeys(); myInt = keys.getSize(); LogResult.assertBigIntEqual1(3, myInt); end end getKeys: ERROR - uncaught exception for: dictionaryFunctions::getKeys