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
03d56b45
Commit
03d56b45
authored
7 years ago
by
Samuel Jackson
Browse files
Options
Downloads
Patches
Plain Diff
Refs #19522 Add test case for slow loading
parent
16913ace
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Framework/DataHandling/test/LoadNexusProcessedTest.h
+8
-0
8 additions, 0 deletions
Framework/DataHandling/test/LoadNexusProcessedTest.h
Testing/Data/UnitTest/24954_allpeaksbyhand.nxs.md5
+1
-0
1 addition, 0 deletions
Testing/Data/UnitTest/24954_allpeaksbyhand.nxs.md5
with
9 additions
and
0 deletions
Framework/DataHandling/test/LoadNexusProcessedTest.h
+
8
−
0
View file @
03d56b45
...
...
@@ -1444,6 +1444,14 @@ public:
loader
.
setPropertyValue
(
"OutputWorkspace"
,
"ws"
);
TS_ASSERT
(
loader
.
execute
());
}
void
testPeaksWorkspace
()
{
LoadNexusProcessed
loader
;
loader
.
initialize
();
loader
.
setPropertyValue
(
"Filename"
,
"24954_allpeaksbyhand.nxs"
);
loader
.
setPropertyValue
(
"OutputWorkspace"
,
"peaks"
);
TS_ASSERT
(
loader
.
execute
());
}
};
#endif
/*LOADNEXUSPROCESSEDTESTRAW_H_*/
This diff is collapsed.
Click to expand it.
Testing/Data/UnitTest/24954_allpeaksbyhand.nxs.md5
0 → 100644
+
1
−
0
View file @
03d56b45
5a61128f18c65ba2769e18f72de2ae42
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