~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/devscripts/ec2test/tests/test_remote.py

  • Committer: Jonathan Lange
  • Date: 2010-08-26 12:26:42 UTC
  • mto: This revision was merged to the branch mainline in revision 11455.
  • Revision ID: jml@canonical.com-20100826122642-37xo3oirs068vpe4
Remove superfluous comment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
718
718
        self.assertIn('ZeroDivisionError', str(tester_msg))
719
719
 
720
720
 
721
 
# XXX: Add tests that show that _some_ kind of email is sent if
722
 
# LaunchpadTester fails unexpectedly.
723
 
 
724
 
 
725
721
class TestDaemonizationInteraction(TestCaseWithTransport, RequestHelpers):
726
722
 
727
723
    script_file = 'remote_daemonization_test.py'