diff options
| author | Steve M. Robbins <smr@sumost.ca> | 2001-07-06 00:31:25 +0000 |
|---|---|---|
| committer | Steve M. Robbins <smr@sumost.ca> | 2001-07-06 00:31:25 +0000 |
| commit | a90452b2ef0c9366118ae1be78d798a0198ae363 (patch) | |
| tree | 7ad83daa72ff5a84609528e57bdc50b86c28309f /src/cppunit/TestAssert.cpp | |
| parent | 83766a55021bea4fa506ece7ad0be11c6dcff6f8 (diff) | |
| download | cppunit-a90452b2ef0c9366118ae1be78d798a0198ae363.tar.gz | |
Change from CPPUNIT_USE_TYPEINFO to CPPUNIT_USE_TYPEINFO_NAME
Diffstat (limited to 'src/cppunit/TestAssert.cpp')
| -rw-r--r-- | src/cppunit/TestAssert.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/cppunit/TestAssert.cpp b/src/cppunit/TestAssert.cpp index f93c19b..9d8a408 100644 --- a/src/cppunit/TestAssert.cpp +++ b/src/cppunit/TestAssert.cpp @@ -1,11 +1,12 @@ #include <cmath> -#include "cppunit/TestAssert.h" -#include "estring.h" +#include <cppunit/TestAssert.h> #include <cppunit/NotEqualException.h> + namespace CppUnit { + /// Check for a failed general assertion void TestAssert::assertImplementation (bool condition, std::string conditionExpression, @@ -44,4 +45,4 @@ void TestAssert::assertEquals (double expected, } -} // namespace TestAssert +} |
