Skip to content

Commit

Permalink
Turned on unit tests. Refs #7789.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed May 2, 2014
1 parent 6ff24cf commit 36ce6a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/Algorithms/test/FitPeakTest.h
Expand Up @@ -34,7 +34,7 @@ class FitPeakTest : public CxxTest::TestSuite
//----------------------------------------------------------------------------------------------
/** Test on init and setup
*/
void Ptest_Init()
void test_Init()
{
// Generate input workspace
MatrixWorkspace_sptr dataws = gen_4866P5Data();
Expand Down Expand Up @@ -79,7 +79,7 @@ class FitPeakTest : public CxxTest::TestSuite
//----------------------------------------------------------------------------------------------
/** Test on fit a peak with significantly high background
*/
void Ptest_FitPeakWithHighBkgd()
void test_FitPeakWithHighBkgd()
{
// Generate input workspace
MatrixWorkspace_sptr dataws = gen_4866P5Data();
Expand Down

0 comments on commit 36ce6a6

Please sign in to comment.