Mercurial > bitten > bitten-test
log
age | author | description |
---|---|---|
Tue, 15 Jul 2008 14:35:28 +0000 | dfraser | Update to r528 to prevent test failures when `DefaultPermissionPolicy` is present but `CACHE_EXPIRY` is not (as on current Windows build slave) |
Tue, 15 Jul 2008 14:24:10 +0000 | dfraser | use os.path.join for all tests that check filenames with directories, so that we get the right path on Windows as well |
Mon, 14 Jul 2008 14:49:19 +0000 | dfraser | `os.EX_OK` etc are only defined on UNIX and Mac. Replace with fallback constants. Fixes #298 so Windows slaves now run successfully |