Skip to content

Commit

Permalink
Enable IkedaCarpenterPVTest on OS X. Refs #5461
Browse files Browse the repository at this point in the history
Check if compiler upgrade has solved the problem.
  • Loading branch information
martyngigg committed Jun 12, 2012
1 parent 8ee382d commit e2bf4fb
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ class IkedaCarpenterPVTest : public CxxTest::TestSuite
// here tries to fit an IC peak to a Gaussian mock data peak
void testAgainstMockData()
{
// Needs fixing on OS X, but keep alive for other platforms so we know if it fails for some other reason
#ifndef __APPLE__

Fit alg2;
TS_ASSERT_THROWS_NOTHING(alg2.initialize());
TS_ASSERT( alg2.isInitialized() );
Expand Down Expand Up @@ -206,7 +203,6 @@ class IkedaCarpenterPVTest : public CxxTest::TestSuite
TS_ASSERT( categories[0] == "Peak" );

AnalysisDataService::Instance().remove(wsName);
#endif
}


Expand Down

0 comments on commit e2bf4fb

Please sign in to comment.