about summary refs log tree commit diff stats
path: root/tests/functionaltests
Commit message (Expand)AuthorAgeFilesLines
* Added C plugin code from plugins branchJames Booth2016-02-141-1/+1
* Call UI disconnect functions before disconnecting with /disconnectJames Booth2016-01-053-0/+28
* Added functional tests for /console commandJames Booth2015-12-305-3/+111
* Use single quotes in functional test stanzasJames Booth2015-12-3012-215/+215
* Uncommented functional testsJames Booth2015-12-221-63/+63
* Added chat message functional testsJames Booth2015-12-223-67/+86
* Updated console new message textJames Booth2015-12-203-6/+6
* Change console incoming message text to include "win"James Booth2015-12-202-5/+5
* Added functional test for muc console messageJames Booth2015-12-203-1/+32
* Disable muc notifications for functional testsJames Booth2015-12-201-0/+2
* Added more muc functional testsJames Booth2015-12-203-6/+97
* Removed whitespaceJames Booth2015-12-201-5/+0
* Added muc functional testsJames Booth2015-12-203-0/+161
* Fixed functional testsJames Booth2015-11-291-2/+2
* Force tls on all connections, add tls policy account propertyJames Booth2015-10-182-2/+2
* functionaltests: user ip address for server on connectJames Booth2015-10-132-2/+2
* functionaltests: reset connect wait to 30 secsJames Booth2015-10-131-1/+1
* functionaltests: Doubled libexpect timeout for connectJames Booth2015-10-131-1/+1
* Doubled expect timeout for connect in tests, removed libuuid from travis buildJames Booth2015-10-131-1/+1
* Fixed functional testsJames Booth2015-09-301-3/+13
* Show software version result in current windowJames Booth2015-08-064-9/+68
* Handle software version requests for gateways that return from domainpartJames Booth2015-08-054-0/+31
* Use id handler for software version requests, handle errorsJames Booth2015-08-053-0/+27
* Added software version request testsJames Booth2015-08-043-0/+66
* Added test for missing resource on presenceJames Booth2015-08-043-0/+21
* tests: prof_connect_with_roster takes itemsJames Booth2015-07-232-18/+17
* Added id attributes to roster queriesJames Booth2015-07-225-9/+148
* Added reciept send functional testJames Booth2015-07-203-0/+23
* Added receipt request functional testJames Booth2015-07-203-1/+35
* Added functional test macroJames Booth2015-07-201-102/+36
* Added carbon message testsJames Booth2015-07-203-0/+79
* Added carbons enable/disable testsJames Booth2015-07-154-1/+35
* Added carbons command functional testJames Booth2015-07-053-0/+30
* Set columns when running functional testsJames Booth2015-06-132-9/+20
* Revert back to original rooms testJames Booth2015-06-131-8/+2
* Debugging travis buildJames Booth2015-06-131-1/+1
* Debugging travis buildJames Booth2015-06-131-1/+2
* Debugging travis buildJames Booth2015-06-131-5/+7
* Use regex for multiline assert in rooms functional testJames Booth2015-06-131-2/+5
* Changed assert order in rooms testJames Booth2015-06-131-3/+3
* Increase connection time, functional testsJames Booth2015-06-131-0/+3
* Tidied functional testsJames Booth2015-06-1310-192/+100
* Moved all tests to tests folderJames Booth2015-06-1215-0/+1168
/a> 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605