about summary refs log tree commit diff stats
path: root/tests/unittests/otr
Commit message (Collapse)AuthorAgeFilesLines
* Use mock_type() for casting mock()Frank Zschockelt2019-05-081-1/+1
|
* Use mock_ptr_type() to silence compiler warningsFrank Zschockelt2019-05-081-4/+4
| | | | | | Unit tests on 32-bit architectures were failing due to "cast to pointer from integer of different size" warnings. mock_ptr_type silences those by first casting to uintptr_t.
* Send receipt request only when receiver supports featureJames Booth2016-08-181-1/+1
| | | | issue #829
* Moved message display logic to sv_ev_incoming_messageJames Booth2015-06-211-1/+4
|
* Added pgp checks for message sendingJames Booth2015-06-211-1/+4
|
* Moved all tests to tests folderJames Booth2015-06-121-0/+108