From: SourceForge.net <no...@so...> - 2008-08-05 12:45:03
|
Bugs item #2038853, was opened at 2008-08-05 14:44 Message generated for change (Settings changed) made by lheuer 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: Closed 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 ---------------------------------------------------------------------- >Comment By: Lars Heuer (lheuer) Date: 2008-08-05 14:45 Message: Logged In: YES user_id=399396 Originator: YES Fixed in trunk ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2038853&group_id=102341 |