~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/archivepublisher/tests/test_uploadprocessor.py

merge from RF

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
    info = debug
33
33
    error = debug
34
 
    exception = debug
35
34
 
 
35
    def exception(self, s):
 
36
        self.debug(s, exc_info=True)
 
37
        
36
38
 
37
39
class TestUploadProcessor(unittest.TestCase):
38
40
    """Tests for uploadprocessor.py."""