From 32fff17f6f0ec18f0deba13fed5c261b8913fd66 Mon Sep 17 00:00:00 2001 From: "Steve M. Robbins" Date: Sun, 30 Sep 2001 16:21:56 +0000 Subject: Distribute contrib/msvc/*. Add const qualifier to countTestCases() and toString() of RepeatedTest. --- include/cppunit/extensions/RepeatedTest.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/cppunit/extensions') diff --git a/include/cppunit/extensions/RepeatedTest.h b/include/cppunit/extensions/RepeatedTest.h index b28deeb..e27b53e 100644 --- a/include/cppunit/extensions/RepeatedTest.h +++ b/include/cppunit/extensions/RepeatedTest.h @@ -22,8 +22,8 @@ public: m_timesRepeat(timesRepeat) {} void run( TestResult *result ); - int countTestCases(); - std::string toString(); + int countTestCases() const; + std::string toString() const; private: RepeatedTest( const RepeatedTest & ); -- cgit v1.2.1