summaryrefslogtreecommitdiff
path: root/test/UnitTests.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-06-13 00:42:25 -0400
committerJohn Wiegley <johnw@newartisans.com>2010-06-13 00:42:25 -0400
commit40f553228f5a28034c6635fdcb4c86af28a385ed (patch)
tree2c40305c9f9841a4c3d453a4a5c49ec69056b4b2 /test/UnitTests.cc
parent556211e623cad88213e5087b5c9c36e754d9aa02 (diff)
parentb1b4e2aadff5983d443d70c09ea86a41b015873f (diff)
downloadfork-ledger-40f553228f5a28034c6635fdcb4c86af28a385ed.tar.gz
fork-ledger-40f553228f5a28034c6635fdcb4c86af28a385ed.tar.bz2
fork-ledger-40f553228f5a28034c6635fdcb4c86af28a385ed.zip
Merge branch 'next'
Diffstat (limited to 'test/UnitTests.cc')
-rw-r--r--test/UnitTests.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/UnitTests.cc b/test/UnitTests.cc
index 2c5c0406..af3f6311 100644
--- a/test/UnitTests.cc
+++ b/test/UnitTests.cc
@@ -35,7 +35,7 @@ public:
void testInitialization() {
assertEqual(std::string("Hello, world!"),
- std::string("Hello, world!"));
+ std::string("Hello, world!"));
}
private:
@@ -61,7 +61,7 @@ int main(int argc, char* argv[])
// Retreive test path from command line first argument. Default to
// "" which resolves to the top level suite.
std::string testPath = ((argc > index) ? std::string(argv[index]) :
- std::string(""));
+ std::string(""));
// Create the event manager and test controller
CPPUNIT_NS::TestResult controller;