include/cppunit/TestCaller.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-)
New commits: commit 69ea3cbf1ec9ff8c5159f73d0ce71087f7727792 Author: Markus Mohrhard <markus.mohrh...@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() _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits