about summary refs log tree commit diff stats
path: root/tests/test_preferences.h
diff options
context:
space:
mode:
authorSimon Effenberg <savar@schuldeigen.de>2014-12-23 12:01:31 +0100
committerSimon Effenberg <savar@schuldeigen.de>2014-12-23 12:01:31 +0100
commitd987897c0b37d1f08610fe1e970cfe24b89442f0 (patch)
treeae4ced44dd663694846a846ccf5188d0bb0b4deb /tests/test_preferences.h
parentd5dee1632dd6e68a616a748456a880ea05983b3e (diff)
downloadprofani-tty-d987897c0b37d1f08610fe1e970cfe24b89442f0.tar.gz
fix idle calculation if not using LIBXSS
the inp_get_char was never returning ERR even without getting any input
so the idle timeout stuff was wasting CPU and wasn't working if LIBXSS
wasn't used.
Diffstat (limited to 'tests/test_preferences.h')
0 files changed, 0 insertions, 0 deletions
113'>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 217 218 219 220 221 222 223 224 225 226
'/danisanti/profani-tty/blame/functionaltests/test_chat_session.c?id=ae4e07ad87968072893b58c2ee778b52fc3059da'>^







a48b9fce ^
c6ff761a ^

7f98e013 ^
c6ff761a ^


a48b9fce ^
c6ff761a ^

7f98e013 ^
c6ff761a ^


d9f5a2bd ^
c6ff761a ^



7f98e013 ^
c6ff761a ^







a48b9fce ^
c6ff761a ^

7f98e013 ^
c6ff761a ^


a48b9fce ^
c6ff761a ^

7f98e013 ^
c6ff761a ^


d9f5a2bd ^
c6ff761a ^

c6ff761a ^
7f98e013 ^
c6ff761a ^


a48b9fce ^

c6ff761a ^
7f98e013 ^
c6ff761a ^


a48b9fce ^

c6ff761a ^
7f98e013 ^
c6ff761a ^







a48b9fce ^
c6ff761a ^

7f98e013 ^
c6ff761a ^


a48b9fce ^
c6ff761a ^

7f98e013 ^
c6ff761a ^


d9f5a2bd ^
c6ff761a ^

c6ff761a ^
7f98e013 ^
c6ff761a ^




7f98e013 ^
c6ff761a ^



a48b9fce ^
c6ff761a ^

c6ff761a ^
7f98e013 ^
c6ff761a ^







a48b9fce ^
c6ff761a ^

7f98e013 ^
c6ff761a ^


a48b9fce ^
c6ff761a ^

7f98e013 ^
c6ff761a ^



a48b9fce ^
c6ff761a ^

7f98e013 ^
c6ff761a ^


d9f5a2bd ^
c6ff761a ^

c6ff761a ^
7f98e013 ^
c6ff761a ^




7f98e013 ^
c6ff761a ^


a48b9fce ^
c6ff761a ^

c6ff761a ^
7f98e013 ^
c6ff761a ^



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















                                                           
                   



                                                 
                                                            







                                                          
                   

               
                                                                                    


                                     
                                                                



                                                 
                                                            







                                                                 
                   

               
                                                                          


                                     
                                                                

               
                                                                                                   


                                        
                                                                             



                                                 
                                                                   







                                                  
                   

               
                                                                          


                                     
                                                                

               
                                                                                                   


                                        
                                                                             

                                                   
                               
                                                                   


                                     

                                                   
                               
                                                                   


                                     

                                                   
                               
                                                                   







                                                       
                   

               
                                                                          


                                     
                                                                

               
                                                                                                   


                                        
                                                                             

                                                   
                               
                                                                   




                                     
                                                                          



                                    
                                                             

                                                   
                               
                                                            







                                                                      
                   

               
                                                                          


                                     
                                                                

               
                                                                          



                                    
                                                              

               
                                                                                                   


                                              
                                                                             

                                                   
                               
                                                                   




                                     
                                                                                                   


                                               
                                                                           

                                                   
                               
                                                                   



                                     
#include <glib.h>
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
#include <stdlib.h>
#include <string.h>

#include <stabber.h>
#include <expect.h>

#include "proftest.h"

void
sends_message_to_barejid_when_contact_offline(void **state)
{
    prof_connect();

    prof_input("/msg buddy1@localhost Hi there");

    assert_true(stbbr_received(
        "<message id='*' to='buddy1@localhost' type='chat'>"
            "<body>Hi there</body>"
        "</message>"
    ));
}

void
sends_message_to_barejid_when_contact_online(void **state)
{
    prof_connect();

    stbbr_send(
        "<presence to='stabber@localhost/profanity' from='buddy1@localhost/mobile'>"
            "<priority>10</priority>"
        "</presence>"
    );
    assert_true(prof_output_exact("Buddy1 (mobile) is online"));

    prof_input("/msg buddy1@localhost Hi there");

    assert_true(stbbr_received(
        "<message id='*' to='buddy1@localhost' type='chat'>"
            "<body>Hi there</body>"
        "</message>"
    ));
}

void
sends_message_to_fulljid_when_received_from_fulljid(void **state)
{
    prof_connect();

    stbbr_send(
        "<presence to='stabber@localhost' from='buddy1@localhost/mobile'>"
            "<priority>10</priority>"
        "</presence>"
    );
    assert_true(prof_output_exact("Buddy1 (mobile) is online"));

    stbbr_send(
        "<message id='message1' to='stabber@localhost' from='buddy1@localhost/mobile' type='chat'>"
            "<body>First message</body>"
        "</message>"
    );
    assert_true(prof_output_exact("<< chat message: Buddy1/mobile (win 2)"));

    prof_input("/msg buddy1@localhost Hi there");

    assert_true(stbbr_received(
        "<message id='*' to='buddy1@localhost/mobile' type='chat'>"
            "<body>Hi there</body>"
        "</message>"
    ));
}

void
sends_subsequent_messages_to_fulljid(void **state)
{
    prof_connect();

    stbbr_send(
        "<presence to='stabber@localhost' from='buddy1@localhost/mobile'>"
            "<priority>10</priority>"
        "</presence>"
    );
    assert_true(prof_output_exact("Buddy1 (mobile) is online"));

    stbbr_send(
        "<message id='message1' to='stabber@localhost' from='buddy1@localhost/mobile' type='chat'>"
            "<body>First message</body>"
        "</message>"
    );
    assert_true(prof_output_exact("<< chat message: Buddy1/mobile (win 2)"));

    prof_input("/msg buddy1@localhost Outgoing 1");
    assert_true(stbbr_received(
        "<message id='*' to='buddy1@localhost/mobile' type='chat'>"
            "<body>Outgoing 1</body>"
        "</message>"
    ));

    prof_input("/msg buddy1@localhost Outgoing 2");
    assert_true(stbbr_received(
        "<message id='*' to='buddy1@localhost/mobile' type='chat'>"
            "<body>Outgoing 2</body>"
        "</message>"
    ));

    prof_input("/msg buddy1@localhost Outgoing 3");
    assert_true(stbbr_received(
        "<message id='*' to='buddy1@localhost/mobile' type='chat'>"
            "<body>Outgoing 3</body>"
        "</message>"
    ));
}

void
resets_to_barejid_after_presence_received(void **state)
{
    prof_connect();

    stbbr_send(
        "<presence to='stabber@localhost' from='buddy1@localhost/mobile'>"
            "<priority>10</priority>"
        "</presence>"
    );
    assert_true(prof_output_exact("Buddy1 (mobile) is online"));

    stbbr_send(
        "<message id='message1' to='stabber@localhost' from='buddy1@localhost/mobile' type='chat'>"
            "<body>First message</body>"
        "</message>"
    );
    assert_true(prof_output_exact("<< chat message: Buddy1/mobile (win 2)"));

    prof_input("/msg buddy1@localhost Outgoing 1");
    assert_true(stbbr_received(
        "<message id='*' to='buddy1@localhost/mobile' type='chat'>"
            "<body>Outgoing 1</body>"
        "</message>"
    ));

    stbbr_send(
        "<presence to='stabber@localhost' from='buddy1@localhost/laptop'>"
            "<priority>5</priority>"
            "<show>dnd</show>"
        "</presence>"
    );
    assert_true(prof_output_exact("Buddy1 (laptop) is dnd"));

    prof_input("/msg buddy1@localhost Outgoing 2");
    assert_true(stbbr_received(
        "<message id='*' to='buddy1@localhost' type='chat'>"
            "<body>Outgoing 2</body>"
        "</message>"
    ));
}

void
new_session_when_message_received_from_different_fulljid(void **state)
{
    prof_connect();

    stbbr_send(
        "<presence to='stabber@localhost' from='buddy1@localhost/mobile'>"
            "<priority>10</priority>"
        "</presence>"
    );
    assert_true(prof_output_exact("Buddy1 (mobile) is online"));

    stbbr_send(
        "<presence to='stabber@localhost' from='buddy1@localhost/laptop'>"
            "<priority>8</priority>"
            "<show>away</show>"
        "</presence>"
    );
    assert_true(prof_output_exact("Buddy1 (laptop) is away"));

    stbbr_send(
        "<message id='message1' to='stabber@localhost' from='buddy1@localhost/mobile' type='chat'>"
            "<body>From first resource</body>"
        "</message>"
    );
    assert_true(prof_output_exact("<< chat message: Buddy1/mobile (win 2)"));

    prof_input("/msg buddy1@localhost Outgoing 1");
    assert_true(stbbr_received(
        "<message id='*' to='buddy1@localhost/mobile' type='chat'>"
            "<body>Outgoing 1</body>"
        "</message>"
    ));

    stbbr_send(
        "<message id='message1' to='stabber@localhost' from='buddy1@localhost/laptop' type='chat'>"
            "<body>From second resource</body>"
        "</message>"
    );
    assert_true(prof_output_regex("Buddy1/laptop:.+From second resource"));

    prof_input("/msg buddy1@localhost Outgoing 2");
    assert_true(stbbr_received(
        "<message id='*' to='buddy1@localhost/laptop' type='chat'>"
            "<body>Outgoing 2</body>"
        "</message>"
    ));
}