summaryrefslogtreecommitdiff
path: root/unit
Commit message (Collapse)AuthorAgeFilesLines
* unit: Convert test-textfile utility into a real unit testMarcel Holtmann2012-12-091-81/+167
|
* unit: Add test-textfile to list of unit testsMarcel Holtmann2012-12-091-0/+191
|
* unit: Convert uuidtest utility into a real unit testMarcel Holtmann2012-12-091-0/+226
|
* unit: Always return with g_test_run() return valueMarcel Holtmann2012-12-095-15/+5
|
* unit: Use GTest for EIR unit testMarcel Holtmann2012-12-091-37/+8
|
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
| | | | | | | | | | | | | | This reverts commit 8a03376544b046a84301847d1594f6c3674983ff. The patch needs to be split up and the gdbus/ changes were bogus compared to the original commit message. Conflicts: Makefile.am Makefile.obexd profiles/cyclingspeed/cyclingspeed.c profiles/heartrate/heartrate.c src/error.c
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
| | | | | | | | | | Instead of trying to include config.h in each file over the tree and possibly forgetting to include it, give a "-include config.h" argument to the compiler so it's guaranteed that a) it will be included for all source files and b) it will be the first header included. gdbus/ directory is left out, since it would break other projects using it.
* gobex: Add unit test for encoding/decoding apparam headersLuiz Augusto von Dentz2012-12-041-0/+46
|
* gobex: Add unit tests for GObexApparam APILuiz Augusto von Dentz2012-12-041-0/+422
|
* gobex: Remove g_idle_add to exit main loop in test_stream_put_req_abort()Jaganath Kanakkassery2012-12-041-7/+3
| | | | | A callback is provided in g_obex_cancel_transfer() which will be called when abort completes which exists the mail loop as well
* gobex: Fix unit test for PUT request followed by ABORTLuiz Augusto von Dentz2012-12-042-5/+66
| | | | | | | gobex was actually used to respond not to request so the test is renamed to test_stream_put_rsp_abort and a new test is created using g_obex_put_req to initiate the request and g_obex_cancel_transfer to abort it.
* gobex: Add unit test for PUT request followed by ABORTJaganath Kanakkassery2012-12-041-0/+50
|
* gobex: fix unit test when using SOCK_SEQPACKETLuiz Augusto von Dentz2012-12-041-265/+48
| | | | | | | | | Now that SRM is automatically configured when the transport type is SOCK_SEQPACKET all tests that uses this transport are already testing SRM so there is no need to keep adding the headers manually. In addition to that remove the tests for SRM using SOCK_STREAM since those are currently not supported without including the headers.
* gobex: simplify naming of tests when transfering sequence of packetsLuiz Augusto von Dentz2012-12-041-186/+178
| | | | | Before random was used but the number of packets were not really random so now seq is used instead.
* gobex: add unit test for CONN followed by PUT request with SRMLuiz Augusto von Dentz2012-12-041-0/+74
|
* gobex: add unit test for GET request with SRM and SRMP additional waitLuiz Augusto von Dentz2012-12-041-0/+72
|
* gobex: add unit test for GET request with SRM and SRMP waitLuiz Augusto von Dentz2012-12-041-0/+70
|
* gobex: add unit test for GET response with SRM and SRMP waitLuiz Augusto von Dentz2012-12-041-0/+84
|
* gobex: add unit test for PUT response with SRM and SRMP waitLuiz Augusto von Dentz2012-12-041-1/+86
|
* gobex: add unit test for PUT request with SRM and SRMP waitLuiz Augusto von Dentz2012-12-041-0/+66
|
* gobex: add unit test for GET request with SRMLuiz Augusto von Dentz2012-12-041-0/+65
|
* gobex: add unit test for PUT response with SRMLuiz Augusto von Dentz2012-12-042-0/+100
|
* gobex: add unit test for GET response with SRM enableLuiz Augusto von Dentz2012-12-041-0/+90
|
* gobex: add unit test for PUT request with SRMLuiz Augusto von Dentz2012-12-042-3/+68
|
* gobex: add unit test for GET response with random dataLuiz Augusto von Dentz2012-12-041-0/+80
|
* gobex: add unit test for GET request with random dataLuiz Augusto von Dentz2012-12-041-0/+62
|
* gobex: add unit test for PUT response with random dataLuiz Augusto von Dentz2012-12-041-0/+89
|
* gobex: add unit test for packet PUT request with random dataLuiz Augusto von Dentz2012-12-041-3/+16
|
* gobex: remove unused delay on test_put_req_randomLuiz Augusto von Dentz2012-12-041-1/+0
|
* gobex: fix wrong name of test_get_rsp_eagainLuiz Augusto von Dentz2012-12-041-1/+1
|
* gobex: always set CONNECTION_ID to 1 on unit testsLuiz Augusto von Dentz2012-12-041-29/+12
| | | | | This simplify the creation of new test by not requiring different variables for every connection response.
* gobex: add unit test for GET response with APPARAMLuiz Augusto von Dentz2012-12-041-0/+68
|
* gobex: add unit test for GET request with APPARAMLuiz Augusto von Dentz2012-12-041-0/+58
|
* gobex: add unit test for GET request with delayLuiz Augusto von Dentz2012-12-041-0/+44
|
* gobex: add unit test for PUT response with delayLuiz Augusto von Dentz2012-12-041-0/+86
|
* gobex: Add "cd ../dir" handling in setpathBartosz Szatkowski2012-12-041-0/+42
|
* gobex: add unit test for CONNECT followed by PUT request with random dataLuiz Augusto von Dentz2012-12-042-1/+64
| | | | | | Note that in order to work the buffer had to be increased to OBEX maximum MTU otherwise test_io_cb would be sending responses for each fragment it has read which may not constitute a full packet.
* gobex: add unit test for CONNECT followed by GET wrong responseLuiz Augusto von Dentz2012-12-041-0/+52
|
* gobex: add unit test for CONNECT followed by PUT responseLuiz Augusto von Dentz2012-12-041-0/+61
|
* gobex: add unit test for CONNECT followed by PUT requestLuiz Augusto von Dentz2012-12-041-1/+75
|
* gobex: add unit test for CONNECT followed by GET responseLuiz Augusto von Dentz2012-12-041-0/+59
|
* gobex: add unit test for CONNECT followed by GET requestLuiz Augusto von Dentz2012-12-041-0/+67
|
* gobex: add unit test for CONNECT responseLuiz Augusto von Dentz2012-12-042-0/+63
|
* gobex: add unit test for CONNECT requestLuiz Augusto von Dentz2012-12-041-0/+57
|
* gobex: Fix decoding byte array headers with too small lengthJohan Hedberg2012-12-041-0/+8
| | | | Length values of less than 3 are invalid.
* gobex: Add unit tests for Action command functionsJohan Hedberg2012-12-041-0/+88
|
* gobex: Add random put request testLuiz Augusto von Dentz2012-12-042-16/+90
|
* gobex: Fix encoding of empty unicode headersJakub Adamek2012-12-041-0/+55
| | | | | | | | | | | | According to IrOBEX: "An empty Name header is defined as a Name header of length 3 (one byte opcode + two byte length)." The current code encodes an empty header with 5 bytes, including two bytes of null-terminator. This patch assumes that this definition of emptiness applies to all unicode headers, not just the name header.
* gobex: Add support for returning -EAGAIN from producer callbackJohan Hedberg2012-12-042-2/+138
|
* gobex: Fix put request handling with final bit valueJohan Hedberg2012-12-041-1/+1
|