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
c47e5784
Commit
c47e5784
authored
9 years ago
by
WHITFIELDRE email
Browse files
Options
Downloads
Patches
Plain Diff
Fix SaveMD2 test filename same as SaveMD.
parent
c32506a2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/Mantid/Framework/MDAlgorithms/test/SaveMD2Test.h
+2
-2
2 additions, 2 deletions
Code/Mantid/Framework/MDAlgorithms/test/SaveMD2Test.h
with
2 additions
and
2 deletions
Code/Mantid/Framework/MDAlgorithms/test/SaveMD2Test.h
+
2
−
2
View file @
c47e5784
...
@@ -156,7 +156,7 @@ public:
...
@@ -156,7 +156,7 @@ public:
void
test_saveExpInfo
()
void
test_saveExpInfo
()
{
{
std
::
string
filename
(
"MultiExperSaveTest.nxs"
);
std
::
string
filename
(
"MultiExperSave
MD2
Test.nxs"
);
// Make a 1D MDEventWorkspace
// Make a 1D MDEventWorkspace
MDEventWorkspace1Lean
::
sptr
ws
=
MDEventsTestHelper
::
makeMDEW
<
1
>
(
10
,
0.0
,
10.0
,
2
);
MDEventWorkspace1Lean
::
sptr
ws
=
MDEventsTestHelper
::
makeMDEW
<
1
>
(
10
,
0.0
,
10.0
,
2
);
// Make sure it is split
// Make sure it is split
...
@@ -199,7 +199,7 @@ public:
...
@@ -199,7 +199,7 @@ public:
void
test_saveAffine
()
void
test_saveAffine
()
{
{
std
::
string
filename
(
"MDAffineSaveTest.nxs"
);
std
::
string
filename
(
"MDAffineSave
MD2
Test.nxs"
);
// Make a 4D MDEventWorkspace
// Make a 4D MDEventWorkspace
MDEventWorkspace4Lean
::
sptr
ws
=
MDEventsTestHelper
::
makeMDEW
<
4
>
(
10
,
0.0
,
10.0
,
2
);
MDEventWorkspace4Lean
::
sptr
ws
=
MDEventsTestHelper
::
makeMDEW
<
4
>
(
10
,
0.0
,
10.0
,
2
);
AnalysisDataService
::
Instance
().
addOrReplace
(
"SaveMD2Test_ws"
,
ws
);
AnalysisDataService
::
Instance
().
addOrReplace
(
"SaveMD2Test_ws"
,
ws
);
...
...
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