You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ca...@apache.org on 2005/08/15 06:54:48 UTC

cvs commit: logging-log4cxx/tests/src/rolling manualrollingtest.cpp obsoleterollingfileappendertest.cpp sizebasedrollingtest.cpp

carnold     2005/08/14 21:54:48

  Modified:    include/log4cxx rollingfileappender.h
               include/log4cxx/helpers system.h
               include/log4cxx/rolling filterbasedtriggeringpolicy.h
               src      action.cpp classnamepatternconverter.cpp
                        filelocationpatternconverter.cpp
                        filerenameaction.cpp integer.cpp locationinfo.cpp
                        manualtriggeringpolicy.cpp rollingpolicy.cpp
                        rollingpolicybase.cpp rolloverdescription.cpp
                        simpledateformat.cpp sizebasedtriggeringpolicy.cpp
                        syslogappender.cpp threadpatternconverter.cpp
                        triggeringpolicy.cpp
               tests/src/helpers unicodehelpertestcase.cpp
               tests/src/net socketservertestcase.cpp
               tests/src/rolling manualrollingtest.cpp
                        obsoleterollingfileappendertest.cpp
                        sizebasedrollingtest.cpp
  Removed:     src      iconv_module.cpp
  Log:
  LOGCXX-98: Gump failure for no-wchar-t due to whitespace before #include
  
  Revision  Changes    Path
  1.19      +2 -2      logging-log4cxx/include/log4cxx/rollingfileappender.h
  
  Index: rollingfileappender.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/rollingfileappender.h,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- rollingfileappender.h	1 Jun 2005 18:40:23 -0000	1.18
  +++ rollingfileappender.h	15 Aug 2005 04:54:43 -0000	1.19
  @@ -23,8 +23,8 @@
   #ifndef _LOG4CXX_ROLLING_FILE_APPENDER_H
     #define _LOG4CXX_ROLLING_FILE_APPENDER_H
   
  -  #include <log4cxx/fileappender.h>
  -  #include <log4cxx/helpers/optionconverter.h>
  +#include <log4cxx/fileappender.h>
  +#include <log4cxx/helpers/optionconverter.h>
   
   namespace log4cxx
   {
  
  
  
  1.14      +2 -2      logging-log4cxx/include/log4cxx/helpers/system.h
  
  Index: system.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/helpers/system.h,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- system.h	4 May 2005 16:13:40 -0000	1.13
  +++ system.h	15 Aug 2005 04:54:44 -0000	1.14
  @@ -17,8 +17,8 @@
    #ifndef _LOG4CXX_HELPERS_SYSTEM_H
    #define _LOG4CXX_HELPERS_SYSTEM_H
   
  - #include <log4cxx/logstring.h>
  - #include <log4cxx/helpers/exception.h>
  +#include <log4cxx/logstring.h>
  +#include <log4cxx/helpers/exception.h>
   
    namespace log4cxx
    {
  
  
  
  1.3       +2 -2      logging-log4cxx/include/log4cxx/rolling/filterbasedtriggeringpolicy.h
  
  Index: filterbasedtriggeringpolicy.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/rolling/filterbasedtriggeringpolicy.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- filterbasedtriggeringpolicy.h	1 Jun 2005 20:40:26 -0000	1.2
  +++ filterbasedtriggeringpolicy.h	15 Aug 2005 04:54:44 -0000	1.3
  @@ -17,8 +17,8 @@
    #if !defined(_LOG4CXX_ROLLING_FILTER_BASED_TRIGGERING_POLICY_H)
    #define _LOG4CXX_ROLLING_FILTER_BASED_TRIGGERING_POLICY_H
   
  - #include <log4cxx/rolling/triggeringpolicy.h>
  - #include <log4cxx/spi/filter.h>
  +#include <log4cxx/rolling/triggeringpolicy.h>
  +#include <log4cxx/spi/filter.h>
   
    namespace log4cxx {
   
  
  
  
  1.2       +2 -2      logging-log4cxx/src/action.cpp
  
  Index: action.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/action.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- action.cpp	1 Jun 2005 18:40:26 -0000	1.1
  +++ action.cpp	15 Aug 2005 04:54:44 -0000	1.2
  @@ -14,8 +14,8 @@
    * limitations under the License.
    */
   
  - #include <log4cxx/rolling/action.h>
  - #include <log4cxx/helpers/synchronized.h>
  +#include <log4cxx/rolling/action.h>
  +#include <log4cxx/helpers/synchronized.h>
   
   using namespace log4cxx;
   using namespace log4cxx::rolling;
  
  
  
  1.2       +3 -3      logging-log4cxx/src/classnamepatternconverter.cpp
  
  Index: classnamepatternconverter.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/classnamepatternconverter.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- classnamepatternconverter.cpp	1 Jun 2005 18:40:26 -0000	1.1
  +++ classnamepatternconverter.cpp	15 Aug 2005 04:54:44 -0000	1.2
  @@ -14,9 +14,9 @@
    * limitations under the License.
    */
   
  - #include <log4cxx/pattern/classnamepatternconverter.h>
  - #include <log4cxx/spi/loggingevent.h>
  - #include <log4cxx/spi/location/locationinfo.h>
  +#include <log4cxx/pattern/classnamepatternconverter.h>
  +#include <log4cxx/spi/loggingevent.h>
  +#include <log4cxx/spi/location/locationinfo.h>
   
    using namespace log4cxx;
    using namespace log4cxx::pattern;
  
  
  
  1.2       +3 -3      logging-log4cxx/src/filelocationpatternconverter.cpp
  
  Index: filelocationpatternconverter.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/filelocationpatternconverter.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- filelocationpatternconverter.cpp	1 Jun 2005 18:40:26 -0000	1.1
  +++ filelocationpatternconverter.cpp	15 Aug 2005 04:54:44 -0000	1.2
  @@ -14,9 +14,9 @@
    * limitations under the License.
    */
   
  - #include <log4cxx/pattern/filelocationpatternconverter.h>
  - #include <log4cxx/spi/loggingevent.h>
  - #include <log4cxx/spi/location/locationinfo.h>
  +#include <log4cxx/pattern/filelocationpatternconverter.h>
  +#include <log4cxx/spi/loggingevent.h>
  +#include <log4cxx/spi/location/locationinfo.h>
   
    using namespace log4cxx;
    using namespace log4cxx::pattern;
  
  
  
  1.2       +1 -1      logging-log4cxx/src/filerenameaction.cpp
  
  Index: filerenameaction.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/filerenameaction.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- filerenameaction.cpp	1 Jun 2005 18:40:26 -0000	1.1
  +++ filerenameaction.cpp	15 Aug 2005 04:54:44 -0000	1.2
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
   
  - #include <log4cxx/rolling/filerenameaction.h>
  +#include <log4cxx/rolling/filerenameaction.h>
   
   using namespace log4cxx;
   using namespace log4cxx::rolling;
  
  
  
  1.3       +1 -1      logging-log4cxx/src/integer.cpp
  
  Index: integer.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/integer.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- integer.cpp	1 Jun 2005 20:40:26 -0000	1.2
  +++ integer.cpp	15 Aug 2005 04:54:44 -0000	1.3
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
   
  - #include <log4cxx/helpers/integer.h>
  +#include <log4cxx/helpers/integer.h>
   
   using namespace log4cxx;
   using namespace log4cxx::helpers;
  
  
  
  1.11      +2 -2      logging-log4cxx/src/locationinfo.cpp
  
  Index: locationinfo.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/locationinfo.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- locationinfo.cpp	15 Feb 2005 23:56:01 -0000	1.10
  +++ locationinfo.cpp	15 Aug 2005 04:54:44 -0000	1.11
  @@ -14,8 +14,8 @@
    * limitations under the License.
    */
   
  - #include <log4cxx/spi/location/locationinfo.h>
  - #include <sstream>
  +#include <log4cxx/spi/location/locationinfo.h>
  +#include <sstream>
   
    using namespace ::log4cxx::spi;
      /**
  
  
  
  1.2       +3 -3      logging-log4cxx/src/manualtriggeringpolicy.cpp
  
  Index: manualtriggeringpolicy.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/manualtriggeringpolicy.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- manualtriggeringpolicy.cpp	1 Jun 2005 18:40:26 -0000	1.1
  +++ manualtriggeringpolicy.cpp	15 Aug 2005 04:54:44 -0000	1.2
  @@ -14,9 +14,9 @@
    * limitations under the License.
    */
   
  - #include <log4cxx/rolling/manualtriggeringpolicy.h>
  - #include <log4cxx/helpers/stringhelper.h>
  - #include <log4cxx/helpers/optionconverter.h>
  +#include <log4cxx/rolling/manualtriggeringpolicy.h>
  +#include <log4cxx/helpers/stringhelper.h>
  +#include <log4cxx/helpers/optionconverter.h>
   
    using namespace log4cxx;
    using namespace log4cxx::rolling;
  
  
  
  1.2       +1 -1      logging-log4cxx/src/rollingpolicy.cpp
  
  Index: rollingpolicy.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/rollingpolicy.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- rollingpolicy.cpp	1 Jun 2005 18:40:26 -0000	1.1
  +++ rollingpolicy.cpp	15 Aug 2005 04:54:44 -0000	1.2
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
   
  - #include <log4cxx/rolling/rollingpolicy.h>
  +#include <log4cxx/rolling/rollingpolicy.h>
   
    using namespace log4cxx::rolling;
   
  
  
  
  1.4       +1 -1      logging-log4cxx/src/rollingpolicybase.cpp
  
  Index: rollingpolicybase.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/rollingpolicybase.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- rollingpolicybase.cpp	13 Jun 2005 22:00:05 -0000	1.3
  +++ rollingpolicybase.cpp	15 Aug 2005 04:54:44 -0000	1.4
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
   
  - #include <log4cxx/rolling/rollingpolicybase.h>
  +#include <log4cxx/rolling/rollingpolicybase.h>
   #include <log4cxx/pattern/formattinginfo.h>
   #include <log4cxx/helpers/stringhelper.h>
   #include <log4cxx/helpers/loglog.h>
  
  
  
  1.2       +1 -1      logging-log4cxx/src/rolloverdescription.cpp
  
  Index: rolloverdescription.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/rolloverdescription.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- rolloverdescription.cpp	1 Jun 2005 18:40:26 -0000	1.1
  +++ rolloverdescription.cpp	15 Aug 2005 04:54:44 -0000	1.2
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
   
  - #include <log4cxx/rolling/rolloverdescription.h>
  +#include <log4cxx/rolling/rolloverdescription.h>
   
   using namespace log4cxx;
   using namespace log4cxx::rolling;
  
  
  
  1.21      +1 -1      logging-log4cxx/src/simpledateformat.cpp
  
  Index: simpledateformat.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/simpledateformat.cpp,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- simpledateformat.cpp	2 Jun 2005 03:46:23 -0000	1.20
  +++ simpledateformat.cpp	15 Aug 2005 04:54:44 -0000	1.21
  @@ -21,7 +21,7 @@
   using namespace std;
   
   #if LOG4CXX_HAS_STD_LOCALE
  -  #include <locale>
  +#include <locale>
   #endif
   
   #if LOG4CXX_HAS_STD_WLOCALE && LOG4CXX_HAS_WCHAR_T
  
  
  
  1.2       +3 -3      logging-log4cxx/src/sizebasedtriggeringpolicy.cpp
  
  Index: sizebasedtriggeringpolicy.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/sizebasedtriggeringpolicy.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sizebasedtriggeringpolicy.cpp	1 Jun 2005 18:40:26 -0000	1.1
  +++ sizebasedtriggeringpolicy.cpp	15 Aug 2005 04:54:44 -0000	1.2
  @@ -14,9 +14,9 @@
    * limitations under the License.
    */
   
  - #include <log4cxx/rolling/sizebasedtriggeringpolicy.h>
  - #include <log4cxx/helpers/stringhelper.h>
  - #include <log4cxx/helpers/optionconverter.h>
  +#include <log4cxx/rolling/sizebasedtriggeringpolicy.h>
  +#include <log4cxx/helpers/stringhelper.h>
  +#include <log4cxx/helpers/optionconverter.h>
   
    using namespace log4cxx;
    using namespace log4cxx::rolling;
  
  
  
  1.16      +1 -1      logging-log4cxx/src/syslogappender.cpp
  
  Index: syslogappender.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/syslogappender.cpp,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- syslogappender.cpp	1 Mar 2005 23:30:44 -0000	1.15
  +++ syslogappender.cpp	15 Aug 2005 04:54:44 -0000	1.16
  @@ -23,7 +23,7 @@
   #include <log4cxx/helpers/transcoder.h>
   
   #ifdef LOG4CXX_HAVE_SYSLOG
  -        #include <syslog.h>
  +#include <syslog.h>
   #else
           /* facility codes */
           #define   LOG_KERN (0<<3)   /* kernel messages */
  
  
  
  1.2       +3 -3      logging-log4cxx/src/threadpatternconverter.cpp
  
  Index: threadpatternconverter.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/threadpatternconverter.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- threadpatternconverter.cpp	1 Jun 2005 18:40:26 -0000	1.1
  +++ threadpatternconverter.cpp	15 Aug 2005 04:54:44 -0000	1.2
  @@ -14,9 +14,9 @@
    * limitations under the License.
    */
   
  - #include <log4cxx/pattern/threadpatternconverter.h>
  - #include <log4cxx/spi/loggingevent.h>
  - #include <log4cxx/spi/location/locationinfo.h>
  +#include <log4cxx/pattern/threadpatternconverter.h>
  +#include <log4cxx/spi/loggingevent.h>
  +#include <log4cxx/spi/location/locationinfo.h>
   
    using namespace log4cxx;
    using namespace log4cxx::pattern;
  
  
  
  1.2       +1 -1      logging-log4cxx/src/triggeringpolicy.cpp
  
  Index: triggeringpolicy.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/triggeringpolicy.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- triggeringpolicy.cpp	1 Jun 2005 18:40:26 -0000	1.1
  +++ triggeringpolicy.cpp	15 Aug 2005 04:54:44 -0000	1.2
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
   
  - #include <log4cxx/rolling/triggeringpolicy.h>
  +#include <log4cxx/rolling/triggeringpolicy.h>
   
   using namespace log4cxx;
   using namespace log4cxx::rolling;
  
  
  
  1.2       +1 -1      logging-log4cxx/tests/src/helpers/unicodehelpertestcase.cpp
  
  Index: unicodehelpertestcase.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/tests/src/helpers/unicodehelpertestcase.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- unicodehelpertestcase.cpp	28 Apr 2005 20:53:45 -0000	1.1
  +++ unicodehelpertestcase.cpp	15 Aug 2005 04:54:48 -0000	1.2
  @@ -80,8 +80,8 @@
           unsigned int sv = UnicodeHelper::decodeWide(iter, src + 1);
           CPPUNIT_ASSERT_EQUAL((unsigned int) 0x61, sv);
           CPPUNIT_ASSERT(iter == src + 1);
  -#endif
       }
  +#endif
   
   };
   
  
  
  
  1.21      +1 -1      logging-log4cxx/tests/src/net/socketservertestcase.cpp
  
  Index: socketservertestcase.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/tests/src/net/socketservertestcase.cpp,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- socketservertestcase.cpp	15 Feb 2005 23:56:04 -0000	1.20
  +++ socketservertestcase.cpp	15 Aug 2005 04:54:48 -0000	1.21
  @@ -48,7 +48,7 @@
   #endif
   
   #if defined(WIN32) || defined(_WIN32)
  -        #include <windows.h>
  +#include <windows.h>
   #endif
   
   using namespace log4cxx;
  
  
  
  1.2       +19 -19    logging-log4cxx/tests/src/rolling/manualrollingtest.cpp
  
  Index: manualrollingtest.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/tests/src/rolling/manualrollingtest.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- manualrollingtest.cpp	1 Jun 2005 18:40:27 -0000	1.1
  +++ manualrollingtest.cpp	15 Aug 2005 04:54:48 -0000	1.2
  @@ -13,26 +13,26 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  - #include <cppunit/TestFixture.h>
  -  #include <cppunit/extensions/HelperMacros.h>
  +#include <cppunit/TestFixture.h>
  +#include <cppunit/extensions/HelperMacros.h>
   
  -  #include "../util/compare.h"
  -  #include "../insertwide.h"
  -  #include <apr_time.h>
  -  #include <log4cxx/logmanager.h>
  -  #include <log4cxx/xml/domconfigurator.h>
  -  #include <log4cxx/patternlayout.h>
  -  #include <log4cxx/rolling/fixedwindowrollingpolicy.h>
  -  #include <log4cxx/rolling/sizebasedtriggeringpolicy.h>
  -  #include <log4cxx/filter/levelrangefilter.h>
  -  #include <log4cxx/helpers/pool.h>
  -  #include <log4cxx/logger.h>
  -  #include <log4cxx/propertyconfigurator.h>
  -  #include <log4cxx/rolling/rollingfileappender.h>
  -  #include <log4cxx/helpers/stringhelper.h>
  -  #include <log4cxx/consoleappender.h>
  -  #include <log4cxx/helpers/exception.h>
  -  #include <log4cxx/helpers/fileoutputstream.h>
  +#include "../util/compare.h"
  +#include "../insertwide.h"
  +#include <apr_time.h>
  +#include <log4cxx/logmanager.h>
  +#include <log4cxx/xml/domconfigurator.h>
  +#include <log4cxx/patternlayout.h>
  +#include <log4cxx/rolling/fixedwindowrollingpolicy.h>
  +#include <log4cxx/rolling/sizebasedtriggeringpolicy.h>
  +#include <log4cxx/filter/levelrangefilter.h>
  +#include <log4cxx/helpers/pool.h>
  +#include <log4cxx/logger.h>
  +#include <log4cxx/propertyconfigurator.h>
  +#include <log4cxx/rolling/rollingfileappender.h>
  +#include <log4cxx/helpers/stringhelper.h>
  +#include <log4cxx/consoleappender.h>
  +#include <log4cxx/helpers/exception.h>
  +#include <log4cxx/helpers/fileoutputstream.h>
   
   
     using namespace log4cxx;
  
  
  
  1.3       +17 -18    logging-log4cxx/tests/src/rolling/obsoleterollingfileappendertest.cpp
  
  Index: obsoleterollingfileappendertest.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/tests/src/rolling/obsoleterollingfileappendertest.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- obsoleterollingfileappendertest.cpp	1 Jun 2005 21:29:18 -0000	1.2
  +++ obsoleterollingfileappendertest.cpp	15 Aug 2005 04:54:48 -0000	1.3
  @@ -13,25 +13,24 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  - #include <cppunit/TestFixture.h>
  - #include <cppunit/extensions/HelperMacros.h>
  -
  - #include "../util/compare.h"
  - #include "../insertwide.h"
  - #include <apr_time.h>
  - #include <log4cxx/logmanager.h>
  - #include <log4cxx/xml/domconfigurator.h>
  - #include <log4cxx/patternlayout.h>
  - #include <log4cxx/rolling/rollingfileappender.h>
  - #include <log4cxx/rolling/fixedwindowrollingpolicy.h>
  - #include <log4cxx/rolling/filterbasedtriggeringpolicy.h>
  - #include <log4cxx/filter/levelrangefilter.h>
  - #include <log4cxx/helpers/pool.h>
  - #include <log4cxx/logger.h>
  - #include <log4cxx/propertyconfigurator.h>
  - #include <log4cxx/rollingfileappender.h>
  - #include <log4cxx/helpers/stringhelper.h>
  +#include <cppunit/TestFixture.h>
  +#include <cppunit/extensions/HelperMacros.h>
   
  +#include "../util/compare.h"
  +#include "../insertwide.h"
  +#include <apr_time.h>
  +#include <log4cxx/logmanager.h>
  +#include <log4cxx/xml/domconfigurator.h>
  +#include <log4cxx/patternlayout.h>
  +#include <log4cxx/rolling/rollingfileappender.h>
  +#include <log4cxx/rolling/fixedwindowrollingpolicy.h>
  +#include <log4cxx/rolling/filterbasedtriggeringpolicy.h>
  +#include <log4cxx/filter/levelrangefilter.h>
  +#include <log4cxx/helpers/pool.h>
  +#include <log4cxx/logger.h>
  +#include <log4cxx/propertyconfigurator.h>
  +#include <log4cxx/rollingfileappender.h>
  +#include <log4cxx/helpers/stringhelper.h>
   
    using namespace log4cxx;
    using namespace log4cxx::rolling;
  
  
  
  1.2       +19 -19    logging-log4cxx/tests/src/rolling/sizebasedrollingtest.cpp
  
  Index: sizebasedrollingtest.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/tests/src/rolling/sizebasedrollingtest.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sizebasedrollingtest.cpp	1 Jun 2005 18:40:27 -0000	1.1
  +++ sizebasedrollingtest.cpp	15 Aug 2005 04:54:48 -0000	1.2
  @@ -13,26 +13,26 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  - #include <cppunit/TestFixture.h>
  -  #include <cppunit/extensions/HelperMacros.h>
  +#include <cppunit/TestFixture.h>
  +#include <cppunit/extensions/HelperMacros.h>
   
  -  #include "../util/compare.h"
  -  #include "../insertwide.h"
  -  #include <apr_time.h>
  -  #include <log4cxx/logmanager.h>
  -  #include <log4cxx/xml/domconfigurator.h>
  -  #include <log4cxx/patternlayout.h>
  -  #include <log4cxx/rolling/fixedwindowrollingpolicy.h>
  -  #include <log4cxx/rolling/sizebasedtriggeringpolicy.h>
  -  #include <log4cxx/filter/levelrangefilter.h>
  -  #include <log4cxx/helpers/pool.h>
  -  #include <log4cxx/logger.h>
  -  #include <log4cxx/propertyconfigurator.h>
  -  #include <log4cxx/rolling/rollingfileappender.h>
  -  #include <log4cxx/helpers/stringhelper.h>
  -  #include <log4cxx/consoleappender.h>
  -  #include <log4cxx/helpers/exception.h>
  -  #include <log4cxx/helpers/fileoutputstream.h>
  +#include "../util/compare.h"
  +#include "../insertwide.h"
  +#include <apr_time.h>
  +#include <log4cxx/logmanager.h>
  +#include <log4cxx/xml/domconfigurator.h>
  +#include <log4cxx/patternlayout.h>
  +#include <log4cxx/rolling/fixedwindowrollingpolicy.h>
  +#include <log4cxx/rolling/sizebasedtriggeringpolicy.h>
  +#include <log4cxx/filter/levelrangefilter.h>
  +#include <log4cxx/helpers/pool.h>
  +#include <log4cxx/logger.h>
  +#include <log4cxx/propertyconfigurator.h>
  +#include <log4cxx/rolling/rollingfileappender.h>
  +#include <log4cxx/helpers/stringhelper.h>
  +#include <log4cxx/consoleappender.h>
  +#include <log4cxx/helpers/exception.h>
  +#include <log4cxx/helpers/fileoutputstream.h>
   
   
     using namespace log4cxx;