Skip to content
Snippets Groups Projects
Commit 2b6c02d1 authored by Hahn, Steven's avatar Hahn, Steven
Browse files

Refs #11458. Rename files with the same name.

parent 3573c135
No related branches found
No related tags found
No related merge requests found
......@@ -328,7 +328,7 @@ public:
void test_workspace()
{
// Generate file
string filename("TestWorskpace.irf");
string filename("FullprofResolutionTest_TestWorkspace.irf");
generate1BankIrfFile(filename);
// Load workspace group wsName with one workspace
......@@ -412,7 +412,7 @@ public:
}
// Clean
Poco::File("TestWorskpace.irf").remove();
Poco::File(filename).remove();
}
//----------------------------------------------------------------------------------------------
......
......@@ -208,7 +208,7 @@ public:
void test_workspace()
{
// Generate file with two banks
string filename("TestWorskpace.irf");
string filename("GSASInstrumentFileTest_TestWorkspace.irf");
generate2BankPrmFile(filename);
// Create workspace group to put parameters into
......@@ -308,7 +308,7 @@ public:
TS_ASSERT_EQUALS( fitParam.getValue( 0.0 ), 0.0);
// Clean
Poco::File("TestWorskpace.irf").remove();
Poco::File(filename).remove();
AnalysisDataService::Instance().remove("loadGSASInstrumentFileWorkspace");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment