From f8ae64e41e5aabca57618df0fddf8173b50776da Mon Sep 17 00:00:00 2001 From: Wenduo Zhou Date: Tue, 22 Jan 2013 13:48:54 -0500 Subject: [PATCH] Add some comments to unit tests. Refs #6348. --- Code/Mantid/Framework/Algorithms/test/FilterByTime2Test.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Code/Mantid/Framework/Algorithms/test/FilterByTime2Test.h b/Code/Mantid/Framework/Algorithms/test/FilterByTime2Test.h index 1cd5da9cc8ba..4fdfb6cfcd5f 100644 --- a/Code/Mantid/Framework/Algorithms/test/FilterByTime2Test.h +++ b/Code/Mantid/Framework/Algorithms/test/FilterByTime2Test.h @@ -44,8 +44,7 @@ class FilterByTime2Test : public CxxTest::TestSuite } - /* - * In this test, only a very simple event workspace is used + /** In this test, only a very simple event workspace is used */ void NtestTooManyParams() { @@ -84,6 +83,8 @@ class FilterByTime2Test : public CxxTest::TestSuite return; } + /** Test Filter by relative time and absolute time + */ void testExecEventWorkspace_relativeTime_and_absolute_time() { std::string outputWS;