Skip to content

Commit

Permalink
refs #6449 Changes to failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Apr 17, 2013
1 parent b29d5ae commit 4010d33
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Code/Mantid/Framework/MDAlgorithms/test/ConvertToMDTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ ConvertToMDTest(){
// Performance Test
//-------------------------------------------------------------------------------------------------

class ConvertToMDTestPerformance : public CxxTest::TestSuite
class ConvertToMDPerformanceTest : public CxxTest::TestSuite
{
//Kernel::CPUTimer Clock;
time_t start,end;
Expand All @@ -261,8 +261,8 @@ class ConvertToMDTestPerformance : public CxxTest::TestSuite
boost::shared_ptr<MDEvents::MDEventWSWrapper> pTargWS;

public:
static ConvertToMDTestPerformance *createSuite() { return new ConvertToMDTestPerformance(); }
static void destroySuite(ConvertToMDTestPerformance * suite) { delete suite; }
static ConvertToMDPerformanceTest *createSuite() { return new ConvertToMDPerformanceTest(); }
static void destroySuite(ConvertToMDPerformanceTest * suite) { delete suite; }



Expand Down Expand Up @@ -406,7 +406,8 @@ void test_HistoNoUnitsConv()
}


ConvertToMDTestPerformance():
//ConvertToMDTestPerformance():
ConvertToMDPerformanceTest():
Rot(3,3)
{
numHist=100*100;
Expand Down

0 comments on commit 4010d33

Please sign in to comment.