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 2008/02/15 17:33:30 UTC

svn commit: r628107 - in /logging/log4cxx/trunk/src/test/cpp: asyncappendertestcase.cpp rolling/timebasedrollingtest.cpp

Author: carnold
Date: Fri Feb 15 08:33:28 2008
New Revision: 628107

URL: http://svn.apache.org/viewvc?rev=628107&view=rev
Log:
LOGCXX-206: TimeBasedRollingTest and AsyncAppenderTestCase seem to work now

Modified:
    logging/log4cxx/trunk/src/test/cpp/asyncappendertestcase.cpp
    logging/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp

Modified: logging/log4cxx/trunk/src/test/cpp/asyncappendertestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/asyncappendertestcase.cpp?rev=628107&r1=628106&r2=628107&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/asyncappendertestcase.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/asyncappendertestcase.cpp Fri Feb 15 08:33:28 2008
@@ -283,5 +283,5 @@
         
 };
 
-//LOGUNIT_TEST_SUITE_REGISTRATION(AsyncAppenderTestCase);
+LOGUNIT_TEST_SUITE_REGISTRATION(AsyncAppenderTestCase);
 #endif

Modified: logging/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp?rev=628107&r1=628106&r2=628107&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp Fri Feb 15 08:33:28 2008
@@ -439,4 +439,4 @@
 
 LoggerPtr TimeBasedRollingTest::logger(Logger::getLogger("org.apache.log4j.TimeBasedRollingTest"));
 
-//LOGUNIT_TEST_SUITE_REGISTRATION(TimeBasedRollingTest);
+LOGUNIT_TEST_SUITE_REGISTRATION(TimeBasedRollingTest);