From 837d4c4bce813919f6713f76c7c24404951751f6 Mon Sep 17 00:00:00 2001 From: Justyna Ilczuk Date: Sun, 13 Jan 2013 13:53:17 +0100 Subject: Some informative comments. --- Sencha-lang/Tests/TestSuite.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Sencha-lang/Tests/TestSuite.cpp') diff --git a/Sencha-lang/Tests/TestSuite.cpp b/Sencha-lang/Tests/TestSuite.cpp index f50531c..a23181d 100644 --- a/Sencha-lang/Tests/TestSuite.cpp +++ b/Sencha-lang/Tests/TestSuite.cpp @@ -12,18 +12,12 @@ TestSuite::TestSuite() { tests_passed = 0; tests_failed = 0; tests = 0; - } - TestSuite::~TestSuite() { //Do nothing } -std::string TestSuite::all_tests() -{ - return ""; -} void TestSuite::run_tests() { @@ -40,5 +34,5 @@ void TestSuite::run_tests() } std::cout << tests_passed << " TESTS PASSED\n"; std::cout << tests_failed << " TESTS FAILED\n"; - std::cout << "ALL TESTS: " << tests << std::endl; + std::cout << "ALL TESTS: " << tests << std::endl << std::endl; } -- cgit v1.2.3