We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a666b52 commit 6b4061cCopy full SHA for 6b4061c
test/test_dbc.cpp
@@ -63,10 +63,6 @@ TEST_CASE("Testing dbc file loading", "[fileio]") {
63
64
}
65
66
-/*!
67
- * \brief TEST_CASE
68
- * Test negative values in offset, min, max
69
- */
70
TEST_CASE("Testing negative values") {
71
const auto* filename = std::tmpnam(NULL);
72
@@ -125,7 +121,7 @@ TEST_CASE("Special characters in unit") {
125
121
126
122
REQUIRE(parser.get_messages().size() == 1);
127
123
REQUIRE(parser.get_messages().at(0).signals.size() == 1);
128
- {
124
+ SECTION("Checking that signal with special characters as unit is parsed correctly") {
129
const auto signal = parser.get_messages().at(0).signals.at(0);
130
REQUIRE(signal.unit.compare("Km/h") == 0);
131
0 commit comments