tmlab/majortom

setting the player of a role leads to empty Changeset

Closed this issue · 1 comments

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


What is the expected output? What do you see instead?
A changeSet with one change of type "TYPE_SET".
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:28

Sorry, confused setType and setPlayer.


Original comment by schulze....@googlemail.com on 20 Sep 2010 at 7:30

  • Changed title: setting the player of a role leads to empty Changeset
  • Changed state: Invalid