-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix duplicate structure definitions in table unit test #62
Comments
Imported from trac issue 31. Created by jphickey on 2015-01-23T15:56:42, last modified: 2019-03-05T14:57:55 |
Trac comment by jphickey on 2015-01-26 15:06:42: Branch "trac-31-tbl_unit_test_redef" pushed for this -- commit [changeset:3e82295] Moves the structure and macro definitions into a header file and removes the duplicates. |
Trac comment by jphickey on 2015-04-06 11:30:38: This is ready for review/merge |
Trac comment by acudmore on 2015-04-07 12:42:35: Concur. |
Trac comment by glimes on 2015-04-07 13:06:49: Tested changeset [changeset:3e822954] as part of the ic-2015-03-10 merge. |
Trac comment by glimes on 2015-04-13 15:18:24: Part of integration candidate 2015-03-10, |
Trac comment by glimes on 2016-02-16 13:16:45: Susie confirmed these tickets have been approved for CFE 6.5 |
Trac comment by jhageman on 2019-03-05 14:57:55: Milestone renamed |
Similar to trac #55 for the mempool structures --
The dispatch table structure definitions are duplicated in the cfe_tbl_task.c and tbl_UT.h. The tests will break if these diverge.
A more suitable place for these would be in cfe_tbl_task_cmds.h so the same definitions can be included in both places without duplication.
The text was updated successfully, but these errors were encountered: