Skip to content

Commit

Permalink
Refs #8959 SaveReflTest fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Lottie Greenwood committed Jan 21, 2015
1 parent 6d2643f commit 5e3e7ca
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -221,11 +221,13 @@ class SaveReflCustomAsciiTest : public CxxTest::TestSuite {
}

private:
void headingsTests(std::ifstream &in, std::string &fullline) {
void headingsTests(std::ifstream &in, std::string &fullline,
bool propertiesLogs = false) {
getline(in, fullline);
getline(in, fullline);
}
void createWS(bool zeroX = false, bool zeroY = false, bool zeroE = false) {
void createWS(bool zeroX = false, bool zeroY = false, bool zeroE = false,
bool createLogs = false) {
MatrixWorkspace_sptr ws = WorkspaceCreationHelper::Create2DWorkspace(1, 10);
AnalysisDataService::Instance().addOrReplace(m_name, ws);
// Check if any of X, Y or E should be zeroed to check for divide by zero or
Expand Down

0 comments on commit 5e3e7ca

Please sign in to comment.