Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
violethaze74
appstream
Commits
46b41806
Commit
46b41806
authored
Jan 11, 2020
by
Matthias Klumpp
Browse files
trivial: Make pool test slightly less noisy
parent
37b7e390
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test-pool.c
View file @
46b41806
...
...
@@ -487,7 +487,6 @@ test_pool_read_async ()
g_test_log_set_fatal_handler
(
test_log_allow_warnings
,
NULL
);
result
=
as_pool_search
(
pool
,
"web"
);
print_cptarray
(
result
);
if
(
result
->
len
!=
0
&&
result
->
len
!=
1
)
g_assert
(
0
);
g_clear_pointer
(
&
result
,
g_ptr_array_unref
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment