about summary refs log tree commit diff stats
path: root/tests/xmpp
Commit message (Collapse)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 ↵James Booth2014-05-102-12/+18
| | | | passwords
* 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
and updated pydoc html files' href='/akspecs/ranger/commit/doc/pydoc/ranger.gui.widgets.titlebar.html?h=v1.1.1&id=34a60763e79546e0f84e30fbcc430632f3dbb39e'>34a60763 ^
4c13e1f2 ^



f07bb12f ^
34a60763 ^
f07bb12f ^









34a60763 ^
f07bb12f ^


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