Revision: 14654 Author: adrian.chadd Date: Thu May 13 02:30:30 2010 Log: Remove unneeded cleanup.
http://code.google.com/p/lusca-cache/source/detail?r=14654 Modified: /branches/LUSCA_HEAD/test-suite/atf/libhttp.c ======================================= --- /branches/LUSCA_HEAD/test-suite/atf/libhttp.c Wed May 12 22:13:05 2010 +++ /branches/LUSCA_HEAD/test-suite/atf/libhttp.c Thu May 13 02:30:30 2010 @@ -129,7 +129,7 @@ /* *** */ -ATF_TC_WITH_CLEANUP(libhttp_parse_content_length_1); +ATF_TC(libhttp_parse_content_length_1); ATF_TC_HEAD(libhttp_parse_content_length_1, tc) { @@ -181,11 +181,6 @@ httpHeaderReset(&hdr); httpHeaderClean(&hdr); } - -ATF_TC_CLEANUP(libhttp_parse_content_length_1, tc) -{ -} - ATF_TP_ADD_TCS(tp) { -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
