Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmp_tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominik Loidolt
cmp_tool
Commits
ea4962fb
Commit
ea4962fb
authored
1 year ago
by
Dominik Loidolt
Browse files
Options
Downloads
Patches
Plain Diff
test_cmp_decmp.c: fix error name
parent
413110f3
No related branches found
No related tags found
1 merge request
!30
Enhanced Error Handling in Chunk Compression Functions
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/cmp_decmp/test_cmp_decmp.c
+1
-1
1 addition, 1 deletion
test/cmp_decmp/test_cmp_decmp.c
with
1 addition
and
1 deletion
test/cmp_decmp/test_cmp_decmp.c
+
1
−
1
View file @
ea4962fb
...
@@ -1006,7 +1006,7 @@ void test_random_collection_round_trip(void)
...
@@ -1006,7 +1006,7 @@ void test_random_collection_round_trip(void)
/* No chunk is defined for fast cadence subservices */
/* No chunk is defined for fast cadence subservices */
if
(
data_type
==
DATA_TYPE_F_FX
||
data_type
==
DATA_TYPE_F_FX_EFX
||
if
(
data_type
==
DATA_TYPE_F_FX
||
data_type
==
DATA_TYPE_F_FX_EFX
||
data_type
==
DATA_TYPE_F_FX_NCOB
||
data_type
==
DATA_TYPE_F_FX_EFX_NCOB_ECOB
)
data_type
==
DATA_TYPE_F_FX_NCOB
||
data_type
==
DATA_TYPE_F_FX_EFX_NCOB_ECOB
)
TEST_ASSERT_EQUAL_INT
(
CMP_ERROR_SUBSERVICE_UNSUPPORTED
,
cmp_get_error_code
(
cmp_size
));
TEST_ASSERT_EQUAL_INT
(
CMP_ERROR_
COL_
SUBSERVICE_UNSUPPORTED
,
cmp_get_error_code
(
cmp_size
));
else
else
TEST_ASSERT_FALSE
(
cmp_is_error
(
cmp_size
));
TEST_ASSERT_FALSE
(
cmp_is_error
(
cmp_size
));
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment