From 0ef82600e5978495cccb4eed63b1de7094deab04 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 15 Apr 2007 03:03:45 +0000 Subject: Miscellaneous changes --- tests/UnitTests.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/UnitTests.cc') diff --git a/tests/UnitTests.cc b/tests/UnitTests.cc index ee9c163e..1c695340 100644 --- a/tests/UnitTests.cc +++ b/tests/UnitTests.cc @@ -46,8 +46,8 @@ public: virtual void tearDown() {} void testInitialization() { - assertEquals(std::string("Hello, world!"), - std::string("Hello, world!")); + assertEqual(std::string("Hello, world!"), + std::string("Hello, world!")); } private: -- cgit v1.2.3