diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-15 03:03:45 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:35:32 -0400 |
commit | 0ef82600e5978495cccb4eed63b1de7094deab04 (patch) | |
tree | 1859e21fc102cc68f084238299048a954692421a /tests/UnitTests.cc | |
parent | b10fcd00d036278eafcc635a1896f7522125ac04 (diff) | |
download | fork-ledger-0ef82600e5978495cccb4eed63b1de7094deab04.tar.gz fork-ledger-0ef82600e5978495cccb4eed63b1de7094deab04.tar.bz2 fork-ledger-0ef82600e5978495cccb4eed63b1de7094deab04.zip |
Miscellaneous changes
Diffstat (limited to 'tests/UnitTests.cc')
-rw-r--r-- | tests/UnitTests.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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: |