From ca2168cbceaffbb92a6863aa843a1e1b3face638 Mon Sep 17 00:00:00 2001
From: Ole Laursen <olau@iola.dk>
Date: Thu, 24 Nov 2011 10:50:34 +0000
Subject: [PATCH] Fix bug in test  - Legacy-Id: 3695

---
 ietf/ipr/tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ietf/ipr/tests.py b/ietf/ipr/tests.py
index c37dc87bf..029ac4b35 100644
--- a/ietf/ipr/tests.py
+++ b/ietf/ipr/tests.py
@@ -77,7 +77,7 @@ class NewIprTestCase(unittest.TestCase,RealDatabaseTest):
 
     def testNewSpecific(self):
         print "     Testing IPR disclosure submission"
-        empty_outbox
+        empty_outbox()
         c = Client()
         response = c.post('/ipr/new-specific/', self.SPECIFIC_DISCLOSURE)
         self.assertEquals(response.status_code, 200)