Skip to content

Commit

Permalink
Fix initializer in test. Refs #5875
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiSavici committed Jul 8, 2013
1 parent 3473b8e commit bb7f0bd
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ class ConvertToMDHelperTest : public CxxTest::TestSuite
static ConvertToMDHelperTest *createSuite() { return new ConvertToMDHelperTest(); }
static void destroySuite( ConvertToMDHelperTest *suite ) { delete suite; }

ConvertToMDHelperTest::ConvertToMDHelperTest():WSName("CMDHTest")
{

}


void test_Init()
{
Expand Down Expand Up @@ -172,7 +177,7 @@ class ConvertToMDHelperTest : public CxxTest::TestSuite
}

private:
std::string WSName="CMDHelper";
std::string WSName;


Mantid::API::MatrixWorkspace_sptr MakeWorkspace(double xmin,double dx,bool deltaEUnits,
Expand Down

0 comments on commit bb7f0bd

Please sign in to comment.