Skip to content

Commit e9e307e

Browse files
committed
sort signals otherwise they do not match with the test results
1 parent 4dc7dfe commit e9e307e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_parseMessage.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ TEST_CASE("Parse Message little endian") {
130130

131131
libdbc::DbcParser p;
132132
p.parse_file(filename);
133+
p.sortSignals();
133134

134135
std::vector<uint8_t> data{0x08, 0x27, 0xa3, 0x22, 0xe5, 0x1f, 0x45, 0x14}; // little endian
135136
std::vector<double> result_values;

0 commit comments

Comments
 (0)