From: Alex Rousskov Date: Fri, 1 Mar 2013 10:03:06 +0000 (-0700) Subject: Sync TESTDIR names used by testCoss and testUfs with testRock changes. X-Git-Tag: SQUID_3_3_2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a756253216eea9c224a84deaf99f1760772a6640;p=thirdparty%2Fsquid.git Sync TESTDIR names used by testCoss and testUfs with testRock changes. --- diff --git a/src/tests/testCoss.cc b/src/tests/testCoss.cc index d2cabb711f..3a6ef325a9 100644 --- a/src/tests/testCoss.cc +++ b/src/tests/testCoss.cc @@ -18,7 +18,7 @@ #include #endif -#define TESTDIR "testCoss__testCossSearch" +#define TESTDIR "testCoss_Store" CPPUNIT_TEST_SUITE_REGISTRATION( testCoss ); diff --git a/src/tests/testUfs.cc b/src/tests/testUfs.cc index 8d962b44a6..ad1a91d719 100644 --- a/src/tests/testUfs.cc +++ b/src/tests/testUfs.cc @@ -19,7 +19,7 @@ #include #endif -#define TESTDIR "testUfs__testUfsSearch" +#define TESTDIR "testUfs_Store" CPPUNIT_TEST_SUITE_REGISTRATION( testUfs );