Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
333cdb65
Commit
333cdb65
authored
Oct 08, 2018
by
Purves, Murray
Browse files
WIP Adding simpler SPE file for testing
parent
1f8937f9
Pipeline
#16165
failed with stages
in 7 minutes and 50 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
radixio/tests/data/235F-single.spe
0 → 100644
View file @
333cdb65
This diff is collapsed.
Click to expand it.
radixio/tests/tstSpectrum.cc
View file @
333cdb65
...
...
@@ -62,8 +62,8 @@ TEST(RadixIO, SpectrumFromSPE)
TEST
(
RadixIO
,
SpectrumToSPE
)
{
// Read in a test spectrum
std
::
string
testReadSPEFile
=
radix
::
to_native_path
(
std
::
string
(
dirname
(
__FILE__
)
+
"/data/235F.spe"
));
std
::
string
testReadSPEFile
=
radix
::
to_native_path
(
std
::
string
(
dirname
(
__FILE__
)
+
"/data/235F
-single
.spe"
));
Spectrum
::
SP
testSpectrum1
=
std
::
make_shared
<
Spectrum
>
();
SpectrumSPEStream
<
Spectrum
::
SP
>
testStream1
(
testSpectrum1
);
ASSERT_TRUE
(
testStream1
.
read_from
(
testReadSPEFile
));
...
...
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