Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
bdd0b878
Commit
bdd0b878
authored
Mar 23, 2021
by
Hung Dang-Quoc
Browse files
[STYLE
#83
] remove stylecheck error messages
parent
85004a17
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/modules/writeProtonCSV/test/WMWriteCSV_test.h
src/modules/writeProtonCSV/test/WMWriteCSV_test.h
+4
-4
No files found.
src/modules/writeProtonCSV/test/WMWriteCSV_test.h
View file @
bdd0b878
...
...
@@ -27,6 +27,7 @@
#include <iostream>
#include <list>
#include <string>
#include <vector>
#include <boost/shared_ptr.hpp>
...
...
@@ -41,7 +42,6 @@
class
WMWriteCSVTest
:
public
CxxTest
::
TestSuite
{
public:
/**
* A shared_ptr for a float vector
*/
...
...
@@ -136,7 +136,7 @@ public:
float
num
=
std
::
get
<
1
>
(
element
);
bool
result
=
std
::
get
<
2
>
(
element
);
TS_ASSERT_EQUALS
(
writerCSV
.
contains
(
sourceString
,
num
),
result
);
TS_ASSERT_EQUALS
(
writerCSV
.
contains
(
sourceString
,
num
),
result
);
}
}
...
...
@@ -155,7 +155,7 @@ public:
listOfInternalVertex
.
push_back
(
std
::
tuple
<
float
,
float
,
float
,
int
>
(
0.0
,
0.0
,
0.0
,
refCounter
)
);
}
TS_ASSERT_EQUALS
(
writerCSV
.
createStartCounter
(
listOfInternalVertex
),
refCounter
);
TS_ASSERT_EQUALS
(
writerCSV
.
createStartCounter
(
listOfInternalVertex
),
refCounter
);
listOfInternalVertex
.
clear
();
...
...
@@ -168,7 +168,7 @@ public:
listOfInternalVertex
.
push_back
(
std
::
tuple
<
float
,
float
,
float
,
int
>
(
0.0
,
0.0
,
0.0
,
132
)
);
listOfInternalVertex
.
push_back
(
std
::
tuple
<
float
,
float
,
float
,
int
>
(
0.0
,
0.0
,
0.0
,
322
)
);
TS_ASSERT_EQUALS
(
writerCSV
.
createStartCounter
(
listOfInternalVertex
),
323
);
TS_ASSERT_EQUALS
(
writerCSV
.
createStartCounter
(
listOfInternalVertex
),
323
);
}
private:
...
...
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