Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
6b6ffe73
Commit
6b6ffe73
authored
7 years ago
by
Owen Arnold
Browse files
Options
Downloads
Patches
Plain Diff
refs #20720. Put test class back.
parent
56967c6b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Framework/Algorithms/test/RayTracerTesterTest.h
+12
-0
12 additions, 0 deletions
Framework/Algorithms/test/RayTracerTesterTest.h
with
12 additions
and
0 deletions
Framework/Algorithms/test/RayTracerTesterTest.h
+
12
−
0
View file @
6b6ffe73
...
@@ -12,6 +12,18 @@ using namespace Mantid::API;
...
@@ -12,6 +12,18 @@ using namespace Mantid::API;
// There are only performance tests here as this is not a real algorithm.
// There are only performance tests here as this is not a real algorithm.
// Functional tests disabled ec34e64616f34f1cf476b65f934272fdfda1212f
// Functional tests disabled ec34e64616f34f1cf476b65f934272fdfda1212f
// Unfortunately CxxTest/CTest gets confused if no functional test is present!
// The following class does precicely nothing.
class
RayTracerTesterTest
:
public
CxxTest
::
TestSuite
{
public:
static
RayTracerTesterTest
*
createSuite
()
{
return
new
RayTracerTesterTest
();
}
static
void
destroySuite
(
RayTracerTesterTest
*
suite
)
{
delete
suite
;
}
void
test_dummy
()
{
// No tests. See comments above.
}
};
class
RayTracerTesterTestPerformance
:
public
CxxTest
::
TestSuite
{
class
RayTracerTesterTestPerformance
:
public
CxxTest
::
TestSuite
{
public:
public:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment