DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43706>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43706 Summary: Fix a litmus warning for WebdavServlet Product: Tomcat 6 Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The litmus WebDAV compliance test suite produces a couple of warnings in its 'copymove' group of tests. This is the output on tomcat6 trunk: $ env TESTS="copymove" litmus http://localhost:8080/webdav/ -> running `copymove': 0. init.................. pass 1. begin................. pass 2. copy_init............. pass 3. copy_simple........... WARNING: COPY to new resource didn't give 201 ...................... pass (with 1 warning) 4. copy_overwrite........ pass 5. copy_cleanup.......... pass 6. copy_coll............. pass 7. move.................. WARNING: MOVE to new resource didn't give 201 ...................... pass (with 1 warning) 8. move_coll............. pass 9. move_cleanup.......... pass 10. finish................ pass <- summary for `copymove': of 11 tests run: 11 passed, 0 failed. 100.0% -> 2 warnings were issued. With my patch the warnings are gone: $ env TESTS="copymove" litmus http://localhost:8080/webdav/ -> running `copymove': 0. init.................. pass 1. begin................. pass 2. copy_init............. pass 3. copy_simple........... pass 4. copy_overwrite........ pass 5. copy_cleanup.......... pass 6. copy_coll............. pass 7. move.................. pass 8. move_coll............. pass 9. move_cleanup.......... pass 10. finish................ pass <- summary for `copymove': of 11 tests run: 11 passed, 0 failed. 100.0% -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
