Reload and detach the test user.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 26 Feb 2012 14:15:10 +0000 (15:15 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Mon, 26 Mar 2012 18:31:35 +0000 (20:31 +0200)
commit37ef4c66b1bc5841b68bf25f06feb7d863ff89f5
treeccc6774c176b1dafa0fdde0867803a34a72cdad1
parent38877794e73ab9c23e11bf5a22263c1d1d5b083c
Reload and detach the test user.

The code often needs to know some fields of the test user
even after doing some sql and stuff. The solultion is to
reload it and properly detach it from its Session. That way
all its fields are available and the whole thing is not
connected to a session. It feels like a normal object.
mediagoblin/tests/tools.py