~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Ian Booth
  • Date: 2011-04-19 15:10:57 UTC
  • mfrom: (12868 devel)
  • mto: This revision was merged to the branch mainline in revision 12983.
  • Revision ID: ian.booth@canonical.com-20110419151057-he56y6k29c4zeiyk
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
561
561
            derived_series.parent_series)
562
562
        jobs = find_waiting_jobs(derived_series, source_package_name)
563
563
        self.runJob(jobs[0])
564
 
        self.assertIs(None, ds_diff[0].package_diff)
 
564
        # Since the diff showing the changes from 1.0-1 to 1.0-1derived1 is
 
565
        # still valid, it isn't reset, but the parent diff is.
 
566
        self.assertIsNot(None, ds_diff[0].package_diff)
565
567
        self.assertIs(None, ds_diff[0].parent_package_diff)
566
568
 
567
569