Skip to content

Commit

Permalink
Make the test use .map extension for the Map file.
Browse files Browse the repository at this point in the history
Before refactoring, algorithm was treating .xml as XML file, and everything else
as Map. Now all the Map files should have .map extension, and error is thrown
on anything except .xml and .map.

Refs #7765
  • Loading branch information
arturbekasov committed Aug 28, 2013
1 parent 51ad7f9 commit e002eae
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@ class GroupDetectors2Test : public CxxTest::TestSuite
GroupDetectors2Test() :
inputWS("groupdetectorstests_input_workspace"),
outputBase("groupdetectorstests_output_basename"),
inputFile(Poco::Path::current()+"GroupDetectors2Test_mapfile_example")
inputFile(Poco::Path::current()+"GroupDetectors2Test_mapfile_example.map")
{
// This is needed to load in the plugin algorithms (specifically Divide, which is a Child Algorithm of GroupDetectors)
FrameworkManager::Instance();
Expand Down

0 comments on commit e002eae

Please sign in to comment.