Code

. fixed SCRIPT_NAME in ZRoundup for instances not at top level of Zope
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 15 May 2002 03:27:16 +0000 (03:27 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 15 May 2002 03:27:16 +0000 (03:27 +0000)
commit38c65e9e3806b6813aa2a7f15c782731aaddb983
treeb058c1499f1ab241e0a25f22d67e51ed886a1349
parent5ef76a014e3d16005c541a4a40b5ca6c8ca94f9d
 . 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)

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@731 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
roundup/roundupdb.py
test/test_init.py
test/test_mailgw.py