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

Commit 1057dcd

Browse files
author
ingvord
committed
progress #378: fix misc_devproxy
1 parent c846001 commit 1057dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cpp_test_suite/new_tests/cxx_misc_devproxy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ class MiscDevProxyTestSuite : public CxxTest::TestSuite {
250250
TS_ASSERT_THROWS_NOTHING(cmd_name_list = device->get_command_list());
251251

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

0 commit comments

Comments
 (0)