From d0a0e5e74f85a50bfeee6873bc926f119cc23508 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 25 Dec 2014 00:29:50 +0000 Subject: Added roster_list tests --- tests/testsuite.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/testsuite.c') diff --git a/tests/testsuite.c b/tests/testsuite.c index 619dc4f4..3941ffe2 100644 --- a/tests/testsuite.c +++ b/tests/testsuite.c @@ -185,7 +185,6 @@ int main(int argc, char* argv[]) { unit_test(parse_options_when_unknown_opt_sets_error), unit_test(parse_options_with_duplicated_option_sets_error), -/* unit_test(empty_list_when_none_added), unit_test(contains_one_element), unit_test(first_element_correct), @@ -204,7 +203,7 @@ int main(int argc, char* argv[]) { unit_test(find_twice_returns_second_when_two_match), unit_test(find_five_times_finds_fifth), unit_test(find_twice_returns_first_when_two_match_and_reset), -*/ + unit_test(cmd_connect_shows_message_when_disconnecting), unit_test(cmd_connect_shows_message_when_connecting), unit_test(cmd_connect_shows_message_when_connected), -- cgit 1.4.1-2-gfad0 y/about/'>about summary refs log tree commit diff stats
path: root/src/config/preferences.h
blob: 3f4f0b79fbe6accb7426c4366dd34e4ab3a8edc6 (plain) (blame)
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