Bug #7431
NodelistUtil.getNode returns null for valid nodelist entry
Start date:
2015-10-15
Due date:
% Done:
100%
Milestone:
CCI-2.0
Product Version:
*
Story Points:
Sprint:
Description
NodelistUtil.getNode is using == instead of .equals to determine equivalence.
Related issues
Associated revisions
fixes #7431
changed use of == to .equals when determining equivalence. Added in a couple unit tests to verify.
fixes #7431
changed use of == to .equals when determining equivalence. Added in a couple unit tests to verify.
History
#1 Updated by Robert Waltz about 9 years ago
- Related to Story #7419: hasReservation should not check if an Identifier is already registered added
#2 Updated by Robert Waltz about 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset d1-python:d1_python|r16675.