Skip to content

Commit aab892a

Browse files
committed
fix the worse merge ever undertaken again
1 parent b40613d commit aab892a

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

qt/scientific_interfaces/ISISReflectometry/test/RunsTable/RunsTablePresenterDisplayTest.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#pragma once
88

99
#include "../../../ISISReflectometry/GUI/RunsTable/RunsTablePresenter.h"
10-
#include "../../../ISISReflectometry/TestHelpers/PlottingTestHelpers.h"
1110
#include "RunsTablePresenterTest.h"
1211

1312
#include <cxxtest/TestSuite.h>

qt/scientific_interfaces/ISISReflectometry/test/Save/SavePresenterTest.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ class SavePresenterTest : public CxxTest::TestSuite {
3737
static void destroySuite(SavePresenterTest *suite) { delete suite; }
3838

3939
SavePresenterTest()
40-
: m_view(), m_savePath("/foo/bar/"), m_fileFormat(NamedFormat::Custom), m_metaSource(ORSOMetaSource::History),
41-
m_prefix("testoutput_"), m_includeHeader(true), m_separator(","), m_includeQResolution(true),
42-
m_includeAdditionalColumns(false), m_model(""), m_validation(false) {}
40+
: m_view(), m_savePath("/foo/bar/"), m_fileFormat(NamedFormat::Custom), m_prefix("testoutput_"),
41+
m_includeHeader(true), m_separator(","), m_includeQResolution(true), m_includeAdditionalColumns(false),
42+
m_model(""), m_validation(false) {}
4343

4444
void tearDown() override {
4545
// Verifying and clearing of expectations happens when mock variables are destroyed.

0 commit comments

Comments
 (0)