Skip to content

Commit

Permalink
Add some comments to unit tests. Refs #6348.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Jan 23, 2013
1 parent 04f3d3e commit f8ae64e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Code/Mantid/Framework/Algorithms/test/FilterByTime2Test.h
Expand Up @@ -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()
{
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit f8ae64e

Please sign in to comment.