aboutsummaryrefslogtreecommitdiffstats
path: root/unit
AgeCommit message (Expand)AuthorFilesLines
2021-07-19unit: add few asserts in test-snep-readKrzysztof Kozlowski1-1/+10
2021-07-19unit: remove duplicated definitions in test-ndef-parseKrzysztof Kozlowski1-108/+1
2021-07-19unit: remove duplicated invalid definitions in test-snep-readKrzysztof Kozlowski2-80/+3
2021-07-19unit: do not search for headers locally where they do not existKrzysztof Kozlowski2-4/+4
2021-07-19unit: do not pass NULL to memcpy()Krzysztof Kozlowski1-2/+4
2021-07-19unit: fix records GList memory leak in test-snep-readKrzysztof Kozlowski1-0/+1
2021-07-19unit: fix record memory leak in test-snep-readKrzysztof Kozlowski3-11/+1
2021-07-19unit: fix memory leaks in test-snep-read error pathsKrzysztof Kozlowski1-2/+6
2021-07-19unit: fix memory leaks in test-ndef-buildKrzysztof Kozlowski1-0/+6
2021-07-19unit: do not open-code freeing ndef messageKrzysztof Kozlowski1-6/+3
2021-07-19unit: fix memory leaks in test-ndef-parseKrzysztof Kozlowski1-34/+5
2021-07-19unit: use proper format for integers (-Wformat)Krzysztof Kozlowski2-7/+7
2021-07-19unit: do not shadow global 'uri' variable (-Wshadow)Krzysztof Kozlowski1-2/+2
2021-07-19unit: do not shadow global 'text' variable (-Wshadow)Krzysztof Kozlowski1-4/+4
2021-07-19unit: use proper pointer to uint8_t in test_snep_read_recv_fragments()Krzysztof Kozlowski1-1/+1
2021-07-19unit: use g_assert_cmpmem()Krzysztof Kozlowski3-8/+9
2021-07-19unit: use g_assert_null()Krzysztof Kozlowski2-5/+5
2021-07-19unit: fix recv() and send() return typesKrzysztof Kozlowski1-6/+10
2021-07-19unit: use g_assert_cmpint() and g_assert_cmpuint()Krzysztof Kozlowski3-55/+56
2021-07-19unit: use g_assert_cmpstr()Krzysztof Kozlowski1-8/+8
2021-07-19ndef: check UTF-16 text payload lengthKrzysztof Kozlowski1-0/+19
2021-07-19unit: pass real UTF-8 for testing text NDEFKrzysztof Kozlowski1-4/+5
2013-09-02p2p: Add a user_data pointer to p2p structOlivier Guiter1-4/+6
2013-08-20unit: Do not compare expression against NULLDaniel Wagner3-18/+18
2013-08-20unit: Use stdbool instead gboolean or near_bool_tDaniel Wagner1-21/+21
2013-07-20unit: Add test for Handover SelectSzymon Janc1-0/+74
2013-06-27unit: Add Android Application Record NDEF record unit testSamuel Ortiz1-0/+43
2013-06-08snep: Fix SNEP fragmentationSamuel Ortiz1-5/+3
2013-04-15unit: Fix broken SNEP read unit testOlivier Guiter1-2/+2
2013-04-05unit: Add WSC NDEF build test caseRavi kumar Veeramally1-0/+54
2013-04-04unit: Support for SNEP REJECT requestMarcin Malagowski1-7/+2
2013-03-25unit: Sanitize NDEF test namesSamuel Ortiz2-5/+5
2013-03-25unit: Sanitize SNEP test namesSamuel Ortiz1-12/+12
2013-03-25unit: Remove SNEP routines forward declarationsSamuel Ortiz1-101/+99
2013-03-25unit: Add SNEP PUT/GET NDEF testMarcin Malagowski1-0/+83
2013-03-25unit: Add SNEP GET request "fragmented" testMarcin Malagowski1-0/+159
2013-03-25unit: Add SNEP GET request "not implemented" testMarcin Malagowski1-0/+42
2013-03-25unit: Add SNEP GET request "ok" testMarcin Malagowski1-0/+76
2013-03-25unit: Add SNEP PUT request "fragmented" testMarcin Malagowski1-0/+112
2013-03-25unit: Add SNEP PUT request "feature not implemented" testMarcin Malagowski1-0/+36
2013-03-25unit: Add SNEP PUT request "unsupported version" testMarcin Malagowski1-0/+33
2013-03-25unit: Add SNEP PUT request "ok" testMarcin Malagowski1-0/+261
2013-03-25unit: Add SNEP test utilitiesMarcin Malagowski3-0/+351
2013-02-06unit: Rename test-ndef to test-ndef-parseSamuel Ortiz1-4/+4
2013-02-06unit: Add initial NDEF building testSamuel Ortiz1-0/+60
2013-01-15unit: Fix includes for build testingMarcel Holtmann1-2/+2
2013-01-15unit: Hide all g_print statements behind g_test_verbose switchMarcel Holtmann1-12/+19
2013-01-09unit: Add Title and URI records SmartPoster NDEF unit testSamuel Ortiz1-0/+66
2013-01-09unit: URI NDEF test should check for the field lengthSamuel Ortiz1-1/+3
2013-01-09unit: Add single record SmartPoster NDEF unit testSamuel Ortiz1-2/+58
2013-01-09unit: Add Text NDEF record unit testSamuel Ortiz1-0/+43
2013-01-09unit: Add test-ndef unit testSamuel Ortiz1-0/+143