Skip to content

Commit

Permalink
[#1625] Remove a functional test from test_user.py
Browse files Browse the repository at this point in the history
The test is no longer valid due to activity streams changes
  • Loading branch information
Sean Hammond committed Jan 12, 2012
1 parent 30fae6e commit 21dcf04
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ckan/tests/functional/test_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,6 @@ def test_user_create(self):
assert_equal(user.email, email)
assert user.password

# no revision should be created - User is not revisioned
rev_id_after_test = model.repo.youngest_revision().id
assert_equal(rev_id_before_test, rev_id_after_test)

# check cookies created
cookie = res.request.environ['HTTP_COOKIE']
# I think some versions of webob do not produce quotes, hence the 'or'
Expand Down

0 comments on commit 21dcf04

Please sign in to comment.