------------------------------------------------------------ revno: 12214 revision-id: chtsanti@users.sourceforge.net-20120717142917-7bcbb9zqf5v85hhx parent: chtsanti@users.sourceforge.net-20120717142506-qpc2wusc5akd08ro committer: Christos Tsantilas branch nick: trunk timestamp: Tue 2012-07-17 17:29:17 +0300 message: Add request_header_add option: add forgotten src/tests/stub_libformat.cc file ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: chtsanti@users.sourceforge.net-20120717142917-\ # 7bcbb9zqf5v85hhx # target_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # testament_sha1: 595269ad79375409264cf342f8c8ea4db505a9b8 # timestamp: 2012-07-17 14:52:34 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # base_revision_id: chtsanti@users.sourceforge.net-20120717142506-\ # qpc2wusc5akd08ro # # Begin patch === added file 'src/tests/stub_libformat.cc' --- src/tests/stub_libformat.cc 1970-01-01 00:00:00 +0000 +++ src/tests/stub_libformat.cc 2012-07-17 14:29:17 +0000 @@ -0,0 +1,8 @@ +#include "squid.h" +#include "format/Format.h" + +#define STUB_API "stub_libformat.cc" +#include "tests/STUB.h" + + +void Format::Format::assemble(MemBuf &mb, const AccessLogEntryPointer &al, int logSequenceNumber) const STUB