tmlab/majortom

setting the player of a role leads to empty Changeset

GoogleCodeExporter opened this issue · 1 comments

What steps will reproduce the problem?
1. create association with a role and create Topic otherPlayer (all with 
History off)
2. role.setPlayer(otherPlayer) with History on
3. call revisionIndex.firstRevision.changeSet

What is the expected output? What do you see instead?
A changeSet with one change of type "PLAYER_MODIFIED".
Instead: empty changeSet and the next revision holds the information I expected 
in the first (empty) one.

Original issue reported on code.google.com by schulze....@googlemail.com on 20 Sep 2010 at 7:31

Original comment by Sven.Kro...@googlemail.com on 1 Nov 2010 at 12:28

  • Changed state: Fixed