test: Save logs during testing and add them to version control
This change removes the ConsoleLogger from the TestSuiteFixture and registers a PlainFileLogger instead, which saves logs during testing into the file bin/test/data/log/test_log.txt.
This commit is contained in:
@@ -9,8 +9,8 @@ public:
|
||||
TestSuiteFixture();
|
||||
virtual ~TestSuiteFixture();
|
||||
|
||||
virtual bool setUp();
|
||||
virtual bool tearDown();
|
||||
virtual bool setUpWorld();
|
||||
virtual bool tearDownWorld();
|
||||
};
|
||||
|
||||
// According to the CxxTest Documentation global fixtures are actually supposed to be implemented as global static instances
|
||||
|
||||
Reference in New Issue
Block a user