[GJC-22] enumerateNode cannot handle single-nodes | |
| Status: | Closed |
| Project: | Genjava |
| Component/s: | gj-xml |
| Affects Version/s: | xml-1.0 |
| Fix Version/s: | xml-1.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Henri Yandell | Assignee: | Henri Yandell |
| Resolution: | Fixed | ||
| Environment: | |||
| Description |
| If you enumerateNode when there is only one of those nodes, it seems to return an empty enumeration. |
| Comment by bayard [ Tue, 13 Jul 2004 14:06:42 -0700 (PDT) ] |
| Node was returning EMPTY when it had a single value. Easily fixed and test added. |