git.fiddlerwoaroof.com
Browse code

remove reset vars from tests

jbalcita authored on 09/05/2017 17:11:09
Showing 6 changed files
... ...
@@ -251,9 +251,6 @@ int returns_empty_user_and_token_when_conversation_answer_fails()
251 251
     succeed();
252 252
 }
253 253
 
254
-RESET_VARS_START
255
-RESET_VARS_END
256
-
257 254
 int run_tests()
258 255
 {
259 256
     test (returns_user_and_token);
... ...
@@ -270,9 +270,6 @@ int logs_authentication_failure()
270 270
     succeed();
271 271
 }
272 272
 
273
-RESET_VARS_START
274
-RESET_VARS_END
275
-
276 273
 int runtests()
277 274
 {
278 275
     test (setcred_returns_success);
... ...
@@ -119,9 +119,6 @@ int logs_pam_service_error()
119 119
     succeed();
120 120
 }
121 121
 
122
-RESET_VARS_START
123
-RESET_VARS_END
124
-
125 122
 int run_tests()
126 123
 {
127 124
     test (logs_success);
... ...
@@ -67,9 +67,6 @@ bool zero_arguments()
67 67
     succeed();
68 68
 }
69 69
 
70
-RESET_VARS_START
71
-RESET_VARS_END
72
-
73 70
 int run_tests()
74 71
 {
75 72
     test (construction_happy);
... ...
@@ -158,9 +158,6 @@ int find_user_fails_on_pwnam_r_error_and_result_ok()
158 158
     succeed();
159 159
 }
160 160
 
161
-RESET_VARS_START
162
-RESET_VARS_END
163
-
164 161
 int run_tests()
165 162
 {
166 163
     test (find_user_happy);
... ...
@@ -155,9 +155,6 @@ bool validator_fails_with_unknown_requester()
155 155
 
156 156
 }
157 157
 
158
-RESET_VARS_START
159
-RESET_VARS_END
160
-
161 158
 bool run_tests()
162 159
 {
163 160
     test (validator_validates);