Mercurial > p > roundup > code
diff CHANGES.txt @ 718:e10c37f53efd
fixed SCRIPT_NAME in ZRoundup for instances not at top level of Zope
(thanks dman)
fixed some sorting issues that were breaking some unit tests under py2.2
mailgw test output dir was confusing the init test (but only on 2.2 *shrug*)
fixed bug in the init unit test that meant only the bsddb test ran if it
could (it clobbered the anydbm test)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 15 May 2002 03:27:16 +0000 |
| parents | 14e94c28bdb0 |
| children | fed4c363a7f3 |
line wrap: on
line diff
--- a/CHANGES.txt Tue May 14 23:36:25 2002 +0000 +++ b/CHANGES.txt Wed May 15 03:27:16 2002 +0000 @@ -40,6 +40,8 @@ . file upload broke if you didn't supply a change note . fixed SCRIPT_NAME in ZRoundup for instances not at top level of Zope (thanks dman) + . fixed some sorting issues that were breaking some unit tests under py2.2 + . mailgw test output dir was confusing the init test (but only on 2.2 *shrug*) 2002-03-25 - 0.4.1
