~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/tests/test_distroseriesdifferencejob.py

  • Committer: Steve Kowalik
  • Date: 2011-03-22 03:00:49 UTC
  • mto: This revision was merged to the branch mainline in revision 12649.
  • Revision ID: stevenk@ubuntu.com-20110322030049-9ifpsqu34uvej542
Clean up

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
            'cronscripts/distroseriesdifference_job.py', ['-vvv'])
192
192
        # The cronscript ran how we expected it to.
193
193
        self.assertEqual(return_code, 0)
194
 
        print stdout
195
194
        self.assertIn(
196
195
            'INFO    Ran 1 DistroSeriesDifferenceJob jobs.', stderr)
197
196
        # And it did what we expected.