summaryrefslogtreecommitdiffstats
path: root/apps/patchwork
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-09-29 22:28:32 +1000
committerJeremy Kerr <jk@ozlabs.org>2008-09-29 22:32:58 +1000
commitc4973c23587fd8aae6dfb0b4440db884d5fed274 (patch)
tree5f5ec12e8620eb0ff9fb65c7e55da7861054a4a6 /apps/patchwork
parent78fd29fd514dbe75bb2ebbdea1ad03da14e426ed (diff)
downloadpatchwork-c4973c23587fd8aae6dfb0b4440db884d5fed274.tar.bz2
patchwork-c4973c23587fd8aae6dfb0b4440db884d5fed274.tar.xz
[tests] Remove print from SenderCorrelationTest
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'apps/patchwork')
-rw-r--r--apps/patchwork/tests/patchparser.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/patchwork/tests/patchparser.py b/apps/patchwork/tests/patchparser.py
index 7b24bbc..be569c7 100644
--- a/apps/patchwork/tests/patchparser.py
+++ b/apps/patchwork/tests/patchparser.py
@@ -171,8 +171,6 @@ class SenderCorrelationTest(unittest.TestCase):
(self.person, new) = find_author(self.existing_sender_mail)
self.person.save()
- print Person.objects.all()
-
def testExisingSender(self):
(person, new) = find_author(self.existing_sender_mail)
self.assertEqual(new, False)