about summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added statuses settings to prefs outputJames Booth2014-01-212-10/+10
* Added use of statuses preferencesJames Booth2014-01-211-7/+5
* WIP - /statuses command optionsJames Booth2014-01-209-89/+219
* Use defaults for /statuses commandsJames Booth2014-01-194-3/+58
* Added tests/config/helpersJames Booth2014-01-194-40/+49
* Changed /statuses preferencesJames Booth2014-01-193-0/+252
* Fixed broken testsJames Booth2014-01-192-2/+2
* Refactored testsuite for less verbose outputJames Booth2014-01-193-5/+64
* Added cmd_statuses validation testsJames Booth2014-01-193-0/+82
* Added cmd_connect tests for invalid propertiesJames Booth2014-01-183-0/+42
* Added cmd_connect test for repeated port propertyJames Booth2014-01-183-0/+21
* Added cmd_connect test for repeated server propertyJames Booth2014-01-183-0/+21
* Added cmd_connect tests for connecting server and portJames Booth2014-01-185-49/+93
* Added cmd_connect tests for argument validationJames Booth2014-01-183-0/+164
* Fixed broken testsJames Booth2014-01-182-1/+4
* Fixed test compilationJames Booth2014-01-182-3/+4
* Refactored roster add/updateJames Booth2014-01-051-52/+52
* Removed roster_list tests covered by contact testsJames Booth2014-01-053-26/+0
* Added contact testsJames Booth2014-01-053-0/+325
* Added contact presence offline testJames Booth2014-01-053-0/+15
* Added tests for contact typeJames Booth2014-01-053-0/+117
* Test usage shown for /subJames Booth2013-12-273-0/+19
* Added /sub command testJames Booth2013-12-273-0/+36
* Removed whitespaceJames Booth2013-12-271-1/+1
* Added tests for "/account clear <property>"James Booth2013-12-273-0/+92
* Test for presence update when changing priorityJames Booth2013-12-277-1/+89
* Changed messages on invalid prioritiesJames Booth2013-12-273-10/+41
* Test priority above upper boundsJames Booth2013-12-273-2/+21
* Test priority below lower boundsJames Booth2013-12-273-0/+20
* Added test for showing message when changing priorityJames Booth2013-12-265-1/+63
* Removed mock code from testsJames Booth2013-12-263-52/+102
* Added mock_accounts and fixed testsJames Booth2013-12-265-219/+688
* Dynamically load UI functions, fixed testsJames Booth2013-12-224-277/+87
* Added mocks and stubs for cons_showJames Booth2013-12-197-118/+178
* Replaced old mock_xmppJames Booth2013-12-186-253/+35
* Added common mock functions and fixed testsJames Booth2013-12-186-117/+275
* Added tests for setting presence prioritiesJames Booth2013-12-174-15/+161
* Added tests for "/account set <status> <priority>" with invalid statusJames Booth2013-12-173-0/+38
* Added tests for "/account set status"James Booth2013-12-174-1/+111
* Tests valid and invalid resource presence stringsJames Booth2013-12-173-0/+56
* Removed help->usage when not used in testsJames Booth2013-12-171-15/+0
* Added tests for "/account set muc" and "/account set nick"James Booth2013-12-174-2/+102
* Added tests for "/account set password"James Booth2013-12-174-1/+51
* Added tests for "/account set resource"James Booth2013-12-173-0/+45
* Added tests for "/account set server"James Booth2013-12-174-1/+50
* Added validation tests for "/account set" and "/account set jid"James Booth2013-12-164-46/+220
* Use expect_any when testing something else in cmd_account testsJames Booth2013-12-161-7/+7
* Added tests for "/account rename"James Booth2013-12-164-6/+99
* Added tests for "/account disable"James Booth2013-12-154-0/+73
* Added tests for "/account enable"James Booth2013-12-154-0/+73
marks.html?h=v1.7.0-emacs&id=2ca2e862e616eba862ac80f5ee0003d1aa984a32'>^
34a60763 ^
4c13e1f2 ^
34a60763 ^
4c13e1f2 ^






4c13e1f2 ^

34a60763 ^
4c13e1f2 ^
34a60763 ^





4c13e1f2 ^
34a60763 ^

4c13e1f2 ^
34a60763 ^
4c13e1f2 ^
34a60763 ^





4c13e1f2 ^
34a60763 ^

4c13e1f2 ^
34a60763 ^





4c13e1f2 ^




34a60763 ^

4c13e1f2 ^
34a60763 ^

4c13e1f2 ^










34a60763 ^
4c13e1f2 ^







34a60763 ^

4c13e1f2 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216