about summary refs log tree commit diff stats
path: root/tests/xmpp
Commit message (Expand)AuthorAgeFilesLines
* 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
74'>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 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256
d50195d1dca0431'>b39ceb27 ^










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