~diegosarmentero/ubuntu-sso-client/tests-broken

« back to all changes in this revision

Viewing changes to ubuntu_sso/qt/tests/test_controllers.py

  • Committer: diego.sarmentero at canonical
  • Date: 2011-11-02 16:56:12 UTC
  • Revision ID: diego.sarmentero@canonical.com-20111102165612-nan9ai5u0vp7do5p
Removing unnecessary lines.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1656
1656
 
1657
1657
    @defer.inlineCallbacks
1658
1658
    def setUp(self):
1659
 
        """Set the tests."""
1660
1659
        yield super(ErrorControllerTestCase, self).setUp()
1661
1660
        self.view = ErrorPageView()
1662
1661
        self.backend = self.view
1680
1679
 
1681
1680
    @defer.inlineCallbacks
1682
1681
    def setUp(self):
1683
 
        """Set the tests."""
1684
1682
        yield super(SuccessControllerTestCase, self).setUp()
1685
1683
        self.view = SuccessPageView()
1686
1684
        self.backend = self.view