Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
fix test [1h]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingvord committed Aug 31, 2018
1 parent 7ef3ce1 commit d205d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp_test_suite/new_tests/cxx_misc_devproxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ class MiscDevProxyTestSuite: public CxxTest::TestSuite
TS_ASSERT_THROWS_NOTHING(cmd_name_list = device->get_command_list());

cout << "cmd_name_list size = " << cmd_name_list->size() << endl;
TS_ASSERT_EQUALS(118, cmd_name_list->size());
TS_ASSERT_EQUALS(119, cmd_name_list->size());
// TS_ASSERT_EQUALS ("FileDb" , (*cmd_list)[0].cmd_name);
// TS_ASSERT_EQUALS ("Status", (*cmd_list)[87].cmd_name);

Expand Down

0 comments on commit d205d80

Please sign in to comment.