Fix up tests
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 20 Dec 2012 23:27:59 +0000 (00:27 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 20 Dec 2012 23:30:48 +0000 (00:30 +0100)
commit7e55bcb898d37010a5e9bd8a666cd3ddfa63de33
treeb15eb178927eeb3e418ed3333e265ce65932e6f2
parent5c99cd01a70f2d597ac7669e8d944ddf79b05281
Fix up tests

empty find() queries would not work anymore with the simplified .find
compatability code, so remove these and use proper sqlalchemy in the
tests.

The storage test failed because my virtualenv environment ran
mediagoblin/local/mediagoblin/tests/test_storage.py and somehow decided
the 2 classes are different objects. Just test against the full class name.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
mediagoblin/tests/test_auth.py
mediagoblin/tests/test_storage.py
mediagoblin/tests/test_tests.py