]> git.ipfire.org Git - thirdparty/squid.git/commit - src/Makefile.am
Add Unit-Tests for HttpReply
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 26 Jul 2009 09:24:07 +0000 (21:24 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 26 Jul 2009 09:24:07 +0000 (21:24 +1200)
commit0f9db2d67591759c0b85658564013246599e7f63
treeb844fbf25e500ed8a561caf51995a658e058e424
parent96ee497f9547b25c9a71eb8c65a85c68864eb5db
Add Unit-Tests for HttpReply

Just the basics for some needed right now. This needs to be expanded.

Also, required to break some of the mime header parsing calls out into
mime_header.cc in preparation for splitting the icon handling from the
header handling and reduce dependencies on the new tests.
src/Makefile.am
src/mime.cc
src/mime_header.cc [new file with mode: 0644]
src/tests/stub_StatHist.cc [new file with mode: 0644]
src/tests/stub_store.cc
src/tests/testHttpReply.cc [new file with mode: 0644]
src/tests/testHttpReply.h [new file with mode: 0644]
src/tests/testHttpRequest.cc
src/tests/testHttpRequest.h