carnold     2005/02/10 17:51:48

  Modified:    tests/src/xml domtestcase.cpp
  Log:
  LOGCXX-22: Backslashes in filenames in XML mistreated
  
  Revision  Changes    Path
  1.11      +3 -1      logging-log4cxx/tests/src/xml/domtestcase.cpp
  
  Index: domtestcase.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/tests/src/xml/domtestcase.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- domtestcase.cpp   11 Feb 2005 01:04:36 -0000      1.10
  +++ domtestcase.cpp   11 Feb 2005 01:51:48 -0000      1.11
  @@ -54,8 +54,10 @@
   class DOMTestCase : public CppUnit::TestFixture
   {
           CPPUNIT_TEST_SUITE(DOMTestCase);
  -                CPPUNIT_TEST(test1);
  +                CPPUNIT_TEST(test1);
  +#if defined(_WIN32)
                   CPPUNIT_TEST(test2);
  +#endif
                   CPPUNIT_TEST(test3);
           CPPUNIT_TEST_SUITE_END();
   
  
  
  

Reply via email to