diff options
| author | bwarsaw | 2001-10-05 17:45:18 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-10-05 17:45:18 +0000 |
| commit | e06400b47799c9b14ae3d142630f1c4619b538c5 (patch) | |
| tree | 4d6d56d9637a61a5f963a68ba4e36041c0657cdc /tests/TestBase.py | |
| parent | 2164179d3a5aa96618762c617f977721004f2401 (diff) | |
| download | mailman-e06400b47799c9b14ae3d142630f1c4619b538c5.tar.gz mailman-e06400b47799c9b14ae3d142630f1c4619b538c5.tar.zst mailman-e06400b47799c9b14ae3d142630f1c4619b538c5.zip | |
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 |
