We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd87be commit 792c33eCopy full SHA for 792c33e
tests/signal-cast-registerer.cpp
@@ -139,15 +139,6 @@ BOOST_AUTO_TEST_CASE(standard_double_registerer) {
139
BOOST_AUTO_TEST_CASE(custom_vector_registerer) {
140
dynamicgraph::Signal<dynamicgraph::Vector, int> myVectorSignal("vector");
141
142
- /// Create a second local vector registerer to generate an exception.
143
- bool res = false;
144
- try {
145
- EigenCastRegisterer_V myVectorCast2;
146
- } catch (const ExceptionSignal &aes) {
147
- res = (aes.getCode() == ExceptionSignal::GENERIC);
148
- }
149
- BOOST_CHECK(res); // Uncomment this line to resolve the unused-but-set-variable warning to have a stable release in ros buildfarm
150
-
151
// Print the signal name.
152
{
153
output_test_stream output;
0 commit comments