Mercurial > p > roundup > code
diff test/test_actions.py @ 2186:3f89c8ffe4f1
version info in scripts
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 05 Apr 2004 23:43:04 +0000 |
| parents | a0cfea4e5956 |
| children | cd5dcc39193d a15f91a10e45 |
line wrap: on
line diff
--- a/test/test_actions.py Mon Apr 05 07:13:10 2004 +0000 +++ b/test/test_actions.py Mon Apr 05 23:43:04 2004 +0000 @@ -57,7 +57,7 @@ raise self.failureException, excName def testShowAction(self): - self.client.db.config.TRACKER_WEB = 'BASE/' + self.client.base = 'BASE/' action = ShowAction(self.client) self.assertRaises(ValueError, action.handle)
