[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 6.0-15-g574e365

Sandro Tosi morph at debian.org
Tue Aug 16 23:06:37 UTC 2011


The following commit has been merged in the master branch:
commit 5ea9ec813a9a81a3abfc2138272b66d14334c03f
Author: Sandro Tosi <morph at debian.org>
Date:   Tue Aug 16 21:31:32 2011 +0200

    added test for bug triggering #637994

diff --git a/test/test_debbugs.py b/test/test_debbugs.py
index 2ad3a15..9d2a174 100644
--- a/test/test_debbugs.py
+++ b/test/test_debbugs.py
@@ -130,6 +130,10 @@ class TestGetReports(unittest2.TestCase):
         self.assertEqual(data[0],
                '#415801: reportbug: add support for SOAP interface to BTS')
 
+        # relative to bts#637994, report with messages without a header
+        subject, bodies = debbugs.get_report(503300, 120)
+        self.assertGreater(len(bodies), 0)
+
 class TestUrlFunctions(unittest2.TestCase):
 
     def test_cgi_report_url(self):

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list