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
ef9808e9
Commit
ef9808e9
authored
Jan 25, 2021
by
Steffen Schotthöfer
Browse files
small change since online test does not work
parent
5c9951e7
Pipeline
#129244
failed with stage
in 17 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
code/tests/test_cases.cpp
View file @
ef9808e9
...
...
@@ -318,7 +318,8 @@ TEST_CASE( "Test the Data Generator", "[dataGen]" ) {
bool
lineValid
;
const
char
delimHist
=
','
;
bool
testPassed
=
true
;
bool
testPassed
=
true
;
bool
testPassed1
=
true
;
// --- History Logger
unsigned
count
=
0
;
while
(
!
historyLoggerReferenceStream
.
eof
()
&&
!
historyLoggerStream
.
eof
()
&&
count
<
3
)
{
...
...
@@ -332,7 +333,7 @@ TEST_CASE( "Test the Data Generator", "[dataGen]" ) {
if
(
out
.
size
()
!=
outRef
.
size
()
)
{
std
::
cout
<<
lineRef
<<
"
\n
"
<<
line
<<
"
\n
"
;
testPassed
=
false
;
testPassed
1
=
false
;
break
;
}
...
...
@@ -346,5 +347,6 @@ TEST_CASE( "Test the Data Generator", "[dataGen]" ) {
}
count
++
;
}
REQUIRE
(
testPassed1
);
REQUIRE
(
testPassed
);
}
jannick.wolters
@jm2154
mentioned in commit
212b8232
·
Apr 30, 2021
mentioned in commit
212b8232
mentioned in commit 212b8232155bf581a511a5b49fc1d01fca74e37b
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