MrDraw/tests
Gina Häußge 214b48451b Turned SessionUser into a delegate
That should fix user settings across multiple SessionUser wrappers. User settings were
previously only copied upon initialization of the SessionUser, with no update later on,
leading to them becoming out of sync with the underlying User instance.

This commit changes SessionUser to delegate method and attribute access for anything
but its own members to delegate to the wrapped User instance instead.
2015-08-10 14:27:57 +02:00
..
filemanager Merge pull request #1016 from DanLipsitt/fix/tests 2015-08-07 14:10:36 +02:00
plugin Finalizing first version of plugin lifecycle management 2015-04-14 17:55:46 +02:00
printer Refactoring of "printer" modules 2015-03-03 17:01:33 +01:00
slicing Fix calls to non-existent Mock method. 2015-08-06 17:31:43 -07:00
users Turned SessionUser into a delegate 2015-08-10 14:27:57 +02:00
util More cleanup for the feedback controls 2015-03-10 21:49:18 +01:00