about summary refs log tree commit diff stats
path: root/tests/testsuite.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-13 23:48:07 +0000
committerJames Booth <boothj5@gmail.com>2015-01-13 23:48:07 +0000
commita65abed1fbb33c839cadc5e549b43e5f908b59a3 (patch)
tree33bc61aeb1438405484de5811e8be3a75c689d30 /tests/testsuite.c
parent844cd2dda713458d10c1db323cdb76aed0d9b46b (diff)
parentf6da9444794f6faa984f68c8f54849a170fe0e59 (diff)
downloadprofani-tty-a65abed1fbb33c839cadc5e549b43e5f908b59a3.tar.gz
Merge remote-tracking branch 'peterlvilim/keyring'
Diffstat (limited to 'tests/testsuite.c')
-rw-r--r--tests/testsuite.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testsuite.c b/tests/testsuite.c
index eb039cbe..32d298cf 100644
--- a/tests/testsuite.c
+++ b/tests/testsuite.c
@@ -331,6 +331,9 @@ int main(int argc, char* argv[]) {
         unit_test(cmd_account_set_server_sets_server),
         unit_test(cmd_account_set_resource_sets_resource),
         unit_test(cmd_account_set_password_sets_password),
+        unit_test(cmd_account_set_eval_password_sets_eval_password),
+        unit_test(cmd_account_set_password_when_eval_password_set),
+        unit_test(cmd_account_set_eval_password_when_password_set),
         unit_test(cmd_account_set_muc_sets_muc),
         unit_test(cmd_account_set_nick_sets_nick),
         unit_test(cmd_account_show_message_for_missing_otr_policy),
-05-22 23:51:12 -0400 moved test init funcs to init_test, testing POST' href='/gbmor/getwtxt/commit/post_test.go?id=a6c816217f09e4d462949c2631a88439886ed655'>a6c8162 ^
6f93835 ^
a6c8162 ^




a6c8162 ^
6f93835 ^
a6c8162 ^












b957093 ^


37142b5 ^
b957093 ^

7db28dd ^
b957093 ^








37142b5 ^
b957093 ^


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