diff options
Diffstat (limited to 'tests/TestBase.py')
| -rw-r--r-- | tests/TestBase.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/TestBase.py b/tests/TestBase.py index 2a3950b52..65d7769c8 100644 --- a/tests/TestBase.py +++ b/tests/TestBase.py @@ -30,6 +30,9 @@ class TestBase(unittest.TestCase): def setUp(self): mlist = MailList.MailList() mlist.Create('_xtest', 'test@dom.ain', 'xxxxx') + mlist.host_name = 'dom.ain' + mlist.web_page_url = 'http://www.dom.ain/mailman/' + mlist.Save() # This leaves the list in a locked state self._mlist = mlist |
