Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Corentin Bergé
dynamic-graph
Commits
669af61a
Commit
669af61a
authored
Mar 01, 2019
by
Olivier Stasse
Browse files
[tests] Remove std::cout in debu-trace.cpp
Renamed tracer.cpp in debug-tracer.cpp
parent
5e726b24
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/debug-trace.cpp
View file @
669af61a
...
@@ -102,8 +102,6 @@ BOOST_AUTO_TEST_CASE(testDebugTrace)
...
@@ -102,8 +102,6 @@ BOOST_AUTO_TEST_CASE(testDebugTrace)
bool
two_sub_string_identical
;
bool
two_sub_string_identical
;
// Make comparisons.
// Make comparisons.
std
::
cout
<<
str_to_test
<<
std
::
endl
;
std
::
cout
<<
oss_debug_file
.
str
()
<<
std
::
endl
;
two_sub_string_identical
=
str_to_test
==
oss_debug_file
.
str
();
two_sub_string_identical
=
str_to_test
==
oss_debug_file
.
str
();
BOOST_CHECK
(
two_sub_string_identical
);
BOOST_CHECK
(
two_sub_string_identical
);
...
...
tests/tracer.cpp
→
tests/
debug-
tracer.cpp
View file @
669af61a
File moved
Write
Preview
Supports
Markdown
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