Revert "Add "test" to names of test methods so they run"

This reverts commit a590bf6b8ee733893d3410ecb5eebe54141c48ea. This commit broke
the test suite because it was not tested after rebasing with Keegan's changes
to the tests.

(imported from commit 7248a55328609973c5303be6c85eeb5fbfc1475e)
This commit is contained in:
Tyler Hallada 2013-01-03 13:46:29 -05:00
parent c6929bbc9f
commit 7f06681efa
1 changed files with 1 additions and 4 deletions

View File

@ -527,10 +527,7 @@ class GetOldMessagesTest(AuthedTestCase):
messages.
"""
self.login("hamlet@humbughq.com")
json_result = self.post_with_params({})
self.assert_json_success(json_result)
result = simplejson.loads(json_result.content)
self.check_well_formed_messages_response(result)
self.check_well_formed_messages_response(self.post_with_params({}))
def test_get_old_messages_with_narrow_recipient_id(self):
"""