summaryrefslogtreecommitdiff
path: root/test/core/proxy-peer.c
Commit message (Expand)AuthorAgeFilesLines
* test: Explicitly enable assertion macrosSimon McVittie2021-03-261-0/+1
* test: Replace remaining assertions with g_assert_true()Simon McVittie2021-03-261-5/+5
* test: Replace remaining g_assert (!x) with g_assert_false (x)Simon McVittie2021-03-261-1/+1
* test: Replace g_assert (x == NULL) with g_assert_null (x)Simon McVittie2021-03-261-3/+3
* test: Replace all g_assert (x != NULL) with g_assert_nonnull (x)Simon McVittie2021-03-261-4/+4
* Add clearer licensing information using SPDX-License-IdentifierSimon McVittie2019-07-151-0/+2
* Add a regression test for fd.o #38406Simon McVittie2011-08-151-0/+274