about summary refs log tree commit diff stats
path: root/tests/xmpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed tests to work with cmocka 0.4.1James Booth2014-05-261-3/+3
* Refactored bookmarks to use option parser, allow bookmarking rooms with passw...James Booth2014-05-102-12/+18
* Use expect_value == NULL for NULL parameters in testsJames Booth2014-03-161-3/+3
* Added /roster clearnick commandJames Booth2014-03-162-0/+30
* Added /roster remove testsJames Booth2014-03-162-0/+21
* Added /roster add testJames Booth2014-03-162-0/+23
* Added test for /join with nick optionJames Booth2014-03-082-0/+29
* Test /otr start sends OTR query message to current recipientJames Booth2014-02-232-0/+17
* Mock otr module for cmd_otr testsJames Booth2014-02-161-2/+2
* Show message on /bookmark remove when bookmark does not existJames Booth2014-02-022-3/+8
* Added message when bookmark updatedJames Booth2014-02-022-3/+8
* Added /bookmark remove testsJames Booth2014-02-022-0/+23
* Added cmd_bookmark testsJames Booth2014-02-012-0/+29
* Added test for /bookmark listJames Booth2014-02-012-0/+15
* Added cmd_connect tests for connecting server and portJames Booth2014-01-182-19/+10
* Fixed broken testsJames Booth2014-01-181-0/+3
* Fixed test compilationJames Booth2014-01-181-1/+2
* Test for presence update when changing priorityJames Booth2013-12-272-0/+39
* Removed mock code from testsJames Booth2013-12-262-0/+86
* Replaced old mock_xmppJames Booth2013-12-182-202/+36
* Added common mock functions and fixed testsJames Booth2013-12-181-69/+134
* Added tests for connecting with accountJames Booth2013-12-151-0/+1
* Moved _ask_password to UI moduleJames Booth2013-12-151-0/+3
* Mocked account preferences and tested cmd_roomsJames Booth2013-12-141-2/+7
* Added missing filesJames Booth2013-12-141-0/+150
> 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 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