diff options
Diffstat (limited to 'examples/cppunittest/ExceptionTest.h')
| -rw-r--r-- | examples/cppunittest/ExceptionTest.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/cppunittest/ExceptionTest.h b/examples/cppunittest/ExceptionTest.h index 41bcda2..a3b4c91 100644 --- a/examples/cppunittest/ExceptionTest.h +++ b/examples/cppunittest/ExceptionTest.h @@ -4,7 +4,7 @@ #include <cppunit/extensions/HelperMacros.h> -class ExceptionTest : public CppUnit::TestFixture +class ExceptionTest : public CPPUNIT_NS::TestFixture { CPPUNIT_TEST_SUITE( ExceptionTest ); CPPUNIT_TEST( testConstructor ); @@ -30,8 +30,8 @@ public: private: ExceptionTest( const ExceptionTest © ); void operator =( const ExceptionTest © ); - void checkIsSame( CppUnit::Exception &e, - CppUnit::Exception &other ); + void checkIsSame( CPPUNIT_NS::Exception &e, + CPPUNIT_NS::Exception &other ); private: }; |
