diff options
author | Steve M. Robbins <smr@sumost.ca> | 2001-10-21 20:20:25 +0000 |
---|---|---|
committer | Steve M. Robbins <smr@sumost.ca> | 2001-10-21 20:20:25 +0000 |
commit | edaecf3ac6366342c827a1690d04568bed86c9aa (patch) | |
tree | d16773039cd6f7e0f908774d5c435be3c23ef444 /examples/cppunittest/TestSetUpTest.h | |
parent | 704db48dedf1e413faa0dde775c3dcc5901b2918 (diff) | |
download | cppunit-edaecf3ac6366342c827a1690d04568bed86c9aa.tar.gz |
Commit of 1.7.1 release.
Diffstat (limited to 'examples/cppunittest/TestSetUpTest.h')
-rw-r--r-- | examples/cppunittest/TestSetUpTest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cppunittest/TestSetUpTest.h b/examples/cppunittest/TestSetUpTest.h index 854be0a..9a843b7 100644 --- a/examples/cppunittest/TestSetUpTest.h +++ b/examples/cppunittest/TestSetUpTest.h @@ -26,7 +26,7 @@ private: { public: SetUp( CppUnit::Test *test ) : - TestSetUp( test ), + CppUnit::TestSetUp( test ), m_setUpCalled( false ), m_tearDownCalled( false ) { |