about summary refs log tree commit diff stats
path: root/tests/testsuite.c
Commit message (Expand)AuthorAgeFilesLines
* Check for duplicate options in option parserJames Booth2014-04-141-0/+1
* Added parse_optionsJames Booth2014-04-141-0/+8
* Added test for valid window switchJames Booth2014-04-011-0/+1
* Added cmd_win testJames Booth2014-04-011-0/+3
* Added /roster clearnick commandJames Booth2014-03-161-0/+7
* Added /roster remove testsJames Booth2014-03-161-0/+2
* Added /roster add testJames Booth2014-03-161-0/+2
* Added cmd_roster testJames Booth2014-03-161-0/+7
* Command '/statuses muc' now allows 'all', 'online' and 'none' settingsJames Booth2014-03-151-3/+6
* Test for password usage on /joinJames Booth2014-03-081-0/+1
* Added test for account muc_service usageJames Booth2014-03-081-0/+1
* Added test for using account->muc_nickJames Booth2014-03-081-0/+1
* Added test for /join with nick optionJames Booth2014-03-081-0/+1
* Added invalid jid test for /joinJames Booth2014-03-081-0/+1
* Added test to show usage when no room supplied to /joinJames Booth2014-03-081-0/+1
* Added connection status tests for cmd_joinJames Booth2014-03-081-0/+5
* Test /otr start sends OTR query message to current recipientJames Booth2014-02-231-0/+1
* Added test for /otr start when no key loadedJames Booth2014-02-231-0/+1
* Fixed issue with /otr myfp when no key loadedJames Booth2014-02-231-0/+1
* Added test for /otr start when already in OTR sessionJames Booth2014-02-231-0/+1
* Added tests for /otr start from non chat windowsJames Booth2014-02-231-0/+4
* Test /otr theirfpJames Booth2014-02-171-0/+1
* Test for /otr theirfp in non OTR windowJames Booth2014-02-171-0/+1
* Added test for /otr theirfp when in other non chat windowsJames Booth2014-02-171-0/+3
* Added test for /otr theirfp when in consoleJames Booth2014-02-171-0/+1
* Added /otr myfp testJames Booth2014-02-171-0/+1
* Added connection status tests for /otr myfpJames Booth2014-02-161-0/+5
* Added connection status tests for /otr genJames Booth2014-02-161-0/+5
* Test /otr genJames Booth2014-02-161-0/+1
* Added test for message when no connected /otr genJames Booth2014-02-161-0/+1
* Refactor test setup and teardown functionsJames Booth2014-02-161-31/+31
* Added test for /otr libverJames Booth2014-02-161-0/+1
* Added tests for /otr warnJames Booth2014-02-161-0/+8
* Added tests for /otr logJames Booth2014-02-161-0/+18
* Added cmd_otr testsJames Booth2014-02-161-0/+9
* Removed manual logging of test resultsJames Booth2014-02-121-34/+1
* Joined testsuites (allows for total test count)James Booth2014-02-021-50/+2
* Test message when removing autojoin for non existent bookmarkJames Booth2014-02-021-0/+1
* Show message on /bookmark remove when bookmark does not existJames Booth2014-02-021-0/+1
* Added message when bookmark updatedJames Booth2014-02-021-0/+1
* Added /bookmark remove testsJames Booth2014-02-021-0/+2
* Added test for when autojoin no nick on /bookmark addJames Booth2014-02-021-0/+1
* Added cmd_bookmark testsJames Booth2014-02-011-0/+7
* Added test for /bookmark listJames Booth2014-02-011-0/+1
* Moved test helpersJames Booth2014-02-011-1/+1
* Fixed cmd_bookmark message when not connectedJames Booth2014-02-011-0/+5
* Added cmd_bookmark testsJames Booth2014-02-011-0/+7
* Added muc room active testsJames Booth2014-01-311-0/+2
* Added muc invite count testsJames Booth2014-01-301-0/+2
* Added setup and teardown for muc testsJames Booth2014-01-301-2/+2
ref='#n550'>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 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867