Skip to content

Commit

Permalink
Turned back on previously failed unit tests. Refs #7789.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Apr 28, 2014
1 parent 59d4878 commit 5c7cf2d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Expand Up @@ -41,7 +41,7 @@ class GetDetOffsetsMultiPeaksTest : public CxxTest::TestSuite
TS_ASSERT( offsets.isInitialized() );
}

void FtestExec()
void testExec()
{
// ---- Create the simple workspace -------
MatrixWorkspace_sptr WS = WorkspaceCreationHelper::create2DWorkspaceWithFullInstrument(1,200);
Expand Down Expand Up @@ -84,7 +84,7 @@ class GetDetOffsetsMultiPeaksTest : public CxxTest::TestSuite
}


void FtestExecWithGroup()
void testExecWithGroup()
{
// --------- Workspace with summed spectra -------
MatrixWorkspace_sptr WS = WorkspaceCreationHelper::CreateGroupedWorkspace2D(3, 200, 1.0);
Expand Down
Expand Up @@ -102,7 +102,7 @@ class IntegratePeaksMD2Test : public CxxTest::TestSuite

//-------------------------------------------------------------------------------
/** Full test using faked-out peak data */
void Ftest_exec()
void test_exec()
{
// --- Fake workspace with 3 peaks ------
createMDEW();
Expand Down Expand Up @@ -246,7 +246,7 @@ class IntegratePeaksMD2Test : public CxxTest::TestSuite


//-------------------------------------------------------------------------------
void Ftest_exec_NotInPlace()
void test_exec_NotInPlace()
{
// --- Fake workspace with 3 peaks ------
createMDEW();
Expand Down Expand Up @@ -275,7 +275,7 @@ class IntegratePeaksMD2Test : public CxxTest::TestSuite

//-------------------------------------------------------------------------------
/// Integrate background between start/end background radius
void Ftest_exec_shellBackground()
void test_exec_shellBackground()
{
createMDEW();
/* Create 3 overlapping shells so that density goes like this:
Expand Down Expand Up @@ -316,7 +316,7 @@ class IntegratePeaksMD2Test : public CxxTest::TestSuite

}

void Ftest_writes_out_selected_algorithm_parameters()
void test_writes_out_selected_algorithm_parameters()
{
createMDEW();
const double peakRadius = 2;
Expand Down
Expand Up @@ -102,7 +102,7 @@ class IntegratePeaksMDTest : public CxxTest::TestSuite

//-------------------------------------------------------------------------------
/** Full test using faked-out peak data */
void Ftest_exec()
void test_exec()
{
// --- Fake workspace with 3 peaks ------
createMDEW();
Expand Down Expand Up @@ -244,7 +244,7 @@ class IntegratePeaksMDTest : public CxxTest::TestSuite


//-------------------------------------------------------------------------------
void Ftest_exec_NotInPlace()
void test_exec_NotInPlace()
{
// --- Fake workspace with 3 peaks ------
createMDEW();
Expand Down Expand Up @@ -273,7 +273,7 @@ class IntegratePeaksMDTest : public CxxTest::TestSuite

//-------------------------------------------------------------------------------
/// Integrate background between start/end background radius
void Ftest_exec_shellBackground()
void test_exec_shellBackground()
{
createMDEW();
/* Create 3 overlapping shells so that density goes like this:
Expand Down Expand Up @@ -314,7 +314,7 @@ class IntegratePeaksMDTest : public CxxTest::TestSuite

}

void Ftest_writes_out_selected_algorithm_parameters()
void test_writes_out_selected_algorithm_parameters()
{
createMDEW();
const double peakRadius = 2;
Expand Down

0 comments on commit 5c7cf2d

Please sign in to comment.