[Libreoffice-commits] cppunit.git: include/cppunit

Markus Mohrhard markus.mohrhard at googlemail.com
Mon Aug 17 18:59:47 PDT 2015


 include/cppunit/TestCaller.h |    9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

New commits:
commit 69ea3cbf1ec9ff8c5159f73d0ce71087f7727792
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue Aug 18 03:58:24 2015 +0200

    remove commented out code
    
    The code has been commented out for a long time and is not related to a
    missing fix.

diff --git a/include/cppunit/TestCaller.h b/include/cppunit/TestCaller.h
index dc4d82e..aba2c27 100644
--- a/include/cppunit/TestCaller.h
+++ b/include/cppunit/TestCaller.h
@@ -162,14 +162,7 @@ public:
 
   void runTest()
   { 
-//	  try {
-	    (m_fixture->*m_test)();
-//	  }
-//	  catch ( ExpectedException & ) {
-//	    return;
-//	  }
-
-//  	ExpectedExceptionTraits<ExpectedException>::expectedException();
+      (m_fixture->*m_test)();
   }  
 
   void setUp()


More information about the Libreoffice-commits mailing list