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;