Author: qmathe
Date: Sat Oct 20 14:32:34 2012
New Revision: 7823

URL: http://svn.gna.org/viewcvs/etoile?rev=7823&view=rev
Log:
Fixed -currentNodeDidChange: to check the store correctly (multiple stores can
now be used at the same time).

Previously the code assumed a single store was in use at a time. For the test 
suite, multiple stores (using distinct UUIDs) are created sequentially, and 
distributed notifications can be received with some delay due to the run 
loop...So in some cases, a COCustomTrack can receive a notification posted by a 
previous store (and not from the current one) resulting in an assertion until 
now.

Modified:
    trunk/Etoile/Frameworks/CoreObject/COCustomTrack.m


_______________________________________________
Etoile-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-cvs

Reply via email to