about summary refs log tree commit diff stats
path: root/tests/unittests/test_cmd_bookmark.c
Commit message (Collapse)AuthorAgeFilesLines
* Apply coding styleMichael Vetter2020-07-071-50/+68
|
* Revert "Apply coding style"Michael Vetter2020-07-071-73/+55
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-55/+73
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* Fix memleak in cmd_bookmark_list_shows_bookmarks unittestMichael Vetter2019-10-061-0/+16
| | | | Regards https://github.com/profanity-im/profanity/issues/1019
* tests: remove cflag -w and fix warningsDmitry Podgorny2018-10-311-5/+7
| | | | | | | | | The flag hides errors. But we want unit tests to be correct in order to reveal errors in the main code. The patch removes tests_unittests_unittests_CFLAGS which makes autotools use AM_CFLAGS instead. Therefore, unit tests are built with flags derived from configure.ac.
* Use jid argument for /bookmark when in roomJames Booth2018-03-041-1/+129
| | | | fixes #983
* Use current room for /bookmark add and /bookmark removeJames Booth2016-10-051-1/+2
|
* Rename Bookmark->jid to Bookmark->barejidJames Booth2016-08-281-7/+7
|
* Use hash table for bookmarksJames Booth2016-08-211-2/+0
|
* Moved muc.cJames Booth2016-07-241-1/+1
|
* Rename command sourcesJames Booth2016-05-221-1/+1
|
* Remove JABBER_STARTED, JABBER_UNDEFINED connection statesJames Booth2016-05-101-10/+0
|
* Add session.cJames Booth2016-05-051-10/+10
|
* Fixed tests for new command formatJames Booth2015-07-271-43/+15
|
* Added current window reference to command functionsJames Booth2015-06-171-19/+28
|
* Moved all tests to tests folderJames Booth2015-06-121-0/+297
d='n328' href='#n328'>328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404