Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Commit

Permalink
Fix autofetch view tests in resources.
Browse files Browse the repository at this point in the history
The test used to check for a string that was removed from the view.
  • Loading branch information
Apostolos Bessas committed Dec 13, 2011
1 parent f5faf85 commit 2334f8a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions transifex/resources/tests/views/views.py
Expand Up @@ -336,9 +336,6 @@ def test_save_form_url(self):
self.assertEquals(self.resource.url_info.source_file_url, self.SFILE)
resp = self.client['maintainer'].get(self.url_edit)
self.assertContains(resp, self.SFILE)
resp = self.client['anonymous'].get(self.urls['resource'])
self.assertContains(resp, self.SFILE)


def test_save_form_remove_url(self):
"""Test that saving the form without a source file URL removes it."""
Expand Down

0 comments on commit 2334f8a

Please sign in to comment.