From d344056b9bc3fc1d7ced6f18fde4dc19f3a3dd5f Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 19 Jun 2005 21:46:57 +0000 Subject: Correcting indent and removing obsoleted files. --- src/testsmain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testsmain.cpp') diff --git a/src/testsmain.cpp b/src/testsmain.cpp index b9beadec..2f24cc48 100644 --- a/src/testsmain.cpp +++ b/src/testsmain.cpp @@ -37,8 +37,8 @@ int main(int argc, char* argv[]) runner.addTest(suite); // run the tests. - bool wasSucessful = runner.run(); + bool wasSuccessful = runner.run(); // return error code 1 if the one of test failed. - return wasSucessful ? 0 : 1; + return wasSuccessful ? 0 : 1; } -- cgit v1.2.3-70-g09d2