More unicode fixes in the test suite
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Wed, 12 Dec 2012 11:29:22 +0000 (12:29 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Wed, 12 Dec 2012 11:35:26 +0000 (12:35 +0100)
commitaf6a43d140cd65989a6fe151f9df7bdafc622546
tree2dec98beebb508675cde9590be9e50355ad9e060
parent8ba4380ff72a3d21c0b0d8c876c39cbb50a2f922
More unicode fixes in the test suite

Pass in unicode not (binary) strings where sqlite expects unicode
values to prevent the test suite from (correctly) complaining about
errors.

I now pass the full suite without any complaints.

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