summaryrefslogtreecommitdiff
path: root/unit/test-util.c
Commit message (Collapse)AuthorAgeFilesLines
* unit: Use l_util_hexstring instead of encode_hexDenis Kenzior2018-12-271-6/+4
|
* unit: Switch decode_hex to l_util_from_hexstringDenis Kenzior2018-12-271-6/+8
|
* unit: Update to use l_free instead of g_freeDenis Kenzior2018-12-271-46/+31
| | | | | Previous commit changes character conversion functions to use ell memory allocation routines. Update all uses to free memory using the same.
* unit: Convert to new convert_utf8_to_gsm APIDenis Kenzior2018-12-271-4/+4
|
* unit: Update to the new convert_ucs2_to_gsm APIDenis Kenzior2018-12-271-1/+1
|
* unit: convert usage of g_test_verboseDenis Kenzior2018-12-271-51/+53
| | | | | | | | Convert all usages of this function in favor of using a static VERBOSE variable. We almost never use verbose output except while debugging. Additionally this allows us to more easily convert all unit tests to the ell unit test framework
* unit: Update to the new pack_7bit/unpack_7bit apiDenis Kenzior2018-12-271-27/+28
|
* unit: update to the new util apiDenis Kenzior2018-12-271-17/+17
|
* unit: Add a unit test for empty sim stringsDenis Kenzior2012-08-161-0/+6
|
* unit: Simplify previous commitDenis Kenzior2012-07-171-8/+3
|
* unit: Update test_invalid() unit testGuillaume Zajac2012-07-171-3/+23
|
* unit: Avoid shadowing hex_packed variableMarcel Holtmann2012-07-151-2/+2
|
* unit: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* unit: M15 coding style fixJeevaka Badrappan2011-01-121-10/+10
|
* test-util: Update unit testDenis Kenzior2010-09-141-1/+1
|
* test-util: Fixup various style issuesDenis Kenzior2010-09-141-7/+16
|
* test-util: test for UCS2 to GSM conversionJeevaka Badrappan2010-09-141-0/+80
|
* Style: Various issuesDenis Kenzior2010-01-121-4/+4
|
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
|
* Add unit test for Turkish variantAki Niemi2009-09-081-1/+216
| | | | Also fixes an error in the default table unit test.
* Add missing HAVE_CONFIG_H checksMarcel Holtmann2009-09-051-0/+4
|
* Update unit testsDenis Kenzior2009-07-071-0/+5
|
* Fix another small memory leak in unit testsDenis Kenzior2009-07-061-1/+3
|
* Add unit test for SIM string conversion utilityDenis Kenzior2009-07-061-0/+65
|
* Update unit test for empty stringsDenis Kenzior2009-07-061-1/+4
|
* Add directory with unit testsDenis Kenzior2009-05-121-0/+629
Includes tests for SS parser, utility functions and SMS PDU decoder / encoder utilities.