Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
be845bd6
Commit
be845bd6
authored
Oct 08, 2015
by
Federico Montesino Pouzols
Browse files
tests in DataObjects, GPUAlgorithms, Kernel, LiveData, re #13689
parent
f1db9a40
Changes
54
Hide whitespace changes
Inline
Side-by-side
Framework/DataObjects/test/CoordTransformAlignedTest.h
View file @
be845bd6
...
...
@@ -4,8 +4,6 @@
#include
<cxxtest/TestSuite.h>
#include
"MantidKernel/Timer.h"
#include
"MantidKernel/System.h"
#include
<iostream>
#include
<iomanip>
#include
"MantidDataObjects/CoordTransformAligned.h"
#include
"MantidKernel/Matrix.h"
...
...
Framework/DataObjects/test/CoordTransformDistanceTest.h
View file @
be845bd6
...
...
@@ -5,8 +5,6 @@
#include
"MantidKernel/Timer.h"
#include
"MantidDataObjects/CoordTransformDistance.h"
#include
<cxxtest/TestSuite.h>
#include
<iomanip>
#include
<iostream>
#include
"MantidAPI/CoordTransform.h"
#include
<boost/scoped_ptr.hpp>
...
...
Framework/DataObjects/test/EventWorkspaceMRUTest.h
View file @
be845bd6
...
...
@@ -4,8 +4,6 @@
#include
<cxxtest/TestSuite.h>
#include
"MantidKernel/Timer.h"
#include
"MantidKernel/System.h"
#include
<iostream>
#include
<iomanip>
#include
"MantidDataObjects/EventWorkspaceMRU.h"
...
...
Framework/DataObjects/test/GroupingWorkspaceTest.h
View file @
be845bd6
...
...
@@ -7,8 +7,6 @@
#include
"MantidTestHelpers/ComponentCreationHelper.h"
#include
"MantidTestHelpers/WorkspaceCreationHelper.h"
#include
<cxxtest/TestSuite.h>
#include
<iomanip>
#include
<iostream>
using
namespace
Mantid
;
using
namespace
Mantid
::
API
;
...
...
Framework/DataObjects/test/MDBinTest.h
View file @
be845bd6
...
...
@@ -6,8 +6,6 @@
#include
"MantidDataObjects/MDBin.h"
#include
"MantidDataObjects/MDEventFactory.h"
#include
<cxxtest/TestSuite.h>
#include
<iomanip>
#include
<iostream>
using
namespace
Mantid
;
using
namespace
Mantid
::
DataObjects
;
...
...
Framework/DataObjects/test/MDBoxBaseTest.h
View file @
be845bd6
...
...
@@ -7,8 +7,6 @@
#include
"MantidKernel/Timer.h"
#include
"MantidDataObjects/MDBoxBase.h"
#include
<cxxtest/TestSuite.h>
#include
<iomanip>
#include
<iostream>
#include
<Poco/File.h>
#include
"MantidAPI/CoordTransform.h"
...
...
Framework/DataObjects/test/MDBoxIteratorTest.h
View file @
be845bd6
...
...
@@ -12,8 +12,6 @@
#include
"MantidDataObjects/MDBox.h"
#include
"MantidTestHelpers/MDEventsTestHelper.h"
#include
<cxxtest/TestSuite.h>
#include
<iomanip>
#include
<iostream>
#include
<gmock/gmock.h>
using
namespace
Mantid
::
DataObjects
;
...
...
Framework/DataObjects/test/MDEventFactoryTest.h
View file @
be845bd6
...
...
@@ -4,8 +4,6 @@
#include
<cxxtest/TestSuite.h>
#include
<MantidKernel/Timer.h>
#include
<MantidKernel/System.h>
#include
<iostream>
#include
<iomanip>
#include
<MantidDataObjects/MDEventFactory.h>
...
...
Framework/DataObjects/test/MDGridBoxTest.h
View file @
be845bd6
...
...
@@ -27,7 +27,6 @@
#include
<boost/random/variate_generator.hpp>
#include
<cmath>
#include
<cxxtest/TestSuite.h>
#include
<iomanip>
#include
<map>
#include
<memory>
#include
<Poco/File.h>
...
...
Framework/DataObjects/test/MDHistoWorkspaceTest.h
View file @
be845bd6
...
...
@@ -16,8 +16,6 @@
#include
<boost/scoped_array.hpp>
#include
<boost/scoped_ptr.hpp>
#include
<cxxtest/TestSuite.h>
#include
<iomanip>
#include
<iostream>
#include
"MantidAPI/ExperimentInfo.h"
#include
"MantidKernel/Strings.h"
...
...
Framework/DataObjects/test/MDLeanEventTest.h
View file @
be845bd6
...
...
@@ -5,8 +5,6 @@
#include
"MantidKernel/Timer.h"
#include
"MantidDataObjects/MDLeanEvent.h"
#include
<cxxtest/TestSuite.h>
#include
<iomanip>
#include
<iostream>
#include
<boost/scoped_array.hpp>
...
...
Framework/DataObjects/test/OffsetsWorkspaceTest.h
View file @
be845bd6
...
...
@@ -4,8 +4,6 @@
#include
<cxxtest/TestSuite.h>
#include
"MantidKernel/Timer.h"
#include
"MantidKernel/System.h"
#include
<iostream>
#include
<iomanip>
#include
"MantidDataObjects/OffsetsWorkspace.h"
#include
"MantidTestHelpers/ComponentCreationHelper.h"
...
...
Framework/DataObjects/test/PeakColumnTest.h
View file @
be845bd6
...
...
@@ -8,8 +8,6 @@
#include
"MantidTestHelpers/ComponentCreationHelper.h"
#include
<boost/make_shared.hpp>
#include
<iostream>
#include
<iomanip>
using
namespace
Mantid
::
DataObjects
;
...
...
Framework/DataObjects/test/PeakTest.h
View file @
be845bd6
...
...
@@ -10,8 +10,6 @@
#include
"MantidKernel/V3D.h"
#include
"MantidKernel/PhysicalConstants.h"
#include
"MantidGeometry/Instrument/ReferenceFrame.h"
#include
<iostream>
#include
<iomanip>
#include
<gmock/gmock.h>
#include
"MantidDataObjects/Peak.h"
...
...
Framework/DataObjects/test/PeaksWorkspaceTest.h
View file @
be845bd6
...
...
@@ -5,9 +5,7 @@
#include
"MantidKernel/Timer.h"
#include
"MantidKernel/System.h"
#include
"MantidAPI/FileProperty.h"
#include
<iostream>
#include
<fstream>
#include
<iomanip>
#include
<stdio.h>
#include
<cmath>
#include
"MantidDataObjects/PeaksWorkspace.h"
...
...
Framework/DataObjects/test/RebinnedOutputTest.h
View file @
be845bd6
...
...
@@ -4,8 +4,6 @@
#include
<cxxtest/TestSuite.h>
#include
"MantidKernel/Timer.h"
#include
"MantidKernel/System.h"
#include
<iostream>
#include
<iomanip>
#include
"MantidDataObjects/RebinnedOutput.h"
#include
"MantidTestHelpers/WorkspaceCreationHelper.h"
...
...
Framework/DataObjects/test/SpecialWorkspace2DTest.h
View file @
be845bd6
...
...
@@ -8,8 +8,6 @@
#include
"MantidTestHelpers/WorkspaceCreationHelper.h"
#include
"MantidAPI/WorkspaceProperty.h"
#include
<cxxtest/TestSuite.h>
#include
<iomanip>
#include
<iostream>
using
namespace
Mantid
::
DataObjects
;
using
namespace
Mantid
::
Geometry
;
...
...
Framework/DataObjects/test/SplittersWorkspaceTest.h
View file @
be845bd6
...
...
@@ -5,8 +5,6 @@
#include
"MantidKernel/Timer.h"
#include
"MantidKernel/System.h"
#include
"MantidAPI/WorkspaceProperty.h"
#include
<iostream>
#include
<iomanip>
#include
"MantidDataObjects/SplittersWorkspace.h"
...
...
Framework/DataObjects/test/TableColumnTest.h
View file @
be845bd6
...
...
@@ -8,7 +8,6 @@
#include
"MantidTestHelpers/ComponentCreationHelper.h"
#include
<boost/make_shared.hpp>
#include
<iostream>
using
namespace
Mantid
::
DataObjects
;
...
...
Framework/GPUAlgorithms/test/GPUAlgorithmTest.h
View file @
be845bd6
...
...
@@ -4,7 +4,6 @@
#include
<cxxtest/TestSuite.h>
#include
"MantidKernel/Timer.h"
#include
"MantidKernel/System.h"
#include
<iostream>
#include
<iomanip>
#include
"MantidGPUAlgorithms/GPUAlgorithm.h"
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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