Skip to content

Commit

Permalink
refs #5900. Fix test build gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Oct 8, 2012
1 parent 89c313c commit 57566a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Geometry/test/IDFObjectTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <cxxtest/TestSuite.h>
#include "MantidKernel/ConfigService.h"
#include "MantidGeometry/instrument/IDFObject.h"
#include "MantidGeometry/Instrument/IDFObject.h"
#include <Poco/Path.h>

using Mantid::Geometry::IDFObject;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -653,9 +653,9 @@ class InstrumentDefinitionParserTest : public CxxTest::TestSuite
TS_ASSERT(Mock::VerifyAndClearExpectations(mockIDF));
TS_ASSERT(Mock::VerifyAndClearExpectations(mockCache));

// Have to manually clean-up because this file is not tracked and is generated by the InstrumentDefinitionParser.
Poco::Path path(Mantid::Kernel::ConfigService::Instance().getTempDir().c_str());
path.append(instrumentEnv._instName + ".vtp");

remove( path.toString().c_str() );
}

Expand Down

0 comments on commit 57566a7

Please sign in to comment.