~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/scripts/tests/test_queue.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-10 18:15:40 UTC
  • mfrom: (13747.1.5 death-to-odd-files)
  • Revision ID: launchpad@pqm.canonical.com-20110910181540-x64rx09oik7e3v2l
[r=sinzui][bug=421705] Eliminate the cause of random files leaking
        into the tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
407
407
            bug_status, 'FIXRELEASED',
408
408
            'Bug status is %s, expected FIXRELEASED')
409
409
 
 
410
        # Clean up.
 
411
        upload_data = datadir('suite/bar_1.0-2')
 
412
        os.remove(os.path.join(upload_data, 'bar_1.0.orig.tar.gz'))
 
413
 
410
414
    def testAcceptActionWithMultipleIDs(self):
411
415
        """Check if accepting multiple items at once works.
412
416