Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests/lib/libbluetooth



Module Name:    src
Committed By:   plunky
Date:           Thu Apr  7 06:21:57 UTC 2011

Added Files:
        src/tests/lib/libbluetooth: Makefile t_bluetooth.c t_sdp_data.c
            t_sdp_get.c t_sdp_match.c t_sdp_put.c t_sdp_set.c

Log Message:
add tests for the following libbluetooth functions

    bluetooth(3)
        bt_aton()
        bt_ntoa()

    sdp_data(3)
        sdp_data_type()
        sdp_data_size()
        sdp_get_data()
        sdp_get_attr()
        sdp_get_uuid()
        sdp_get_bool()
        sdp_get_uint()
        sdp_get_int()
        sdp_get_seq()
        sdp_get_alt()
        sdp_get_str()
        sdp_get_url()
        sdp_match_uuid16()
        sdp_put_data()
        sdp_put_attr()
        sdp_put_uuid()
        sdp_put_uuid16()
        sdp_put_uuid2(3)
        sdp_put_uuid128()
        sdp_put_bool()
        sdp_put_uint()
        sdp_put_uint8()
        sdp_put_uint16()
        sdp_put_uint2(3)
        sdp_put_uint64()
        sdp_put_int()
        sdp_put_int8()
        sdp_put_int16()
        sdp_put_int2(3)
        sdp_put_int64()
        sdp_put_seq()
        sdp_put_alt()
        sdp_put_str()
        sdp_put_url()
        sdp_set_bool()
        sdp_set_uint()
        sdp_set_int()
        sdp_set_seq()
        sdp_set_alt()

[all pass on i386]


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/tests/lib/libbluetooth/Makefile \
    src/tests/lib/libbluetooth/t_bluetooth.c \
    src/tests/lib/libbluetooth/t_sdp_data.c \
    src/tests/lib/libbluetooth/t_sdp_get.c \
    src/tests/lib/libbluetooth/t_sdp_match.c \
    src/tests/lib/libbluetooth/t_sdp_put.c \
    src/tests/lib/libbluetooth/t_sdp_set.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index