Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
74ad9d2c
Commit
74ad9d2c
authored
Feb 24, 2021
by
Srikanth Ravipati
Committed by
Peterson, Peter
Mar 10, 2021
Browse files
Fixed as per clang-format
parent
8c180d3b
Changes
3
Show whitespace changes
Inline
Side-by-side
Framework/Reflectometry/test/ReflectometryReductionOneAuto2Test.h
View file @
74ad9d2c
...
@@ -77,13 +77,14 @@ private:
...
@@ -77,13 +77,14 @@ private:
public:
public:
void
setUp
()
override
{
void
setUp
()
override
{
Mantid
::
Kernel
::
ConfigService
::
Instance
().
setString
(
"default.facility"
,
"ISIS"
);
Mantid
::
Kernel
::
ConfigService
::
Instance
().
setString
(
"default.facility"
,
"ISIS"
);
}
}
void
tearDown
()
override
{
void
tearDown
()
override
{
Mantid
::
Kernel
::
ConfigService
::
Instance
().
setString
(
"default.facility"
,
"NONE"
);
Mantid
::
Kernel
::
ConfigService
::
Instance
().
setString
(
"default.facility"
,
"NONE"
);
}
}
// This pair of boilerplate methods prevent the suite being created statically
// This pair of boilerplate methods prevent the suite being created statically
...
...
Framework/Reflectometry/test/ReflectometryReductionOneAuto3Test.h
View file @
74ad9d2c
...
@@ -66,13 +66,14 @@ private:
...
@@ -66,13 +66,14 @@ private:
public:
public:
void
setUp
()
override
{
void
setUp
()
override
{
Mantid
::
Kernel
::
ConfigService
::
Instance
().
setString
(
"default.facility"
,
"ISIS"
);
Mantid
::
Kernel
::
ConfigService
::
Instance
().
setString
(
"default.facility"
,
"ISIS"
);
}
}
void
tearDown
()
override
{
void
tearDown
()
override
{
Mantid
::
Kernel
::
ConfigService
::
Instance
().
setString
(
"default.facility"
,
"NONE"
);
Mantid
::
Kernel
::
ConfigService
::
Instance
().
setString
(
"default.facility"
,
"NONE"
);
}
}
// This pair of boilerplate methods prevent the suite being created statically
// This pair of boilerplate methods prevent the suite being created statically
...
...
qt/scientific_interfaces/test/ISISReflectometry/Runs/RunsPresenterTest.h
View file @
74ad9d2c
...
@@ -40,17 +40,16 @@ using testing::ReturnRef;
...
@@ -40,17 +40,16 @@ using testing::ReturnRef;
//=====================================================================================
//=====================================================================================
class
RunsPresenterTest
:
public
CxxTest
::
TestSuite
{
class
RunsPresenterTest
:
public
CxxTest
::
TestSuite
{
public:
public:
void
setUp
()
override
{
void
setUp
()
override
{
Mantid
::
Kernel
::
ConfigService
::
Instance
().
setString
(
"default.facility"
,
"ISIS"
);
Mantid
::
Kernel
::
ConfigService
::
Instance
().
setString
(
"default.facility"
,
"ISIS"
);
}
}
void
tearDown
()
override
{
void
tearDown
()
override
{
Mantid
::
Kernel
::
ConfigService
::
Instance
().
setString
(
"default.facility"
,
"NONE"
);
Mantid
::
Kernel
::
ConfigService
::
Instance
().
setString
(
"default.facility"
,
"NONE"
);
}
}
// This pair of boilerplate methods prevent the suite being created statically
// This pair of boilerplate methods prevent the suite being created statically
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment