Parent Directory
|
Revision Log
|
Patch
revision 1442 by trankine, Wed Feb 27 10:02:34 2008 UTC | revision 1443 by trankine, Thu Feb 28 08:17:40 2008 UTC | |
---|---|---|
# | Line 101 template <class Fixture> class TestCalle | Line 101 template <class Fixture> class TestCalle |
101 | throw CppUnitException (cpp.what(), cpp.lineNumber(), | throw CppUnitException (cpp.what(), cpp.lineNumber(), |
102 | cpp.fileName()); | cpp.fileName()); |
103 | } | } |
104 | catch (std::exception& e) { | catch (std::exception&) { |
105 | setCheckErrors(m_fixture->getCheckErrors()); | setCheckErrors(m_fixture->getCheckErrors()); |
106 | // | // |
107 | // rethrow the exception | // rethrow the exception |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |