]> git.ipfire.org Git - thirdparty/squid.git/commit - src/tests/testUfs.cc
Added a CPPUNIT assertion to test whether a failed CPPUNIT test case properly
authorrousskov <>
Tue, 26 Feb 2008 07:24:00 +0000 (07:24 +0000)
committerrousskov <>
Tue, 26 Feb 2008 07:24:00 +0000 (07:24 +0000)
commitfe36168c7eed9bbf5e0cfdac01f5b6b63ecd8bee
tree71613e4002beab1f6bfc92344e689617ec067c95
parent458595dad928c529f23f1eaaea15c9a8a7f8ec31
Added a CPPUNIT assertion to test whether a failed CPPUNIT test case properly
destructs local objects on exit.

If a previous test case fails for any reason, the new assertion will fail
instead of store_dir.cc aborting.  This may save us from tracking non-existent
StoreController initialization bugs.
src/tests/testUfs.cc