From ab1eaa672bfe3b22b2b3765aef0a768d2e129658 Mon Sep 17 00:00:00 2001 From: Markus Kauppila Date: Sun, 28 Aug 2011 21:06:00 +0300 Subject: [PATCH] Added TODO. --- test/test-automation/TODO | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/test-automation/TODO diff --git a/test/test-automation/TODO b/test/test-automation/TODO new file mode 100644 index 000000000..d16c429ea --- /dev/null +++ b/test/test-automation/TODO @@ -0,0 +1,7 @@ +- Add proper Tracelog function to logging system. It should be possible + for a test writer to send information to logs for further investigation. + This would replace the current Log(time_t, char *fmt, ...) function + in practice. + +- If running tests with --in-proc option failing asserts + don't bail out from the test case as it should. Fix this.