Skip to content

Commit

Permalink
Added command to remove file created in PeaksWorkspaceTest.h re #4429
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Palmen <karl.palmen@stfc.ac.uk>
  • Loading branch information
KarlPalmen committed Mar 2, 2012
1 parent fcdf412 commit bc2ad66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Code/Mantid/Framework/DataObjects/test/PeaksWorkspaceTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ class PeaksWorkspaceTest : public CxxTest::TestSuite
TS_ASSERT_EQUALS( lpw->getPeak(3).getDetectorID(), 1400);
TS_ASSERT_DELTA( lpw->getPeak(3).getWavelength(), 3.0, 1e-5);

//Remove file
remove( filename.c_str() );

}


Expand Down

0 comments on commit bc2ad66

Please sign in to comment.