From: SourceForge.net <no...@so...> - 2009-07-02 11:08:44
|
Bugs item #2809821, was opened at 2009-06-21 13:45 Message generated for change (Comment added) made by lheuer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2809821&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 2.x >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Lars Heuer (lheuer) Assigned to: Lars Heuer (lheuer) Summary: Ensure same topic map constraint Initial Comment: Ensure that every factory method checks that all constructs belong to the same topic map: I.e.: tm = sys.createTopicMap("http://www.semagia.com/a"); tm2 = sys.createTopicMap("http://www.semagia.com/b"); assoc = tm.createAssociation(tm2.createTopic()); That should not work (MCE / IAE must be thrown). ---------------------------------------------------------------------- >Comment By: Lars Heuer (lheuer) Date: 2009-07-02 13:08 Message: Fixed in rev. 299 ---------------------------------------------------------------------- Comment By: Lars Heuer (lheuer) Date: 2009-06-21 13:55 Message: tinyTiM accepts the bogus TMAPI test here: http://tmapi.svn.sourceforge.net/viewvc/tmapi/trunk/src/test/java/org/tmapi/core/TestAssociation.java?r1=64&r2=107 (Bug in TMAPI rev. 64) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2809821&group_id=102341 |