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/06/02 05:52:20 UTC

cvs commit: logging-log4cxx/tests/src/helpers cacheddateformattestcase.cpp

carnold     2005/06/01 20:52:20

  Modified:    tests/src/helpers cacheddateformattestcase.cpp
  Log:
  Disabling test9, Gump doesn't recognize en_US locale
  
  Revision  Changes    Path
  1.15      +2 -1      logging-log4cxx/tests/src/helpers/cacheddateformattestcase.cpp
  
  Index: cacheddateformattestcase.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/tests/src/helpers/cacheddateformattestcase.cpp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- cacheddateformattestcase.cpp	7 May 2005 15:12:16 -0000	1.14
  +++ cacheddateformattestcase.cpp	2 Jun 2005 03:52:20 -0000	1.15
  @@ -63,7 +63,8 @@
   #endif
        CPPUNIT_TEST( test6 );
        CPPUNIT_TEST( test8 );
  -     CPPUNIT_TEST( test9 );
  +//   Gump doesn't like this test
  +//     CPPUNIT_TEST( test9 );
        CPPUNIT_TEST( test10 );
        CPPUNIT_TEST( test11);
        CPPUNIT_TEST( test12 );