From: SourceForge.net <no...@so...> - 2008-08-05 12:44:15
|
Bugs item #2038853, was opened at 2008-08-05 14:44 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2038853&group_id=102341 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: tinyTiM 1.5 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Lars Heuer (lheuer) Assigned to: Lars Heuer (lheuer) Summary: Subject locators are not removable Initial Comment: assert topic.getSubjectLocators().size() == 0; topic.addSubjectLocator(loc); assert topic.getSubjectLocators().size() == 1; topic.removeSubjectLocator(loc); assert topic.getSubjectLocators().size() == 0; Last assert fails ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2038853&group_id=102341 |