Opened at 2007-12-07T16:39:46Z
Closed at 2007-12-12T05:17:23Z
#223 closed defect (fixed)
unit test failure on Windows
Reported by: | zooko | Owned by: | zooko |
---|---|---|---|
Priority: | major | Milestone: | 0.7.0 |
Component: | code-frontend-web | Version: | 0.7.0 |
Keywords: | win32 | Cc: | |
Launchpad Bug: |
Description
Hooray! We have an automated buildslave testing the Windows-native build and unit tests.
Unfortunately, it currently fails, for a reason that I don't precisely understand. Our test_web asserts that certain requests made to the web server should result in a '403 Forbidden', and instead they result in a '400 Bad Request', on Windows but not on any other platform. There are six tests that fail because of that, and those are the only remaining test failures.
Also, it appears that the buildslave isn't configured to build automatically when source code changes are pushed into the darcs repository.
Change History (2)
comment:1 Changed at 2007-12-12T05:17:12Z by zooko
- Owner set to zooko
- Status changed from new to assigned
comment:2 Changed at 2007-12-12T05:17:23Z by zooko
- Resolution set to fixed
- Status changed from assigned to closed
fixed by 2cb05817a67c7ccb, 38d1af7ede1acc07, and a7f954ac068eefb0 -- the Windows-native buildslave is green!