------------------------------------------------------------ revno: 12504 revision-id: squid3@treenet.co.nz-20130301100306-vhqoh11fkb130nts parent: squid3@treenet.co.nz-20130301100157-6p2jnw74vpo0v141 author: Alex Rousskov committer: Amos Jeffries branch nick: 3.3 timestamp: Fri 2013-03-01 03:03:06 -0700 message: Sync TESTDIR names used by testCoss and testUfs with testRock changes. ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20130301100306-vhqoh11fkb130nts # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # testament_sha1: f75d3f68132ac6506f02f17a0f802564eb060bad # timestamp: 2013-03-01 10:05:35 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # base_revision_id: squid3@treenet.co.nz-20130301100157-\ # 6p2jnw74vpo0v141 # # Begin patch === modified file 'src/tests/testCoss.cc' --- src/tests/testCoss.cc 2012-09-18 21:05:32 +0000 +++ src/tests/testCoss.cc 2013-03-01 10:03:06 +0000 @@ -18,7 +18,7 @@ #include #endif -#define TESTDIR "testCoss__testCossSearch" +#define TESTDIR "testCoss_Store" CPPUNIT_TEST_SUITE_REGISTRATION( testCoss ); === modified file 'src/tests/testUfs.cc' --- src/tests/testUfs.cc 2013-02-14 07:34:42 +0000 +++ src/tests/testUfs.cc 2013-03-01 10:03:06 +0000 @@ -19,7 +19,7 @@ #include #endif -#define TESTDIR "testUfs__testUfsSearch" +#define TESTDIR "testUfs_Store" CPPUNIT_TEST_SUITE_REGISTRATION( testUfs );