Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KiT-RT
KiT-RT
Commits
ef54d11d
Commit
ef54d11d
authored
Jan 25, 2021
by
Steffen Schotthöfer
Browse files
small change
parent
ef9808e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/tests/test_cases.cpp
View file @
ef54d11d
...
...
@@ -318,8 +318,7 @@ TEST_CASE( "Test the Data Generator", "[dataGen]" ) {
bool
lineValid
;
const
char
delimHist
=
','
;
bool
testPassed
=
true
;
bool
testPassed1
=
true
;
bool
testPassed
=
true
;
// --- History Logger
unsigned
count
=
0
;
while
(
!
historyLoggerReferenceStream
.
eof
()
&&
!
historyLoggerStream
.
eof
()
&&
count
<
3
)
{
...
...
@@ -333,7 +332,7 @@ TEST_CASE( "Test the Data Generator", "[dataGen]" ) {
if
(
out
.
size
()
!=
outRef
.
size
()
)
{
std
::
cout
<<
lineRef
<<
"
\n
"
<<
line
<<
"
\n
"
;
testPassed
1
=
false
;
testPassed
=
false
;
break
;
}
...
...
@@ -347,6 +346,5 @@ TEST_CASE( "Test the Data Generator", "[dataGen]" ) {
}
count
++
;
}
REQUIRE
(
testPassed1
);
REQUIRE
(
testPassed
);
}
jannick.wolters
@jm2154
mentioned in commit
cc1c7cb2
·
Apr 30, 2021
mentioned in commit
cc1c7cb2
mentioned in commit cc1c7cb2c120e4abf47178904585d89f51422bc8
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment