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
Humanoid Path Planner
hpp-core
Commits
ea7308c9
Commit
ea7308c9
authored
Apr 08, 2019
by
Guilhem Saurel
Browse files
s/BOOST_MESSAGE/BOOST_TEST_MESSAGE
parent
e85aa962
Pipeline
#4208
passed with stage
in 35 minutes and 55 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
tests/test-continuous-validation.cc
View file @
ea7308c9
...
...
@@ -240,7 +240,7 @@ BOOST_AUTO_TEST_CASE (continuous_validation_straight)
}
}
bpt
::
ptime
t1
=
bpt
::
microsec_clock
::
local_time
();
BOOST_MESSAGE
(
"Total time (nthreads "
<<
Nthreads
<<
"): "
<<
(
t1
-
t0
).
total_milliseconds
()
<<
"ms"
);
BOOST_
TEST_
MESSAGE
(
"Total time (nthreads "
<<
Nthreads
<<
"): "
<<
(
t1
-
t0
).
total_milliseconds
()
<<
"ms"
);
// delete problem
}
...
...
@@ -370,7 +370,7 @@ template <typename SplineSteeringMethod> void test_spline_steering_method ()
}
}
bpt
::
ptime
t1
=
bpt
::
microsec_clock
::
local_time
();
BOOST_MESSAGE
(
"Total time (nthreads "
<<
Nthreads
<<
"): "
<<
(
t1
-
t0
).
total_milliseconds
()
<<
"ms"
);
BOOST_
TEST_
MESSAGE
(
"Total time (nthreads "
<<
Nthreads
<<
"): "
<<
(
t1
-
t0
).
total_milliseconds
()
<<
"ms"
);
// delete problem
}
...
...
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