elfproef_plan 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2257 @@
1
+  (13.7ms) DROP DATABASE IF EXISTS `dummy_test`
2
+  (6.4ms) CREATE DATABASE `dummy_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
3
+  (30.8ms) CREATE TABLE `employees` (`id` int(11) auto_increment PRIMARY KEY, `name` varchar(255), `number` int(11), `accountnumber` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
4
+  (23.6ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
5
+  (59.5ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
6
+  (0.3ms) SELECT version FROM `schema_migrations`
7
+  (0.6ms) INSERT INTO `schema_migrations` (version) VALUES ('20151120090423')
8
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT `schema_migrations`.* FROM `schema_migrations`
9
+  (0.3ms) SELECT @@FOREIGN_KEY_CHECKS
10
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
11
+  (0.3ms) BEGIN
12
+ Fixture Delete (0.3ms) DELETE FROM `employees`
13
+ Fixture Insert (0.3ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_1', 123456782, 123456789, '2015-11-26 20:33:57', '2015-11-26 20:33:57', 779315083)
14
+ Fixture Insert (0.5ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_2', 123456789, 167832875, '2015-11-26 20:33:57', '2015-11-26 20:33:57', 930756147)
15
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_3', 1234567890, 466485471, '2015-11-26 20:33:57', '2015-11-26 20:33:57', 8193706)
16
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_4', 1234, 381694089, '2015-11-26 20:33:57', '2015-11-26 20:33:57', 504992517)
17
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_5', 123456782, 110550803, '2015-11-26 20:33:57', '2015-11-26 20:33:57', 689873810)
18
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_6', 123456789, 959701141, '2015-11-26 20:33:57', '2015-11-26 20:33:57', 806875690)
19
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_7', 1234567890, 467648212, '2015-11-26 20:33:57', '2015-11-26 20:33:57', 118538945)
20
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_8', 1234, 444153934, '2015-11-26 20:33:57', '2015-11-26 20:33:57', 397401904)
21
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_9', 123456782, 368514005, '2015-11-26 20:33:57', '2015-11-26 20:33:57', 547942329)
22
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_10', 123456789, 615918719, '2015-11-26 20:33:57', '2015-11-26 20:33:57', 245364464)
23
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_11', 1234567890, 786923113, '2015-11-26 20:33:57', '2015-11-26 20:33:57', 966313595)
24
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_12', 1234, 123456789, '2015-11-26 20:33:57', '2015-11-26 20:33:57', 546412483)
25
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_13', 123456782, 123456789, '2015-11-26 20:33:57', '2015-11-26 20:33:57', 395749204)
26
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_14', 123456789, 123456789, '2015-11-26 20:33:57', '2015-11-26 20:33:57', 166867705)
27
+ Fixture Insert (0.3ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_15', 1234567890, 123456789, '2015-11-26 20:33:57', '2015-11-26 20:33:57', 1056244324)
28
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_16', 1234, 123456789, '2015-11-26 20:33:57', '2015-11-26 20:33:57', 670847964)
29
+  (0.3ms) COMMIT
30
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
31
+  (0.1ms) BEGIN
32
+ -------------------------------------------------------------
33
+ Employee: test_0001_check bsn with input number that is false
34
+ -------------------------------------------------------------
35
+  (0.2ms) ROLLBACK
36
+  (0.1ms) BEGIN
37
+ ------------------------------------------------------------------
38
+ Employee: test_0002_check rekening with input number that is false
39
+ ------------------------------------------------------------------
40
+  (0.1ms) ROLLBACK
41
+  (0.2ms) BEGIN
42
+ ------------------------------------------------------
43
+ Employee: test_0003_check rekening with name too short
44
+ ------------------------------------------------------
45
+  (0.1ms) ROLLBACK
46
+  (0.1ms) BEGIN
47
+ ------------------------------------------------------
48
+ Employee: test_0004_check the record, must be correct!
49
+ ------------------------------------------------------
50
+  (0.1ms) ROLLBACK
51
+  (0.2ms) BEGIN
52
+ -----------------------------------------------------------------
53
+ elfproef integration: test_0002_fill in a correct rekening-number
54
+ -----------------------------------------------------------------
55
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:34:03 +0100
56
+ Processing by EmployeesController#new as HTML
57
+ Rendered employees/_form.html.erb (32.6ms)
58
+ Rendered employees/new.html.erb within layouts/application (43.2ms)
59
+ Completed 500 Internal Server Error in 590ms (ActiveRecord: 0.0ms)
60
+  (0.2ms) ROLLBACK
61
+  (0.1ms) BEGIN
62
+ --------------------------------------------------------------
63
+ elfproef integration: test_0003_fill in a incorrect bsn-number
64
+ --------------------------------------------------------------
65
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:34:03 +0100
66
+ Processing by EmployeesController#new as HTML
67
+ Rendered employees/_form.html.erb (3.7ms)
68
+ Rendered employees/new.html.erb within layouts/application (4.3ms)
69
+ Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.0ms)
70
+  (0.3ms) ROLLBACK
71
+  (0.1ms) BEGIN
72
+ ------------------------------------------------------------
73
+ elfproef integration: test_0001_fill in a correct bsn-number
74
+ ------------------------------------------------------------
75
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:34:04 +0100
76
+ Processing by EmployeesController#new as HTML
77
+ Rendered employees/_form.html.erb (4.2ms)
78
+ Rendered employees/new.html.erb within layouts/application (4.6ms)
79
+ Completed 500 Internal Server Error in 37ms (ActiveRecord: 0.0ms)
80
+  (0.2ms) ROLLBACK
81
+  (0.1ms) BEGIN
82
+ -------------------------------------------------------------------
83
+ elfproef integration: test_0004_fill in a incorrect rekening-number
84
+ -------------------------------------------------------------------
85
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:34:04 +0100
86
+ Processing by EmployeesController#new as HTML
87
+ Rendered employees/_form.html.erb (3.5ms)
88
+ Rendered employees/new.html.erb within layouts/application (3.9ms)
89
+ Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.0ms)
90
+  (0.2ms) ROLLBACK
91
+  (0.1ms) BEGIN
92
+ ----------------------------------------------------------------------------------
93
+ elfproef integration: test_0005_fill in a incorrect rekening-number with 10 digits
94
+ ----------------------------------------------------------------------------------
95
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:34:04 +0100
96
+ Processing by EmployeesController#new as HTML
97
+ Rendered employees/_form.html.erb (3.0ms)
98
+ Rendered employees/new.html.erb within layouts/application (3.4ms)
99
+ Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.0ms)
100
+  (0.2ms) ROLLBACK
101
+  (0.1ms) BEGIN
102
+ --------------------------------------------------------------------------------
103
+ elfproef integration: test_0006_fill in a correct rekening-number with 10 digits
104
+ --------------------------------------------------------------------------------
105
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:34:04 +0100
106
+ Processing by EmployeesController#new as HTML
107
+ Rendered employees/_form.html.erb (2.7ms)
108
+ Rendered employees/new.html.erb within layouts/application (3.1ms)
109
+ Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.0ms)
110
+  (0.2ms) ROLLBACK
111
+  (0.2ms) BEGIN
112
+ ----------------------------------------------------
113
+ EmployeesControllerTest: test_should_create_employee
114
+ ----------------------------------------------------
115
+ Employee Load (0.6ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
116
+  (0.4ms) SELECT COUNT(*) FROM `employees`
117
+ Processing by EmployeesController#create as HTML
118
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}}
119
+  (0.3ms) SAVEPOINT active_record_1
120
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
121
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.5ms)
122
+  (0.3ms) ROLLBACK
123
+  (0.1ms) BEGIN
124
+ --------------------------------------------------
125
+ EmployeesControllerTest: test_should_show_employee
126
+ --------------------------------------------------
127
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
128
+ Processing by EmployeesController#show as HTML
129
+ Parameters: {"id"=>"779315083"}
130
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
131
+ Rendered employees/show.html.erb within layouts/application (1.4ms)
132
+ Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.4ms)
133
+  (0.2ms) ROLLBACK
134
+  (0.1ms) BEGIN
135
+ --------------------------------------------
136
+ EmployeesControllerTest: test_should_get_new
137
+ --------------------------------------------
138
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
139
+ Processing by EmployeesController#new as HTML
140
+ Rendered employees/_form.html.erb (3.6ms)
141
+ Rendered employees/new.html.erb within layouts/application (4.1ms)
142
+ Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.0ms)
143
+  (0.2ms) ROLLBACK
144
+  (0.1ms) BEGIN
145
+ -----------------------------------------------------
146
+ EmployeesControllerTest: test_should_destroy_employee
147
+ -----------------------------------------------------
148
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
149
+  (0.3ms) SELECT COUNT(*) FROM `employees`
150
+ Processing by EmployeesController#destroy as HTML
151
+ Parameters: {"id"=>"779315083"}
152
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
153
+  (0.1ms) SAVEPOINT active_record_1
154
+ SQL (0.3ms) DELETE FROM `employees` WHERE `employees`.`id` = 779315083
155
+  (0.1ms) RELEASE SAVEPOINT active_record_1
156
+ Redirected to http://test.host/employees
157
+ Completed 302 Found in 4ms (ActiveRecord: 1.0ms)
158
+  (0.3ms) SELECT COUNT(*) FROM `employees`
159
+  (0.6ms) ROLLBACK
160
+  (0.2ms) BEGIN
161
+ ---------------------------------------------
162
+ EmployeesControllerTest: test_should_get_edit
163
+ ---------------------------------------------
164
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
165
+ Processing by EmployeesController#edit as HTML
166
+ Parameters: {"id"=>"779315083"}
167
+ Employee Load (0.5ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
168
+ Rendered employees/_form.html.erb (3.2ms)
169
+ Rendered employees/edit.html.erb within layouts/application (4.5ms)
170
+ Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.5ms)
171
+  (0.4ms) ROLLBACK
172
+  (0.2ms) BEGIN
173
+ ----------------------------------------------------
174
+ EmployeesControllerTest: test_should_update_employee
175
+ ----------------------------------------------------
176
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
177
+ Processing by EmployeesController#update as HTML
178
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}, "id"=>"779315083"}
179
+ Employee Load (0.3ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
180
+  (0.2ms) SAVEPOINT active_record_1
181
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
182
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.7ms)
183
+  (0.2ms) ROLLBACK
184
+  (0.2ms) BEGIN
185
+ ----------------------------------------------
186
+ EmployeesControllerTest: test_should_get_index
187
+ ----------------------------------------------
188
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
189
+ Processing by EmployeesController#index as HTML
190
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees`
191
+ Rendered employees/index.html.erb within layouts/application (8.8ms)
192
+ Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.4ms)
193
+  (0.3ms) ROLLBACK
194
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT `schema_migrations`.* FROM `schema_migrations`
195
+  (0.3ms) SELECT @@FOREIGN_KEY_CHECKS
196
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
197
+  (0.2ms) BEGIN
198
+ Fixture Delete (1.1ms) DELETE FROM `employees`
199
+ Fixture Insert (0.5ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_1', 123456782, 123456789, '2015-11-26 20:34:36', '2015-11-26 20:34:36', 779315083)
200
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_2', 123456789, 167832875, '2015-11-26 20:34:36', '2015-11-26 20:34:36', 930756147)
201
+ Fixture Insert (0.3ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_3', 1234567890, 466485471, '2015-11-26 20:34:36', '2015-11-26 20:34:36', 8193706)
202
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_4', 1234, 381694089, '2015-11-26 20:34:36', '2015-11-26 20:34:36', 504992517)
203
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_5', 123456782, 110550803, '2015-11-26 20:34:36', '2015-11-26 20:34:36', 689873810)
204
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_6', 123456789, 959701141, '2015-11-26 20:34:36', '2015-11-26 20:34:36', 806875690)
205
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_7', 1234567890, 467648212, '2015-11-26 20:34:36', '2015-11-26 20:34:36', 118538945)
206
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_8', 1234, 444153934, '2015-11-26 20:34:36', '2015-11-26 20:34:36', 397401904)
207
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_9', 123456782, 368514005, '2015-11-26 20:34:36', '2015-11-26 20:34:36', 547942329)
208
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_10', 123456789, 615918719, '2015-11-26 20:34:36', '2015-11-26 20:34:36', 245364464)
209
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_11', 1234567890, 786923113, '2015-11-26 20:34:36', '2015-11-26 20:34:36', 966313595)
210
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_12', 1234, 123456789, '2015-11-26 20:34:36', '2015-11-26 20:34:36', 546412483)
211
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_13', 123456782, 123456789, '2015-11-26 20:34:36', '2015-11-26 20:34:36', 395749204)
212
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_14', 123456789, 123456789, '2015-11-26 20:34:36', '2015-11-26 20:34:36', 166867705)
213
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_15', 1234567890, 123456789, '2015-11-26 20:34:36', '2015-11-26 20:34:36', 1056244324)
214
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_16', 1234, 123456789, '2015-11-26 20:34:36', '2015-11-26 20:34:36', 670847964)
215
+  (0.8ms) COMMIT
216
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
217
+  (0.1ms) BEGIN
218
+ ----------------------------------------------------
219
+ EmployeesControllerTest: test_should_update_employee
220
+ ----------------------------------------------------
221
+ Employee Load (1.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
222
+ Processing by EmployeesController#update as HTML
223
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}, "id"=>"779315083"}
224
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
225
+  (0.1ms) SAVEPOINT active_record_1
226
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
227
+ Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.8ms)
228
+  (0.1ms) ROLLBACK
229
+  (0.1ms) BEGIN
230
+ ---------------------------------------------
231
+ EmployeesControllerTest: test_should_get_edit
232
+ ---------------------------------------------
233
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
234
+ Processing by EmployeesController#edit as HTML
235
+ Parameters: {"id"=>"779315083"}
236
+ Employee Load (0.3ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
237
+ Rendered employees/_form.html.erb (21.3ms)
238
+ Rendered employees/edit.html.erb within layouts/application (27.6ms)
239
+ Completed 500 Internal Server Error in 291ms (ActiveRecord: 0.3ms)
240
+  (0.2ms) ROLLBACK
241
+  (0.1ms) BEGIN
242
+ ----------------------------------------------
243
+ EmployeesControllerTest: test_should_get_index
244
+ ----------------------------------------------
245
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
246
+ Processing by EmployeesController#index as HTML
247
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees`
248
+ Rendered employees/index.html.erb within layouts/application (10.7ms)
249
+ Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.4ms)
250
+  (0.2ms) ROLLBACK
251
+  (0.1ms) BEGIN
252
+ --------------------------------------------
253
+ EmployeesControllerTest: test_should_get_new
254
+ --------------------------------------------
255
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
256
+ Processing by EmployeesController#new as HTML
257
+ Rendered employees/_form.html.erb (3.7ms)
258
+ Rendered employees/new.html.erb within layouts/application (4.6ms)
259
+ Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.0ms)
260
+  (0.3ms) ROLLBACK
261
+  (0.2ms) BEGIN
262
+ ----------------------------------------------------
263
+ EmployeesControllerTest: test_should_create_employee
264
+ ----------------------------------------------------
265
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
266
+  (0.3ms) SELECT COUNT(*) FROM `employees`
267
+ Processing by EmployeesController#create as HTML
268
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}}
269
+  (0.2ms) SAVEPOINT active_record_1
270
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
271
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.4ms)
272
+  (0.2ms) ROLLBACK
273
+  (0.1ms) BEGIN
274
+ --------------------------------------------------
275
+ EmployeesControllerTest: test_should_show_employee
276
+ --------------------------------------------------
277
+ Employee Load (0.3ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
278
+ Processing by EmployeesController#show as HTML
279
+ Parameters: {"id"=>"779315083"}
280
+ Employee Load (0.3ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
281
+ Rendered employees/show.html.erb within layouts/application (0.9ms)
282
+ Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.3ms)
283
+  (0.2ms) ROLLBACK
284
+  (0.1ms) BEGIN
285
+ -----------------------------------------------------
286
+ EmployeesControllerTest: test_should_destroy_employee
287
+ -----------------------------------------------------
288
+ Employee Load (0.3ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
289
+  (0.2ms) SELECT COUNT(*) FROM `employees`
290
+ Processing by EmployeesController#destroy as HTML
291
+ Parameters: {"id"=>"779315083"}
292
+ Employee Load (0.3ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
293
+  (0.1ms) SAVEPOINT active_record_1
294
+ SQL (0.3ms) DELETE FROM `employees` WHERE `employees`.`id` = 779315083
295
+  (0.1ms) RELEASE SAVEPOINT active_record_1
296
+ Redirected to http://test.host/employees
297
+ Completed 302 Found in 3ms (ActiveRecord: 0.8ms)
298
+  (0.3ms) SELECT COUNT(*) FROM `employees`
299
+  (0.6ms) ROLLBACK
300
+  (0.3ms) BEGIN
301
+ -------------------------------------------------------------------
302
+ elfproef integration: test_0004_fill in a incorrect rekening-number
303
+ -------------------------------------------------------------------
304
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:34:41 +0100
305
+ Processing by EmployeesController#new as HTML
306
+ Rendered employees/_form.html.erb (4.4ms)
307
+ Rendered employees/new.html.erb within layouts/application (5.2ms)
308
+ Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.0ms)
309
+  (0.2ms) ROLLBACK
310
+  (0.1ms) BEGIN
311
+ ----------------------------------------------------------------------------------
312
+ elfproef integration: test_0005_fill in a incorrect rekening-number with 10 digits
313
+ ----------------------------------------------------------------------------------
314
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:34:41 +0100
315
+ Processing by EmployeesController#new as HTML
316
+ Rendered employees/_form.html.erb (2.9ms)
317
+ Rendered employees/new.html.erb within layouts/application (3.3ms)
318
+ Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.0ms)
319
+  (0.2ms) ROLLBACK
320
+  (0.1ms) BEGIN
321
+ ------------------------------------------------------------
322
+ elfproef integration: test_0001_fill in a correct bsn-number
323
+ ------------------------------------------------------------
324
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:34:42 +0100
325
+ Processing by EmployeesController#new as HTML
326
+ Rendered employees/_form.html.erb (3.0ms)
327
+ Rendered employees/new.html.erb within layouts/application (3.4ms)
328
+ Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.0ms)
329
+  (0.2ms) ROLLBACK
330
+  (0.2ms) BEGIN
331
+ --------------------------------------------------------------
332
+ elfproef integration: test_0003_fill in a incorrect bsn-number
333
+ --------------------------------------------------------------
334
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:34:42 +0100
335
+ Processing by EmployeesController#new as HTML
336
+ Rendered employees/_form.html.erb (2.9ms)
337
+ Rendered employees/new.html.erb within layouts/application (3.3ms)
338
+ Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.0ms)
339
+  (0.4ms) ROLLBACK
340
+  (0.2ms) BEGIN
341
+ -----------------------------------------------------------------
342
+ elfproef integration: test_0002_fill in a correct rekening-number
343
+ -----------------------------------------------------------------
344
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:34:42 +0100
345
+ Processing by EmployeesController#new as HTML
346
+ Rendered employees/_form.html.erb (3.0ms)
347
+ Rendered employees/new.html.erb within layouts/application (4.4ms)
348
+ Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.0ms)
349
+  (1.3ms) ROLLBACK
350
+  (0.2ms) BEGIN
351
+ --------------------------------------------------------------------------------
352
+ elfproef integration: test_0006_fill in a correct rekening-number with 10 digits
353
+ --------------------------------------------------------------------------------
354
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:34:42 +0100
355
+ Processing by EmployeesController#new as HTML
356
+ Rendered employees/_form.html.erb (3.1ms)
357
+ Rendered employees/new.html.erb within layouts/application (3.5ms)
358
+ Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms)
359
+  (0.2ms) ROLLBACK
360
+  (0.2ms) BEGIN
361
+ ------------------------------------------------------
362
+ Employee: test_0004_check the record, must be correct!
363
+ ------------------------------------------------------
364
+  (0.2ms) ROLLBACK
365
+  (0.1ms) BEGIN
366
+ ------------------------------------------------------
367
+ Employee: test_0003_check rekening with name too short
368
+ ------------------------------------------------------
369
+  (0.1ms) ROLLBACK
370
+  (0.2ms) BEGIN
371
+ -------------------------------------------------------------
372
+ Employee: test_0001_check bsn with input number that is false
373
+ -------------------------------------------------------------
374
+  (0.1ms) ROLLBACK
375
+  (0.1ms) BEGIN
376
+ ------------------------------------------------------------------
377
+ Employee: test_0002_check rekening with input number that is false
378
+ ------------------------------------------------------------------
379
+  (0.1ms) ROLLBACK
380
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT `schema_migrations`.* FROM `schema_migrations`
381
+  (0.3ms) SELECT @@FOREIGN_KEY_CHECKS
382
+  (0.2ms) SET FOREIGN_KEY_CHECKS = 0
383
+  (0.2ms) BEGIN
384
+ Fixture Delete (0.4ms) DELETE FROM `employees`
385
+ Fixture Insert (0.3ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_1', 123456782, 123456789, '2015-11-26 20:35:24', '2015-11-26 20:35:24', 779315083)
386
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_2', 123456789, 167832875, '2015-11-26 20:35:24', '2015-11-26 20:35:24', 930756147)
387
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_3', 1234567890, 466485471, '2015-11-26 20:35:24', '2015-11-26 20:35:24', 8193706)
388
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_4', 1234, 381694089, '2015-11-26 20:35:24', '2015-11-26 20:35:24', 504992517)
389
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_5', 123456782, 110550803, '2015-11-26 20:35:24', '2015-11-26 20:35:24', 689873810)
390
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_6', 123456789, 959701141, '2015-11-26 20:35:24', '2015-11-26 20:35:24', 806875690)
391
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_7', 1234567890, 467648212, '2015-11-26 20:35:24', '2015-11-26 20:35:24', 118538945)
392
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_8', 1234, 444153934, '2015-11-26 20:35:24', '2015-11-26 20:35:24', 397401904)
393
+ Fixture Insert (0.4ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_9', 123456782, 368514005, '2015-11-26 20:35:24', '2015-11-26 20:35:24', 547942329)
394
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_10', 123456789, 615918719, '2015-11-26 20:35:24', '2015-11-26 20:35:24', 245364464)
395
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_11', 1234567890, 786923113, '2015-11-26 20:35:24', '2015-11-26 20:35:24', 966313595)
396
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_12', 1234, 123456789, '2015-11-26 20:35:24', '2015-11-26 20:35:24', 546412483)
397
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_13', 123456782, 123456789, '2015-11-26 20:35:24', '2015-11-26 20:35:24', 395749204)
398
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_14', 123456789, 123456789, '2015-11-26 20:35:24', '2015-11-26 20:35:24', 166867705)
399
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_15', 1234567890, 123456789, '2015-11-26 20:35:24', '2015-11-26 20:35:24', 1056244324)
400
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_16', 1234, 123456789, '2015-11-26 20:35:24', '2015-11-26 20:35:24', 670847964)
401
+  (0.7ms) COMMIT
402
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
403
+  (0.1ms) BEGIN
404
+ ----------------------------------------------
405
+ EmployeesControllerTest: test_should_get_index
406
+ ----------------------------------------------
407
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
408
+ Processing by EmployeesController#index as HTML
409
+ Employee Load (0.5ms) SELECT `employees`.* FROM `employees`
410
+ Rendered employees/index.html.erb within layouts/application (12.3ms)
411
+ Completed 500 Internal Server Error in 272ms (ActiveRecord: 0.5ms)
412
+  (0.2ms) ROLLBACK
413
+  (0.2ms) BEGIN
414
+ ----------------------------------------------------
415
+ EmployeesControllerTest: test_should_create_employee
416
+ ----------------------------------------------------
417
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
418
+  (0.3ms) SELECT COUNT(*) FROM `employees`
419
+ Processing by EmployeesController#create as HTML
420
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}}
421
+  (0.2ms) SAVEPOINT active_record_1
422
+ SQL (0.4ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`) VALUES ('persoon_1', 123456782, 123456789, '2015-11-26 20:35:24', '2015-11-26 20:35:24')
423
+  (0.3ms) RELEASE SAVEPOINT active_record_1
424
+ Redirected to http://test.host/employees/1056244325
425
+ Completed 302 Found in 8ms (ActiveRecord: 0.9ms)
426
+  (0.3ms) SELECT COUNT(*) FROM `employees`
427
+  (0.5ms) ROLLBACK
428
+  (0.2ms) BEGIN
429
+ ---------------------------------------------
430
+ EmployeesControllerTest: test_should_get_edit
431
+ ---------------------------------------------
432
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
433
+ Processing by EmployeesController#edit as HTML
434
+ Parameters: {"id"=>"779315083"}
435
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
436
+ Rendered employees/_form.html.erb (23.9ms)
437
+ Rendered employees/edit.html.erb within layouts/application (30.1ms)
438
+ Completed 500 Internal Server Error in 48ms (ActiveRecord: 0.4ms)
439
+  (0.2ms) ROLLBACK
440
+  (0.1ms) BEGIN
441
+ ----------------------------------------------------
442
+ EmployeesControllerTest: test_should_update_employee
443
+ ----------------------------------------------------
444
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
445
+ Processing by EmployeesController#update as HTML
446
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}, "id"=>"779315083"}
447
+ Employee Load (0.3ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
448
+  (0.1ms) SAVEPOINT active_record_1
449
+  (0.1ms) RELEASE SAVEPOINT active_record_1
450
+ Redirected to http://test.host/employees/779315083
451
+ Completed 302 Found in 3ms (ActiveRecord: 0.6ms)
452
+  (0.2ms) ROLLBACK
453
+  (0.1ms) BEGIN
454
+ -----------------------------------------------------
455
+ EmployeesControllerTest: test_should_destroy_employee
456
+ -----------------------------------------------------
457
+ Employee Load (0.3ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
458
+  (0.2ms) SELECT COUNT(*) FROM `employees`
459
+ Processing by EmployeesController#destroy as HTML
460
+ Parameters: {"id"=>"779315083"}
461
+ Employee Load (0.3ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
462
+  (0.1ms) SAVEPOINT active_record_1
463
+ SQL (0.3ms) DELETE FROM `employees` WHERE `employees`.`id` = 779315083
464
+  (0.1ms) RELEASE SAVEPOINT active_record_1
465
+ Redirected to http://test.host/employees
466
+ Completed 302 Found in 3ms (ActiveRecord: 0.9ms)
467
+  (0.3ms) SELECT COUNT(*) FROM `employees`
468
+  (0.6ms) ROLLBACK
469
+  (0.2ms) BEGIN
470
+ --------------------------------------------
471
+ EmployeesControllerTest: test_should_get_new
472
+ --------------------------------------------
473
+ Employee Load (0.3ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
474
+ Processing by EmployeesController#new as HTML
475
+ Rendered employees/_form.html.erb (2.6ms)
476
+ Rendered employees/new.html.erb within layouts/application (3.5ms)
477
+ Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.0ms)
478
+  (0.2ms) ROLLBACK
479
+  (0.2ms) BEGIN
480
+ --------------------------------------------------
481
+ EmployeesControllerTest: test_should_show_employee
482
+ --------------------------------------------------
483
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
484
+ Processing by EmployeesController#show as HTML
485
+ Parameters: {"id"=>"779315083"}
486
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
487
+ Rendered employees/show.html.erb within layouts/application (1.1ms)
488
+ Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.4ms)
489
+  (0.2ms) ROLLBACK
490
+  (0.1ms) BEGIN
491
+ ----------------------------------------------------------------------------------
492
+ elfproef integration: test_0005_fill in a incorrect rekening-number with 10 digits
493
+ ----------------------------------------------------------------------------------
494
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:35:29 +0100
495
+ Processing by EmployeesController#new as HTML
496
+ Rendered employees/_form.html.erb (4.9ms)
497
+ Rendered employees/new.html.erb within layouts/application (5.6ms)
498
+ Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.0ms)
499
+  (0.2ms) ROLLBACK
500
+  (0.1ms) BEGIN
501
+ -----------------------------------------------------------------
502
+ elfproef integration: test_0002_fill in a correct rekening-number
503
+ -----------------------------------------------------------------
504
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:35:29 +0100
505
+ Processing by EmployeesController#new as HTML
506
+ Rendered employees/_form.html.erb (3.2ms)
507
+ Rendered employees/new.html.erb within layouts/application (3.8ms)
508
+ Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.0ms)
509
+  (0.2ms) ROLLBACK
510
+  (0.2ms) BEGIN
511
+ --------------------------------------------------------------
512
+ elfproef integration: test_0003_fill in a incorrect bsn-number
513
+ --------------------------------------------------------------
514
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:35:29 +0100
515
+ Processing by EmployeesController#new as HTML
516
+ Rendered employees/_form.html.erb (2.9ms)
517
+ Rendered employees/new.html.erb within layouts/application (3.4ms)
518
+ Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.0ms)
519
+  (0.2ms) ROLLBACK
520
+  (0.2ms) BEGIN
521
+ ------------------------------------------------------------
522
+ elfproef integration: test_0001_fill in a correct bsn-number
523
+ ------------------------------------------------------------
524
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:35:29 +0100
525
+ Processing by EmployeesController#new as HTML
526
+ Rendered employees/_form.html.erb (3.0ms)
527
+ Rendered employees/new.html.erb within layouts/application (3.4ms)
528
+ Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.0ms)
529
+  (0.2ms) ROLLBACK
530
+  (0.2ms) BEGIN
531
+ --------------------------------------------------------------------------------
532
+ elfproef integration: test_0006_fill in a correct rekening-number with 10 digits
533
+ --------------------------------------------------------------------------------
534
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:35:29 +0100
535
+ Processing by EmployeesController#new as HTML
536
+ Rendered employees/_form.html.erb (2.4ms)
537
+ Rendered employees/new.html.erb within layouts/application (2.9ms)
538
+ Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms)
539
+  (0.2ms) ROLLBACK
540
+  (0.1ms) BEGIN
541
+ -------------------------------------------------------------------
542
+ elfproef integration: test_0004_fill in a incorrect rekening-number
543
+ -------------------------------------------------------------------
544
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:35:30 +0100
545
+ Processing by EmployeesController#new as HTML
546
+ Rendered employees/_form.html.erb (2.6ms)
547
+ Rendered employees/new.html.erb within layouts/application (3.0ms)
548
+ Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms)
549
+  (0.2ms) ROLLBACK
550
+  (0.2ms) BEGIN
551
+ -------------------------------------------------------------
552
+ Employee: test_0001_check bsn with input number that is false
553
+ -------------------------------------------------------------
554
+  (0.2ms) ROLLBACK
555
+  (0.1ms) BEGIN
556
+ ------------------------------------------------------
557
+ Employee: test_0003_check rekening with name too short
558
+ ------------------------------------------------------
559
+  (0.2ms) ROLLBACK
560
+  (0.1ms) BEGIN
561
+ ------------------------------------------------------------------
562
+ Employee: test_0002_check rekening with input number that is false
563
+ ------------------------------------------------------------------
564
+  (0.1ms) ROLLBACK
565
+  (0.1ms) BEGIN
566
+ ------------------------------------------------------
567
+ Employee: test_0004_check the record, must be correct!
568
+ ------------------------------------------------------
569
+  (0.1ms) ROLLBACK
570
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT `schema_migrations`.* FROM `schema_migrations`
571
+  (0.3ms) SELECT @@FOREIGN_KEY_CHECKS
572
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
573
+  (0.2ms) BEGIN
574
+ Fixture Delete (0.9ms) DELETE FROM `employees`
575
+ Fixture Insert (0.4ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_1', 123456782, 123456789, '2015-11-26 20:36:26', '2015-11-26 20:36:26', 779315083)
576
+ Fixture Insert (0.4ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_2', 123456789, 167832875, '2015-11-26 20:36:26', '2015-11-26 20:36:26', 930756147)
577
+ Fixture Insert (1.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_3', 1234567890, 466485471, '2015-11-26 20:36:26', '2015-11-26 20:36:26', 8193706)
578
+ Fixture Insert (0.4ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_4', 1234, 381694089, '2015-11-26 20:36:26', '2015-11-26 20:36:26', 504992517)
579
+ Fixture Insert (1.7ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_5', 123456782, 110550803, '2015-11-26 20:36:26', '2015-11-26 20:36:26', 689873810)
580
+ Fixture Insert (0.3ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_6', 123456789, 959701141, '2015-11-26 20:36:26', '2015-11-26 20:36:26', 806875690)
581
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_7', 1234567890, 467648212, '2015-11-26 20:36:26', '2015-11-26 20:36:26', 118538945)
582
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_8', 1234, 444153934, '2015-11-26 20:36:26', '2015-11-26 20:36:26', 397401904)
583
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_9', 123456782, 368514005, '2015-11-26 20:36:26', '2015-11-26 20:36:26', 547942329)
584
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_10', 123456789, 615918719, '2015-11-26 20:36:26', '2015-11-26 20:36:26', 245364464)
585
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_11', 1234567890, 786923113, '2015-11-26 20:36:26', '2015-11-26 20:36:26', 966313595)
586
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_12', 1234, 123456789, '2015-11-26 20:36:26', '2015-11-26 20:36:26', 546412483)
587
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_13', 123456782, 123456789, '2015-11-26 20:36:26', '2015-11-26 20:36:26', 395749204)
588
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_14', 123456789, 123456789, '2015-11-26 20:36:26', '2015-11-26 20:36:26', 166867705)
589
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_15', 1234567890, 123456789, '2015-11-26 20:36:26', '2015-11-26 20:36:26', 1056244324)
590
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_16', 1234, 123456789, '2015-11-26 20:36:26', '2015-11-26 20:36:26', 670847964)
591
+  (0.9ms) COMMIT
592
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
593
+  (0.1ms) BEGIN
594
+ ------------------------------------------------------
595
+ Employee: test_0003_check rekening with name too short
596
+ ------------------------------------------------------
597
+  (0.2ms) ROLLBACK
598
+  (0.1ms) BEGIN
599
+ ------------------------------------------------------------------
600
+ Employee: test_0002_check rekening with input number that is false
601
+ ------------------------------------------------------------------
602
+  (0.2ms) ROLLBACK
603
+  (0.1ms) BEGIN
604
+ -------------------------------------------------------------
605
+ Employee: test_0001_check bsn with input number that is false
606
+ -------------------------------------------------------------
607
+  (0.2ms) ROLLBACK
608
+  (0.2ms) BEGIN
609
+ ------------------------------------------------------
610
+ Employee: test_0004_check the record, must be correct!
611
+ ------------------------------------------------------
612
+  (0.1ms) ROLLBACK
613
+  (0.1ms) BEGIN
614
+ ------------------------------------------------------------
615
+ elfproef integration: test_0001_fill in a correct bsn-number
616
+ ------------------------------------------------------------
617
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:36:30 +0100
618
+ Processing by EmployeesController#new as HTML
619
+ Rendered employees/_form.html.erb (21.2ms)
620
+ Rendered employees/new.html.erb within layouts/application (41.5ms)
621
+ Completed 200 OK in 2404ms (Views: 2400.7ms | ActiveRecord: 0.0ms)
622
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:36:32 +0100
623
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:36:32 +0100
624
+  (0.2ms) ROLLBACK
625
+  (0.2ms) BEGIN
626
+ --------------------------------------------------------------
627
+ elfproef integration: test_0003_fill in a incorrect bsn-number
628
+ --------------------------------------------------------------
629
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:36:33 +0100
630
+ Processing by EmployeesController#new as HTML
631
+ Rendered employees/_form.html.erb (3.2ms)
632
+ Rendered employees/new.html.erb within layouts/application (3.7ms)
633
+ Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
634
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:36:33 +0100
635
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:36:33 +0100
636
+  (0.2ms) ROLLBACK
637
+  (0.2ms) BEGIN
638
+ ----------------------------------------------------------------------------------
639
+ elfproef integration: test_0005_fill in a incorrect rekening-number with 10 digits
640
+ ----------------------------------------------------------------------------------
641
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:36:33 +0100
642
+ Processing by EmployeesController#new as HTML
643
+ Rendered employees/_form.html.erb (2.7ms)
644
+ Rendered employees/new.html.erb within layouts/application (3.1ms)
645
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
646
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:36:33 +0100
647
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:36:33 +0100
648
+  (0.5ms) ROLLBACK
649
+  (0.2ms) BEGIN
650
+ --------------------------------------------------------------------------------
651
+ elfproef integration: test_0006_fill in a correct rekening-number with 10 digits
652
+ --------------------------------------------------------------------------------
653
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:36:34 +0100
654
+ Processing by EmployeesController#new as HTML
655
+ Rendered employees/_form.html.erb (2.9ms)
656
+ Rendered employees/new.html.erb within layouts/application (3.4ms)
657
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
658
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:36:34 +0100
659
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:36:34 +0100
660
+  (0.2ms) ROLLBACK
661
+  (0.1ms) BEGIN
662
+ -----------------------------------------------------------------
663
+ elfproef integration: test_0002_fill in a correct rekening-number
664
+ -----------------------------------------------------------------
665
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:36:34 +0100
666
+ Processing by EmployeesController#new as HTML
667
+ Rendered employees/_form.html.erb (2.9ms)
668
+ Rendered employees/new.html.erb within layouts/application (3.3ms)
669
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
670
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:36:34 +0100
671
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:36:34 +0100
672
+  (0.2ms) ROLLBACK
673
+  (0.1ms) BEGIN
674
+ -------------------------------------------------------------------
675
+ elfproef integration: test_0004_fill in a incorrect rekening-number
676
+ -------------------------------------------------------------------
677
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:36:35 +0100
678
+ Processing by EmployeesController#new as HTML
679
+ Rendered employees/_form.html.erb (3.2ms)
680
+ Rendered employees/new.html.erb within layouts/application (3.6ms)
681
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
682
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:36:35 +0100
683
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:36:35 +0100
684
+  (0.4ms) ROLLBACK
685
+  (0.2ms) BEGIN
686
+ ---------------------------------------------
687
+ EmployeesControllerTest: test_should_get_edit
688
+ ---------------------------------------------
689
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
690
+ Processing by EmployeesController#edit as HTML
691
+ Parameters: {"id"=>"779315083"}
692
+ Employee Load (0.5ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
693
+ Rendered employees/_form.html.erb (3.8ms)
694
+ Rendered employees/edit.html.erb within layouts/application (6.3ms)
695
+ Completed 200 OK in 16ms (Views: 11.3ms | ActiveRecord: 0.5ms)
696
+  (0.2ms) ROLLBACK
697
+  (0.2ms) BEGIN
698
+ ----------------------------------------------
699
+ EmployeesControllerTest: test_should_get_index
700
+ ----------------------------------------------
701
+ Employee Load (0.5ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
702
+ Processing by EmployeesController#index as HTML
703
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees`
704
+ Rendered employees/index.html.erb within layouts/application (9.3ms)
705
+ Completed 200 OK in 15ms (Views: 13.4ms | ActiveRecord: 0.4ms)
706
+  (0.2ms) ROLLBACK
707
+  (0.2ms) BEGIN
708
+ -----------------------------------------------------
709
+ EmployeesControllerTest: test_should_destroy_employee
710
+ -----------------------------------------------------
711
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
712
+  (0.4ms) SELECT COUNT(*) FROM `employees`
713
+ Processing by EmployeesController#destroy as HTML
714
+ Parameters: {"id"=>"779315083"}
715
+ Employee Load (0.5ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
716
+  (0.2ms) SAVEPOINT active_record_1
717
+ SQL (0.4ms) DELETE FROM `employees` WHERE `employees`.`id` = 779315083
718
+  (0.2ms) RELEASE SAVEPOINT active_record_1
719
+ Redirected to http://test.host/employees
720
+ Completed 302 Found in 4ms (ActiveRecord: 1.3ms)
721
+  (0.4ms) SELECT COUNT(*) FROM `employees`
722
+  (11.9ms) ROLLBACK
723
+  (0.2ms) BEGIN
724
+ --------------------------------------------------
725
+ EmployeesControllerTest: test_should_show_employee
726
+ --------------------------------------------------
727
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
728
+ Processing by EmployeesController#show as HTML
729
+ Parameters: {"id"=>"779315083"}
730
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
731
+ Rendered employees/show.html.erb within layouts/application (1.3ms)
732
+ Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.4ms)
733
+  (0.2ms) ROLLBACK
734
+  (0.2ms) BEGIN
735
+ --------------------------------------------
736
+ EmployeesControllerTest: test_should_get_new
737
+ --------------------------------------------
738
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
739
+ Processing by EmployeesController#new as HTML
740
+ Rendered employees/_form.html.erb (2.9ms)
741
+ Rendered employees/new.html.erb within layouts/application (3.3ms)
742
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
743
+  (0.2ms) ROLLBACK
744
+  (0.6ms) BEGIN
745
+ ----------------------------------------------------
746
+ EmployeesControllerTest: test_should_create_employee
747
+ ----------------------------------------------------
748
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
749
+  (0.3ms) SELECT COUNT(*) FROM `employees`
750
+ Processing by EmployeesController#create as HTML
751
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}}
752
+  (1.2ms) SAVEPOINT active_record_1
753
+ SQL (0.4ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`) VALUES ('persoon_1', 123456782, 123456789, '2015-11-26 20:36:35', '2015-11-26 20:36:35')
754
+  (0.2ms) RELEASE SAVEPOINT active_record_1
755
+ Redirected to http://test.host/employees/1056244326
756
+ Completed 302 Found in 32ms (ActiveRecord: 25.7ms)
757
+  (0.4ms) SELECT COUNT(*) FROM `employees`
758
+  (6.1ms) ROLLBACK
759
+  (0.2ms) BEGIN
760
+ ----------------------------------------------------
761
+ EmployeesControllerTest: test_should_update_employee
762
+ ----------------------------------------------------
763
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
764
+ Processing by EmployeesController#update as HTML
765
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}, "id"=>"779315083"}
766
+ Employee Load (2.8ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
767
+  (0.2ms) SAVEPOINT active_record_1
768
+  (0.2ms) RELEASE SAVEPOINT active_record_1
769
+ Redirected to http://test.host/employees/779315083
770
+ Completed 302 Found in 7ms (ActiveRecord: 3.3ms)
771
+  (0.2ms) ROLLBACK
772
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
773
+  (0.3ms) SELECT @@FOREIGN_KEY_CHECKS
774
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
775
+  (0.2ms) BEGIN
776
+ Fixture Delete (0.4ms) DELETE FROM `employees`
777
+ Fixture Insert (0.3ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_1', 123456782, 123456789, '2015-11-26 20:37:02', '2015-11-26 20:37:02', 779315083)
778
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_2', 123456789, 167832875, '2015-11-26 20:37:02', '2015-11-26 20:37:02', 930756147)
779
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_3', 1234567890, 466485471, '2015-11-26 20:37:02', '2015-11-26 20:37:02', 8193706)
780
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_4', 1234, 381694089, '2015-11-26 20:37:02', '2015-11-26 20:37:02', 504992517)
781
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_5', 123456782, 110550803, '2015-11-26 20:37:02', '2015-11-26 20:37:02', 689873810)
782
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_6', 123456789, 959701141, '2015-11-26 20:37:02', '2015-11-26 20:37:02', 806875690)
783
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_7', 1234567890, 467648212, '2015-11-26 20:37:02', '2015-11-26 20:37:02', 118538945)
784
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_8', 1234, 444153934, '2015-11-26 20:37:02', '2015-11-26 20:37:02', 397401904)
785
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_9', 123456782, 368514005, '2015-11-26 20:37:02', '2015-11-26 20:37:02', 547942329)
786
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_10', 123456789, 615918719, '2015-11-26 20:37:02', '2015-11-26 20:37:02', 245364464)
787
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_11', 1234567890, 786923113, '2015-11-26 20:37:02', '2015-11-26 20:37:02', 966313595)
788
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_12', 1234, 123456789, '2015-11-26 20:37:02', '2015-11-26 20:37:02', 546412483)
789
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_13', 123456782, 123456789, '2015-11-26 20:37:02', '2015-11-26 20:37:02', 395749204)
790
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_14', 123456789, 123456789, '2015-11-26 20:37:02', '2015-11-26 20:37:02', 166867705)
791
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_15', 1234567890, 123456789, '2015-11-26 20:37:02', '2015-11-26 20:37:02', 1056244324)
792
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_16', 1234, 123456789, '2015-11-26 20:37:02', '2015-11-26 20:37:02', 670847964)
793
+  (0.3ms) COMMIT
794
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
795
+  (0.1ms) BEGIN
796
+ -----------------------------------------------------------------
797
+ elfproef integration: test_0002_fill in a correct rekening-number
798
+ -----------------------------------------------------------------
799
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:37:06 +0100
800
+ Processing by EmployeesController#new as HTML
801
+ Rendered employees/_form.html.erb (46.0ms)
802
+ Rendered employees/new.html.erb within layouts/application (53.8ms)
803
+ Completed 200 OK in 513ms (Views: 504.7ms | ActiveRecord: 0.0ms)
804
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:37:07 +0100
805
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:37:07 +0100
806
+  (0.2ms) ROLLBACK
807
+  (0.1ms) BEGIN
808
+ --------------------------------------------------------------------------------
809
+ elfproef integration: test_0006_fill in a correct rekening-number with 10 digits
810
+ --------------------------------------------------------------------------------
811
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:37:07 +0100
812
+ Processing by EmployeesController#new as HTML
813
+ Rendered employees/_form.html.erb (2.6ms)
814
+ Rendered employees/new.html.erb within layouts/application (3.0ms)
815
+ Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
816
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:37:07 +0100
817
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:37:07 +0100
818
+  (0.3ms) ROLLBACK
819
+  (0.3ms) BEGIN
820
+ -------------------------------------------------------------------
821
+ elfproef integration: test_0004_fill in a incorrect rekening-number
822
+ -------------------------------------------------------------------
823
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:37:08 +0100
824
+ Processing by EmployeesController#new as HTML
825
+ Rendered employees/_form.html.erb (4.3ms)
826
+ Rendered employees/new.html.erb within layouts/application (4.8ms)
827
+ Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.0ms)
828
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:37:08 +0100
829
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:37:08 +0100
830
+  (0.2ms) ROLLBACK
831
+  (0.2ms) BEGIN
832
+ --------------------------------------------------------------
833
+ elfproef integration: test_0003_fill in a incorrect bsn-number
834
+ --------------------------------------------------------------
835
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:37:08 +0100
836
+ Processing by EmployeesController#new as HTML
837
+ Rendered employees/_form.html.erb (2.9ms)
838
+ Rendered employees/new.html.erb within layouts/application (3.4ms)
839
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
840
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:37:08 +0100
841
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:37:08 +0100
842
+  (0.2ms) ROLLBACK
843
+  (0.2ms) BEGIN
844
+ ----------------------------------------------------------------------------------
845
+ elfproef integration: test_0005_fill in a incorrect rekening-number with 10 digits
846
+ ----------------------------------------------------------------------------------
847
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:37:09 +0100
848
+ Processing by EmployeesController#new as HTML
849
+ Rendered employees/_form.html.erb (4.4ms)
850
+ Rendered employees/new.html.erb within layouts/application (4.8ms)
851
+ Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
852
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:37:09 +0100
853
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:37:09 +0100
854
+  (0.2ms) ROLLBACK
855
+  (0.2ms) BEGIN
856
+ ------------------------------------------------------------
857
+ elfproef integration: test_0001_fill in a correct bsn-number
858
+ ------------------------------------------------------------
859
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:37:09 +0100
860
+ Processing by EmployeesController#new as HTML
861
+ Rendered employees/_form.html.erb (3.2ms)
862
+ Rendered employees/new.html.erb within layouts/application (3.6ms)
863
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
864
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:37:09 +0100
865
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:37:09 +0100
866
+  (0.2ms) ROLLBACK
867
+  (0.2ms) BEGIN
868
+ ----------------------------------------------------
869
+ EmployeesControllerTest: test_should_update_employee
870
+ ----------------------------------------------------
871
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
872
+ Processing by EmployeesController#update as HTML
873
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}, "id"=>"779315083"}
874
+ Employee Load (1.8ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
875
+  (0.2ms) SAVEPOINT active_record_1
876
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
877
+ Completed 500 Internal Server Error in 10ms (ActiveRecord: 2.2ms)
878
+  (0.2ms) ROLLBACK
879
+  (0.2ms) BEGIN
880
+ -----------------------------------------------------
881
+ EmployeesControllerTest: test_should_destroy_employee
882
+ -----------------------------------------------------
883
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
884
+  (0.3ms) SELECT COUNT(*) FROM `employees`
885
+ Processing by EmployeesController#destroy as HTML
886
+ Parameters: {"id"=>"779315083"}
887
+ Employee Load (0.3ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
888
+  (0.1ms) SAVEPOINT active_record_1
889
+ SQL (0.3ms) DELETE FROM `employees` WHERE `employees`.`id` = 779315083
890
+  (0.1ms) RELEASE SAVEPOINT active_record_1
891
+ Redirected to http://test.host/employees
892
+ Completed 302 Found in 4ms (ActiveRecord: 0.9ms)
893
+  (0.4ms) SELECT COUNT(*) FROM `employees`
894
+  (0.9ms) ROLLBACK
895
+  (0.2ms) BEGIN
896
+ ---------------------------------------------
897
+ EmployeesControllerTest: test_should_get_edit
898
+ ---------------------------------------------
899
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
900
+ Processing by EmployeesController#edit as HTML
901
+ Parameters: {"id"=>"779315083"}
902
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
903
+ Rendered employees/_form.html.erb (4.5ms)
904
+ Rendered employees/edit.html.erb within layouts/application (6.4ms)
905
+ Completed 200 OK in 14ms (Views: 12.7ms | ActiveRecord: 0.4ms)
906
+  (0.2ms) ROLLBACK
907
+  (0.2ms) BEGIN
908
+ ----------------------------------------------
909
+ EmployeesControllerTest: test_should_get_index
910
+ ----------------------------------------------
911
+ Employee Load (2.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
912
+ Processing by EmployeesController#index as HTML
913
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees`
914
+ Rendered employees/index.html.erb within layouts/application (11.7ms)
915
+ Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.4ms)
916
+  (0.2ms) ROLLBACK
917
+  (0.2ms) BEGIN
918
+ --------------------------------------------
919
+ EmployeesControllerTest: test_should_get_new
920
+ --------------------------------------------
921
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
922
+ Processing by EmployeesController#new as HTML
923
+ Rendered employees/_form.html.erb (4.1ms)
924
+ Rendered employees/new.html.erb within layouts/application (4.6ms)
925
+ Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
926
+  (0.2ms) ROLLBACK
927
+  (0.1ms) BEGIN
928
+ --------------------------------------------------
929
+ EmployeesControllerTest: test_should_show_employee
930
+ --------------------------------------------------
931
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
932
+ Processing by EmployeesController#show as HTML
933
+ Parameters: {"id"=>"779315083"}
934
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
935
+ Rendered employees/show.html.erb within layouts/application (1.7ms)
936
+ Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.4ms)
937
+  (0.2ms) ROLLBACK
938
+  (0.2ms) BEGIN
939
+ ----------------------------------------------------
940
+ EmployeesControllerTest: test_should_create_employee
941
+ ----------------------------------------------------
942
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
943
+  (0.3ms) SELECT COUNT(*) FROM `employees`
944
+ Processing by EmployeesController#create as HTML
945
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}}
946
+  (0.2ms) SAVEPOINT active_record_1
947
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
948
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.4ms)
949
+  (0.1ms) ROLLBACK
950
+  (0.4ms) SELECT @@FOREIGN_KEY_CHECKS
951
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
952
+  (0.2ms) BEGIN
953
+ Fixture Delete (0.4ms) DELETE FROM `employees`
954
+ Fixture Insert (0.8ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_1', 123456782, 123456789, '2015-11-26 20:37:10', '2015-11-26 20:37:10', 779315083)
955
+ Fixture Insert (0.6ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_2', 123456789, 167832875, '2015-11-26 20:37:10', '2015-11-26 20:37:10', 930756147)
956
+ Fixture Insert (1.3ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_3', 1234567890, 466485471, '2015-11-26 20:37:10', '2015-11-26 20:37:10', 8193706)
957
+ Fixture Insert (0.7ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_4', 1234, 381694089, '2015-11-26 20:37:10', '2015-11-26 20:37:10', 504992517)
958
+ Fixture Insert (0.3ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_5', 123456782, 110550803, '2015-11-26 20:37:10', '2015-11-26 20:37:10', 689873810)
959
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_6', 123456789, 959701141, '2015-11-26 20:37:10', '2015-11-26 20:37:10', 806875690)
960
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_7', 1234567890, 467648212, '2015-11-26 20:37:10', '2015-11-26 20:37:10', 118538945)
961
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_8', 1234, 444153934, '2015-11-26 20:37:10', '2015-11-26 20:37:10', 397401904)
962
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_9', 123456782, 368514005, '2015-11-26 20:37:10', '2015-11-26 20:37:10', 547942329)
963
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_10', 123456789, 615918719, '2015-11-26 20:37:10', '2015-11-26 20:37:10', 245364464)
964
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_11', 1234567890, 786923113, '2015-11-26 20:37:10', '2015-11-26 20:37:10', 966313595)
965
+ Fixture Insert (0.4ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_12', 1234, 123456789, '2015-11-26 20:37:10', '2015-11-26 20:37:10', 546412483)
966
+ Fixture Insert (0.3ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_13', 123456782, 123456789, '2015-11-26 20:37:10', '2015-11-26 20:37:10', 395749204)
967
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_14', 123456789, 123456789, '2015-11-26 20:37:10', '2015-11-26 20:37:10', 166867705)
968
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_15', 1234567890, 123456789, '2015-11-26 20:37:10', '2015-11-26 20:37:10', 1056244324)
969
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_16', 1234, 123456789, '2015-11-26 20:37:10', '2015-11-26 20:37:10', 670847964)
970
+  (0.7ms) COMMIT
971
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
972
+  (0.1ms) BEGIN
973
+ ------------------------------------------------------
974
+ Employee: test_0003_check rekening with name too short
975
+ ------------------------------------------------------
976
+  (0.2ms) ROLLBACK
977
+  (0.2ms) BEGIN
978
+ ------------------------------------------------------------------
979
+ Employee: test_0002_check rekening with input number that is false
980
+ ------------------------------------------------------------------
981
+  (0.1ms) ROLLBACK
982
+  (0.1ms) BEGIN
983
+ -------------------------------------------------------------
984
+ Employee: test_0001_check bsn with input number that is false
985
+ -------------------------------------------------------------
986
+  (0.2ms) ROLLBACK
987
+  (0.1ms) BEGIN
988
+ ------------------------------------------------------
989
+ Employee: test_0004_check the record, must be correct!
990
+ ------------------------------------------------------
991
+  (0.1ms) ROLLBACK
992
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
993
+  (0.3ms) SELECT @@FOREIGN_KEY_CHECKS
994
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
995
+  (0.2ms) BEGIN
996
+ Fixture Delete (0.5ms) DELETE FROM `employees`
997
+ Fixture Insert (0.3ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_1', 123456782, 123456789, '2015-11-26 20:38:41', '2015-11-26 20:38:41', 779315083)
998
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_2', 123456789, 167832875, '2015-11-26 20:38:41', '2015-11-26 20:38:41', 930756147)
999
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_3', 1234567890, 466485471, '2015-11-26 20:38:41', '2015-11-26 20:38:41', 8193706)
1000
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_4', 1234, 381694089, '2015-11-26 20:38:41', '2015-11-26 20:38:41', 504992517)
1001
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_5', 123456782, 110550803, '2015-11-26 20:38:41', '2015-11-26 20:38:41', 689873810)
1002
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_6', 123456789, 959701141, '2015-11-26 20:38:41', '2015-11-26 20:38:41', 806875690)
1003
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_7', 1234567890, 467648212, '2015-11-26 20:38:41', '2015-11-26 20:38:41', 118538945)
1004
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_8', 1234, 444153934, '2015-11-26 20:38:41', '2015-11-26 20:38:41', 397401904)
1005
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_9', 123456782, 368514005, '2015-11-26 20:38:41', '2015-11-26 20:38:41', 547942329)
1006
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_10', 123456789, 615918719, '2015-11-26 20:38:41', '2015-11-26 20:38:41', 245364464)
1007
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_11', 1234567890, 786923113, '2015-11-26 20:38:41', '2015-11-26 20:38:41', 966313595)
1008
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_12', 1234, 123456789, '2015-11-26 20:38:41', '2015-11-26 20:38:41', 546412483)
1009
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_13', 123456782, 123456789, '2015-11-26 20:38:41', '2015-11-26 20:38:41', 395749204)
1010
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_14', 123456789, 123456789, '2015-11-26 20:38:41', '2015-11-26 20:38:41', 166867705)
1011
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_15', 1234567890, 123456789, '2015-11-26 20:38:41', '2015-11-26 20:38:41', 1056244324)
1012
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_16', 1234, 123456789, '2015-11-26 20:38:41', '2015-11-26 20:38:41', 670847964)
1013
+  (0.8ms) COMMIT
1014
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
1015
+  (0.1ms) BEGIN
1016
+ ----------------------------------------------------------------------------------
1017
+ elfproef integration: test_0005_fill in a incorrect rekening-number with 10 digits
1018
+ ----------------------------------------------------------------------------------
1019
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:38:46 +0100
1020
+ Processing by EmployeesController#new as HTML
1021
+ Rendered employees/_form.html.erb (43.6ms)
1022
+ Rendered employees/new.html.erb within layouts/application (53.6ms)
1023
+ Completed 200 OK in 578ms (Views: 567.0ms | ActiveRecord: 0.0ms)
1024
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:38:46 +0100
1025
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:38:46 +0100
1026
+  (0.2ms) ROLLBACK
1027
+  (0.2ms) BEGIN
1028
+ -----------------------------------------------------------------
1029
+ elfproef integration: test_0002_fill in a correct rekening-number
1030
+ -----------------------------------------------------------------
1031
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:38:47 +0100
1032
+ Processing by EmployeesController#new as HTML
1033
+ Rendered employees/_form.html.erb (3.0ms)
1034
+ Rendered employees/new.html.erb within layouts/application (3.5ms)
1035
+ Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.0ms)
1036
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:38:47 +0100
1037
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:38:47 +0100
1038
+  (0.2ms) ROLLBACK
1039
+  (15.3ms) BEGIN
1040
+ --------------------------------------------------------------------------------
1041
+ elfproef integration: test_0006_fill in a correct rekening-number with 10 digits
1042
+ --------------------------------------------------------------------------------
1043
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:38:47 +0100
1044
+ Processing by EmployeesController#new as HTML
1045
+ Rendered employees/_form.html.erb (5.4ms)
1046
+ Rendered employees/new.html.erb within layouts/application (5.9ms)
1047
+ Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)
1048
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:38:47 +0100
1049
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:38:47 +0100
1050
+  (0.2ms) ROLLBACK
1051
+  (0.2ms) BEGIN
1052
+ ------------------------------------------------------------
1053
+ elfproef integration: test_0001_fill in a correct bsn-number
1054
+ ------------------------------------------------------------
1055
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:38:48 +0100
1056
+ Processing by EmployeesController#new as HTML
1057
+ Rendered employees/_form.html.erb (2.7ms)
1058
+ Rendered employees/new.html.erb within layouts/application (3.2ms)
1059
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
1060
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:38:48 +0100
1061
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:38:48 +0100
1062
+  (0.2ms) ROLLBACK
1063
+  (0.2ms) BEGIN
1064
+ --------------------------------------------------------------
1065
+ elfproef integration: test_0003_fill in a incorrect bsn-number
1066
+ --------------------------------------------------------------
1067
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:38:48 +0100
1068
+ Processing by EmployeesController#new as HTML
1069
+ Rendered employees/_form.html.erb (3.1ms)
1070
+ Rendered employees/new.html.erb within layouts/application (3.7ms)
1071
+ Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
1072
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:38:48 +0100
1073
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:38:48 +0100
1074
+  (0.2ms) ROLLBACK
1075
+  (0.2ms) BEGIN
1076
+ -------------------------------------------------------------------
1077
+ elfproef integration: test_0004_fill in a incorrect rekening-number
1078
+ -------------------------------------------------------------------
1079
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:38:49 +0100
1080
+ Processing by EmployeesController#new as HTML
1081
+ Rendered employees/_form.html.erb (3.6ms)
1082
+ Rendered employees/new.html.erb within layouts/application (4.0ms)
1083
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
1084
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:38:49 +0100
1085
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:38:49 +0100
1086
+  (0.4ms) ROLLBACK
1087
+  (0.2ms) BEGIN
1088
+ ---------------------------------------------
1089
+ EmployeesControllerTest: test_should_get_edit
1090
+ ---------------------------------------------
1091
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1092
+ Processing by EmployeesController#edit as HTML
1093
+ Parameters: {"id"=>"779315083"}
1094
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1095
+ Rendered employees/_form.html.erb (4.4ms)
1096
+ Rendered employees/edit.html.erb within layouts/application (6.5ms)
1097
+ Completed 200 OK in 17ms (Views: 12.1ms | ActiveRecord: 0.4ms)
1098
+  (0.2ms) ROLLBACK
1099
+  (0.1ms) BEGIN
1100
+ -----------------------------------------------------
1101
+ EmployeesControllerTest: test_should_destroy_employee
1102
+ -----------------------------------------------------
1103
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1104
+  (0.4ms) SELECT COUNT(*) FROM `employees`
1105
+ Processing by EmployeesController#destroy as HTML
1106
+ Parameters: {"id"=>"779315083"}
1107
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1108
+  (0.1ms) SAVEPOINT active_record_1
1109
+ SQL (0.3ms) DELETE FROM `employees` WHERE `employees`.`id` = 779315083
1110
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1111
+ Redirected to http://test.host/employees
1112
+ Completed 302 Found in 5ms (ActiveRecord: 0.9ms)
1113
+  (0.3ms) SELECT COUNT(*) FROM `employees`
1114
+  (0.8ms) ROLLBACK
1115
+  (0.1ms) BEGIN
1116
+ ----------------------------------------------
1117
+ EmployeesControllerTest: test_should_get_index
1118
+ ----------------------------------------------
1119
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1120
+ Processing by EmployeesController#index as HTML
1121
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees`
1122
+ Rendered employees/index.html.erb within layouts/application (12.1ms)
1123
+ Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.4ms)
1124
+  (0.2ms) ROLLBACK
1125
+  (0.2ms) BEGIN
1126
+ ----------------------------------------------------
1127
+ EmployeesControllerTest: test_should_create_employee
1128
+ ----------------------------------------------------
1129
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1130
+  (0.3ms) SELECT COUNT(*) FROM `employees`
1131
+ Processing by EmployeesController#create as HTML
1132
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}}
1133
+  (0.2ms) SAVEPOINT active_record_1
1134
+ SQL (0.4ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`) VALUES ('persoon_1', 123456782, 123456789, '2015-11-26 20:38:49', '2015-11-26 20:38:49')
1135
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1136
+ Redirected to http://test.host/employees/1056244327
1137
+ Completed 302 Found in 10ms (ActiveRecord: 2.9ms)
1138
+  (0.3ms) SELECT COUNT(*) FROM `employees`
1139
+  (0.6ms) ROLLBACK
1140
+  (0.1ms) BEGIN
1141
+ --------------------------------------------
1142
+ EmployeesControllerTest: test_should_get_new
1143
+ --------------------------------------------
1144
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1145
+ Processing by EmployeesController#new as HTML
1146
+ Rendered employees/_form.html.erb (3.0ms)
1147
+ Rendered employees/new.html.erb within layouts/application (3.7ms)
1148
+ Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
1149
+  (0.2ms) ROLLBACK
1150
+  (0.4ms) BEGIN
1151
+ ----------------------------------------------------
1152
+ EmployeesControllerTest: test_should_update_employee
1153
+ ----------------------------------------------------
1154
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1155
+ Processing by EmployeesController#update as HTML
1156
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}, "id"=>"779315083"}
1157
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1158
+  (0.1ms) SAVEPOINT active_record_1
1159
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1160
+ Redirected to http://test.host/employees/779315083
1161
+ Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
1162
+  (0.2ms) ROLLBACK
1163
+  (0.1ms) BEGIN
1164
+ --------------------------------------------------
1165
+ EmployeesControllerTest: test_should_show_employee
1166
+ --------------------------------------------------
1167
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1168
+ Processing by EmployeesController#show as HTML
1169
+ Parameters: {"id"=>"779315083"}
1170
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1171
+ Rendered employees/show.html.erb within layouts/application (2.1ms)
1172
+ Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.4ms)
1173
+  (0.3ms) ROLLBACK
1174
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
1175
+  (0.2ms) SET FOREIGN_KEY_CHECKS = 0
1176
+  (0.2ms) BEGIN
1177
+ Fixture Delete (0.5ms) DELETE FROM `employees`
1178
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_1', 123456782, 123456789, '2015-11-26 20:38:49', '2015-11-26 20:38:49', 779315083)
1179
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_2', 123456789, 167832875, '2015-11-26 20:38:49', '2015-11-26 20:38:49', 930756147)
1180
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_3', 1234567890, 466485471, '2015-11-26 20:38:49', '2015-11-26 20:38:49', 8193706)
1181
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_4', 1234, 381694089, '2015-11-26 20:38:49', '2015-11-26 20:38:49', 504992517)
1182
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_5', 123456782, 110550803, '2015-11-26 20:38:49', '2015-11-26 20:38:49', 689873810)
1183
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_6', 123456789, 959701141, '2015-11-26 20:38:49', '2015-11-26 20:38:49', 806875690)
1184
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_7', 1234567890, 467648212, '2015-11-26 20:38:49', '2015-11-26 20:38:49', 118538945)
1185
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_8', 1234, 444153934, '2015-11-26 20:38:49', '2015-11-26 20:38:49', 397401904)
1186
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_9', 123456782, 368514005, '2015-11-26 20:38:49', '2015-11-26 20:38:49', 547942329)
1187
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_10', 123456789, 615918719, '2015-11-26 20:38:49', '2015-11-26 20:38:49', 245364464)
1188
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_11', 1234567890, 786923113, '2015-11-26 20:38:49', '2015-11-26 20:38:49', 966313595)
1189
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_12', 1234, 123456789, '2015-11-26 20:38:49', '2015-11-26 20:38:49', 546412483)
1190
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_13', 123456782, 123456789, '2015-11-26 20:38:49', '2015-11-26 20:38:49', 395749204)
1191
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_14', 123456789, 123456789, '2015-11-26 20:38:49', '2015-11-26 20:38:49', 166867705)
1192
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_15', 1234567890, 123456789, '2015-11-26 20:38:49', '2015-11-26 20:38:49', 1056244324)
1193
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_16', 1234, 123456789, '2015-11-26 20:38:49', '2015-11-26 20:38:49', 670847964)
1194
+  (2.4ms) COMMIT
1195
+  (0.2ms) SET FOREIGN_KEY_CHECKS = 1
1196
+  (0.1ms) BEGIN
1197
+ ------------------------------------------------------
1198
+ Employee: test_0004_check the record, must be correct!
1199
+ ------------------------------------------------------
1200
+  (0.3ms) ROLLBACK
1201
+  (0.1ms) BEGIN
1202
+ ------------------------------------------------------
1203
+ Employee: test_0003_check rekening with name too short
1204
+ ------------------------------------------------------
1205
+  (0.2ms) ROLLBACK
1206
+  (0.1ms) BEGIN
1207
+ -------------------------------------------------------------
1208
+ Employee: test_0001_check bsn with input number that is false
1209
+ -------------------------------------------------------------
1210
+  (0.1ms) ROLLBACK
1211
+  (0.1ms) BEGIN
1212
+ ------------------------------------------------------------------
1213
+ Employee: test_0002_check rekening with input number that is false
1214
+ ------------------------------------------------------------------
1215
+  (0.2ms) ROLLBACK
1216
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
1217
+  (0.3ms) SELECT @@FOREIGN_KEY_CHECKS
1218
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
1219
+  (0.2ms) BEGIN
1220
+ Fixture Delete (0.5ms) DELETE FROM `employees`
1221
+ Fixture Insert (0.3ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_1', 123456782, 123456789, '2015-11-26 20:41:18', '2015-11-26 20:41:18', 779315083)
1222
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_2', 123456789, 167832875, '2015-11-26 20:41:18', '2015-11-26 20:41:18', 930756147)
1223
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_3', 1234567890, 466485471, '2015-11-26 20:41:18', '2015-11-26 20:41:18', 8193706)
1224
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_4', 1234, 381694089, '2015-11-26 20:41:18', '2015-11-26 20:41:18', 504992517)
1225
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_5', 123456782, 110550803, '2015-11-26 20:41:18', '2015-11-26 20:41:18', 689873810)
1226
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_6', 123456789, 959701141, '2015-11-26 20:41:18', '2015-11-26 20:41:18', 806875690)
1227
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_7', 1234567890, 467648212, '2015-11-26 20:41:18', '2015-11-26 20:41:18', 118538945)
1228
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_8', 1234, 444153934, '2015-11-26 20:41:18', '2015-11-26 20:41:18', 397401904)
1229
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_9', 123456782, 368514005, '2015-11-26 20:41:18', '2015-11-26 20:41:18', 547942329)
1230
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_10', 123456789, 615918719, '2015-11-26 20:41:18', '2015-11-26 20:41:18', 245364464)
1231
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_11', 1234567890, 786923113, '2015-11-26 20:41:18', '2015-11-26 20:41:18', 966313595)
1232
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_12', 1234, 123456789, '2015-11-26 20:41:18', '2015-11-26 20:41:18', 546412483)
1233
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_13', 123456782, 123456789, '2015-11-26 20:41:18', '2015-11-26 20:41:18', 395749204)
1234
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_14', 123456789, 123456789, '2015-11-26 20:41:18', '2015-11-26 20:41:18', 166867705)
1235
+ Fixture Insert (0.3ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_15', 1234567890, 123456789, '2015-11-26 20:41:18', '2015-11-26 20:41:18', 1056244324)
1236
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_16', 1234, 123456789, '2015-11-26 20:41:18', '2015-11-26 20:41:18', 670847964)
1237
+  (0.7ms) COMMIT
1238
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
1239
+  (0.1ms) BEGIN
1240
+ ------------------------------------------------------------
1241
+ elfproef integration: test_0001_fill in a correct bsn-number
1242
+ ------------------------------------------------------------
1243
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:41:22 +0100
1244
+ Processing by EmployeesController#new as HTML
1245
+ Rendered employees/_form.html.erb (27.3ms)
1246
+ Rendered employees/new.html.erb within layouts/application (36.2ms)
1247
+ Completed 200 OK in 503ms (Views: 493.8ms | ActiveRecord: 0.0ms)
1248
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:41:23 +0100
1249
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:41:23 +0100
1250
+  (0.2ms) ROLLBACK
1251
+  (0.1ms) BEGIN
1252
+ --------------------------------------------------------------------------------
1253
+ elfproef integration: test_0006_fill in a correct rekening-number with 10 digits
1254
+ --------------------------------------------------------------------------------
1255
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:41:24 +0100
1256
+ Processing by EmployeesController#new as HTML
1257
+ Rendered employees/_form.html.erb (4.0ms)
1258
+ Rendered employees/new.html.erb within layouts/application (4.6ms)
1259
+ Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)
1260
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:41:24 +0100
1261
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:41:24 +0100
1262
+  (0.2ms) ROLLBACK
1263
+  (0.2ms) BEGIN
1264
+ -------------------------------------------------------------------
1265
+ elfproef integration: test_0004_fill in a incorrect rekening-number
1266
+ -------------------------------------------------------------------
1267
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:41:24 +0100
1268
+ Processing by EmployeesController#new as HTML
1269
+ Rendered employees/_form.html.erb (3.8ms)
1270
+ Rendered employees/new.html.erb within layouts/application (4.3ms)
1271
+ Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)
1272
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:41:24 +0100
1273
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:41:24 +0100
1274
+  (0.2ms) ROLLBACK
1275
+  (0.2ms) BEGIN
1276
+ ----------------------------------------------------------------------------------
1277
+ elfproef integration: test_0005_fill in a incorrect rekening-number with 10 digits
1278
+ ----------------------------------------------------------------------------------
1279
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:41:25 +0100
1280
+ Processing by EmployeesController#new as HTML
1281
+ Rendered employees/_form.html.erb (2.7ms)
1282
+ Rendered employees/new.html.erb within layouts/application (3.0ms)
1283
+ Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
1284
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:41:25 +0100
1285
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:41:25 +0100
1286
+  (0.2ms) ROLLBACK
1287
+  (0.1ms) BEGIN
1288
+ -----------------------------------------------------------------
1289
+ elfproef integration: test_0002_fill in a correct rekening-number
1290
+ -----------------------------------------------------------------
1291
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:41:25 +0100
1292
+ Processing by EmployeesController#new as HTML
1293
+ Rendered employees/_form.html.erb (2.9ms)
1294
+ Rendered employees/new.html.erb within layouts/application (3.3ms)
1295
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
1296
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:41:25 +0100
1297
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:41:25 +0100
1298
+  (0.2ms) ROLLBACK
1299
+  (0.2ms) BEGIN
1300
+ --------------------------------------------------------------
1301
+ elfproef integration: test_0003_fill in a incorrect bsn-number
1302
+ --------------------------------------------------------------
1303
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:41:25 +0100
1304
+ Processing by EmployeesController#new as HTML
1305
+ Rendered employees/_form.html.erb (3.8ms)
1306
+ Rendered employees/new.html.erb within layouts/application (4.2ms)
1307
+ Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
1308
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:41:25 +0100
1309
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:41:25 +0100
1310
+  (0.2ms) ROLLBACK
1311
+  (0.9ms) BEGIN
1312
+ ----------------------------------------------
1313
+ EmployeesControllerTest: test_should_get_index
1314
+ ----------------------------------------------
1315
+ Employee Load (0.7ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1316
+ Processing by EmployeesController#index as HTML
1317
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees`
1318
+ Rendered employees/index.html.erb within layouts/application (8.9ms)
1319
+ Completed 200 OK in 15ms (Views: 13.5ms | ActiveRecord: 0.4ms)
1320
+  (0.2ms) ROLLBACK
1321
+  (0.1ms) BEGIN
1322
+ ----------------------------------------------------
1323
+ EmployeesControllerTest: test_should_create_employee
1324
+ ----------------------------------------------------
1325
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1326
+  (0.3ms) SELECT COUNT(*) FROM `employees`
1327
+ Processing by EmployeesController#create as HTML
1328
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}}
1329
+  (0.2ms) SAVEPOINT active_record_1
1330
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1331
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.3ms)
1332
+  (0.1ms) ROLLBACK
1333
+  (0.1ms) BEGIN
1334
+ ----------------------------------------------------
1335
+ EmployeesControllerTest: test_should_update_employee
1336
+ ----------------------------------------------------
1337
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1338
+ Processing by EmployeesController#update as HTML
1339
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}, "id"=>"779315083"}
1340
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1341
+  (0.1ms) SAVEPOINT active_record_1
1342
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1343
+ Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.7ms)
1344
+  (0.1ms) ROLLBACK
1345
+  (0.1ms) BEGIN
1346
+ --------------------------------------------
1347
+ EmployeesControllerTest: test_should_get_new
1348
+ --------------------------------------------
1349
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1350
+ Processing by EmployeesController#new as HTML
1351
+ Rendered employees/_form.html.erb (2.8ms)
1352
+ Rendered employees/new.html.erb within layouts/application (3.2ms)
1353
+ Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
1354
+  (0.2ms) ROLLBACK
1355
+  (0.2ms) BEGIN
1356
+ ---------------------------------------------
1357
+ EmployeesControllerTest: test_should_get_edit
1358
+ ---------------------------------------------
1359
+ Employee Load (0.8ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1360
+ Processing by EmployeesController#edit as HTML
1361
+ Parameters: {"id"=>"779315083"}
1362
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1363
+ Rendered employees/_form.html.erb (2.8ms)
1364
+ Rendered employees/edit.html.erb within layouts/application (4.1ms)
1365
+ Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.4ms)
1366
+  (0.4ms) ROLLBACK
1367
+  (0.1ms) BEGIN
1368
+ --------------------------------------------------
1369
+ EmployeesControllerTest: test_should_show_employee
1370
+ --------------------------------------------------
1371
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1372
+ Processing by EmployeesController#show as HTML
1373
+ Parameters: {"id"=>"779315083"}
1374
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1375
+ Rendered employees/show.html.erb within layouts/application (1.3ms)
1376
+ Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.4ms)
1377
+  (0.2ms) ROLLBACK
1378
+  (0.1ms) BEGIN
1379
+ -----------------------------------------------------
1380
+ EmployeesControllerTest: test_should_destroy_employee
1381
+ -----------------------------------------------------
1382
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1383
+  (0.2ms) SELECT COUNT(*) FROM `employees`
1384
+ Processing by EmployeesController#destroy as HTML
1385
+ Parameters: {"id"=>"779315083"}
1386
+ Employee Load (0.3ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1387
+  (0.1ms) SAVEPOINT active_record_1
1388
+ SQL (0.3ms) DELETE FROM `employees` WHERE `employees`.`id` = 779315083
1389
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1390
+ Redirected to http://test.host/employees
1391
+ Completed 302 Found in 3ms (ActiveRecord: 0.9ms)
1392
+  (0.4ms) SELECT COUNT(*) FROM `employees`
1393
+  (11.5ms) ROLLBACK
1394
+  (0.3ms) SELECT @@FOREIGN_KEY_CHECKS
1395
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
1396
+  (0.2ms) BEGIN
1397
+ Fixture Delete (0.4ms) DELETE FROM `employees`
1398
+ Fixture Insert (0.3ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_1', 123456782, 123456789, '2015-11-26 20:41:26', '2015-11-26 20:41:26', 779315083)
1399
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_2', 123456789, 167832875, '2015-11-26 20:41:26', '2015-11-26 20:41:26', 930756147)
1400
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_3', 1234567890, 466485471, '2015-11-26 20:41:26', '2015-11-26 20:41:26', 8193706)
1401
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_4', 1234, 381694089, '2015-11-26 20:41:26', '2015-11-26 20:41:26', 504992517)
1402
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_5', 123456782, 110550803, '2015-11-26 20:41:26', '2015-11-26 20:41:26', 689873810)
1403
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_6', 123456789, 959701141, '2015-11-26 20:41:26', '2015-11-26 20:41:26', 806875690)
1404
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_7', 1234567890, 467648212, '2015-11-26 20:41:26', '2015-11-26 20:41:26', 118538945)
1405
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_8', 1234, 444153934, '2015-11-26 20:41:26', '2015-11-26 20:41:26', 397401904)
1406
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_9', 123456782, 368514005, '2015-11-26 20:41:26', '2015-11-26 20:41:26', 547942329)
1407
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_10', 123456789, 615918719, '2015-11-26 20:41:26', '2015-11-26 20:41:26', 245364464)
1408
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_11', 1234567890, 786923113, '2015-11-26 20:41:26', '2015-11-26 20:41:26', 966313595)
1409
+ Fixture Insert (0.4ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_12', 1234, 123456789, '2015-11-26 20:41:26', '2015-11-26 20:41:26', 546412483)
1410
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_13', 123456782, 123456789, '2015-11-26 20:41:26', '2015-11-26 20:41:26', 395749204)
1411
+ Fixture Insert (0.9ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_14', 123456789, 123456789, '2015-11-26 20:41:26', '2015-11-26 20:41:26', 166867705)
1412
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_15', 1234567890, 123456789, '2015-11-26 20:41:26', '2015-11-26 20:41:26', 1056244324)
1413
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_16', 1234, 123456789, '2015-11-26 20:41:26', '2015-11-26 20:41:26', 670847964)
1414
+  (1.9ms) COMMIT
1415
+  (0.2ms) SET FOREIGN_KEY_CHECKS = 1
1416
+  (0.2ms) BEGIN
1417
+ ------------------------------------------------------------------
1418
+ Employee: test_0002_check rekening with input number that is false
1419
+ ------------------------------------------------------------------
1420
+  (0.4ms) ROLLBACK
1421
+  (0.1ms) BEGIN
1422
+ ------------------------------------------------------
1423
+ Employee: test_0004_check the record, must be correct!
1424
+ ------------------------------------------------------
1425
+  (0.1ms) ROLLBACK
1426
+  (0.2ms) BEGIN
1427
+ ------------------------------------------------------
1428
+ Employee: test_0003_check rekening with name too short
1429
+ ------------------------------------------------------
1430
+  (0.5ms) ROLLBACK
1431
+  (0.2ms) BEGIN
1432
+ -------------------------------------------------------------
1433
+ Employee: test_0001_check bsn with input number that is false
1434
+ -------------------------------------------------------------
1435
+  (0.1ms) ROLLBACK
1436
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
1437
+  (0.3ms) SELECT @@FOREIGN_KEY_CHECKS
1438
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
1439
+  (0.2ms) BEGIN
1440
+ Fixture Delete (0.5ms) DELETE FROM `employees`
1441
+ Fixture Insert (0.3ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_1', 123456782, 123456789, '2015-11-26 20:46:22', '2015-11-26 20:46:22', 779315083)
1442
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_2', 123456789, 167832875, '2015-11-26 20:46:22', '2015-11-26 20:46:22', 930756147)
1443
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_3', 1234567890, 466485471, '2015-11-26 20:46:22', '2015-11-26 20:46:22', 8193706)
1444
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_4', 1234, 381694089, '2015-11-26 20:46:22', '2015-11-26 20:46:22', 504992517)
1445
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_5', 123456782, 110550803, '2015-11-26 20:46:22', '2015-11-26 20:46:22', 689873810)
1446
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_6', 123456789, 959701141, '2015-11-26 20:46:22', '2015-11-26 20:46:22', 806875690)
1447
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_7', 1234567890, 467648212, '2015-11-26 20:46:22', '2015-11-26 20:46:22', 118538945)
1448
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_8', 1234, 444153934, '2015-11-26 20:46:22', '2015-11-26 20:46:22', 397401904)
1449
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_9', 123456782, 368514005, '2015-11-26 20:46:22', '2015-11-26 20:46:22', 547942329)
1450
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_10', 123456789, 615918719, '2015-11-26 20:46:22', '2015-11-26 20:46:22', 245364464)
1451
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_11', 1234567890, 786923113, '2015-11-26 20:46:22', '2015-11-26 20:46:22', 966313595)
1452
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_12', 1234, 123456789, '2015-11-26 20:46:22', '2015-11-26 20:46:22', 546412483)
1453
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_13', 123456782, 123456789, '2015-11-26 20:46:22', '2015-11-26 20:46:22', 395749204)
1454
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_14', 123456789, 123456789, '2015-11-26 20:46:22', '2015-11-26 20:46:22', 166867705)
1455
+ Fixture Insert (0.3ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_15', 1234567890, 123456789, '2015-11-26 20:46:22', '2015-11-26 20:46:22', 1056244324)
1456
+ Fixture Insert (0.3ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_16', 1234, 123456789, '2015-11-26 20:46:22', '2015-11-26 20:46:22', 670847964)
1457
+  (0.3ms) COMMIT
1458
+  (0.2ms) SET FOREIGN_KEY_CHECKS = 1
1459
+  (0.1ms) BEGIN
1460
+ -------------------------------------------------------------
1461
+ Employee: test_0001_check bsn with input number that is false
1462
+ -------------------------------------------------------------
1463
+  (0.2ms) ROLLBACK
1464
+  (0.1ms) BEGIN
1465
+ ------------------------------------------------------------------
1466
+ Employee: test_0002_check rekening with input number that is false
1467
+ ------------------------------------------------------------------
1468
+  (0.1ms) ROLLBACK
1469
+  (0.1ms) BEGIN
1470
+ ------------------------------------------------------
1471
+ Employee: test_0003_check rekening with name too short
1472
+ ------------------------------------------------------
1473
+  (0.2ms) ROLLBACK
1474
+  (0.1ms) BEGIN
1475
+ ------------------------------------------------------
1476
+ Employee: test_0004_check the record, must be correct!
1477
+ ------------------------------------------------------
1478
+  (0.1ms) ROLLBACK
1479
+  (0.1ms) BEGIN
1480
+ ----------------------------------------------------------------------------------
1481
+ elfproef integration: test_0005_fill in a incorrect rekening-number with 10 digits
1482
+ ----------------------------------------------------------------------------------
1483
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:46:27 +0100
1484
+ Processing by EmployeesController#new as HTML
1485
+ Rendered employees/_form.html.erb (31.2ms)
1486
+ Rendered employees/new.html.erb within layouts/application (39.9ms)
1487
+ Completed 200 OK in 515ms (Views: 513.5ms | ActiveRecord: 0.0ms)
1488
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:46:27 +0100
1489
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:46:27 +0100
1490
+  (0.2ms) ROLLBACK
1491
+  (0.1ms) BEGIN
1492
+ --------------------------------------------------------------------------------
1493
+ elfproef integration: test_0006_fill in a correct rekening-number with 10 digits
1494
+ --------------------------------------------------------------------------------
1495
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:46:28 +0100
1496
+ Processing by EmployeesController#new as HTML
1497
+ Rendered employees/_form.html.erb (3.0ms)
1498
+ Rendered employees/new.html.erb within layouts/application (3.8ms)
1499
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
1500
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:46:28 +0100
1501
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:46:28 +0100
1502
+  (1.1ms) ROLLBACK
1503
+  (0.6ms) BEGIN
1504
+ -------------------------------------------------------------------
1505
+ elfproef integration: test_0004_fill in a incorrect rekening-number
1506
+ -------------------------------------------------------------------
1507
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:46:29 +0100
1508
+ Processing by EmployeesController#new as HTML
1509
+ Rendered employees/_form.html.erb (2.8ms)
1510
+ Rendered employees/new.html.erb within layouts/application (3.3ms)
1511
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
1512
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:46:29 +0100
1513
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:46:29 +0100
1514
+  (0.2ms) ROLLBACK
1515
+  (0.2ms) BEGIN
1516
+ --------------------------------------------------------------
1517
+ elfproef integration: test_0003_fill in a incorrect bsn-number
1518
+ --------------------------------------------------------------
1519
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:46:29 +0100
1520
+ Processing by EmployeesController#new as HTML
1521
+ Rendered employees/_form.html.erb (3.2ms)
1522
+ Rendered employees/new.html.erb within layouts/application (3.6ms)
1523
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
1524
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:46:29 +0100
1525
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:46:29 +0100
1526
+  (0.2ms) ROLLBACK
1527
+  (0.2ms) BEGIN
1528
+ -----------------------------------------------------------------
1529
+ elfproef integration: test_0002_fill in a correct rekening-number
1530
+ -----------------------------------------------------------------
1531
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:46:29 +0100
1532
+ Processing by EmployeesController#new as HTML
1533
+ Rendered employees/_form.html.erb (17.2ms)
1534
+ Rendered employees/new.html.erb within layouts/application (17.6ms)
1535
+ Completed 200 OK in 21ms (Views: 20.1ms | ActiveRecord: 0.0ms)
1536
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:46:30 +0100
1537
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:46:30 +0100
1538
+  (0.2ms) ROLLBACK
1539
+  (0.1ms) BEGIN
1540
+ ------------------------------------------------------------
1541
+ elfproef integration: test_0001_fill in a correct bsn-number
1542
+ ------------------------------------------------------------
1543
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 21:46:30 +0100
1544
+ Processing by EmployeesController#new as HTML
1545
+ Rendered employees/_form.html.erb (3.2ms)
1546
+ Rendered employees/new.html.erb within layouts/application (3.6ms)
1547
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
1548
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 21:46:30 +0100
1549
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 21:46:30 +0100
1550
+  (0.2ms) ROLLBACK
1551
+  (0.1ms) BEGIN
1552
+ ----------------------------------------------------
1553
+ EmployeesControllerTest: test_should_update_employee
1554
+ ----------------------------------------------------
1555
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1556
+ Processing by EmployeesController#update as HTML
1557
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}, "id"=>"779315083"}
1558
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1559
+  (0.2ms) SAVEPOINT active_record_1
1560
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1561
+ Redirected to http://test.host/employees/779315083
1562
+ Completed 302 Found in 8ms (ActiveRecord: 0.8ms)
1563
+  (0.2ms) ROLLBACK
1564
+  (0.1ms) BEGIN
1565
+ -----------------------------------------------------
1566
+ EmployeesControllerTest: test_should_destroy_employee
1567
+ -----------------------------------------------------
1568
+ Employee Load (0.8ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1569
+  (0.3ms) SELECT COUNT(*) FROM `employees`
1570
+ Processing by EmployeesController#destroy as HTML
1571
+ Parameters: {"id"=>"779315083"}
1572
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1573
+  (0.5ms) SAVEPOINT active_record_1
1574
+ SQL (0.4ms) DELETE FROM `employees` WHERE `employees`.`id` = 779315083
1575
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1576
+ Redirected to http://test.host/employees
1577
+ Completed 302 Found in 4ms (ActiveRecord: 1.4ms)
1578
+  (0.4ms) SELECT COUNT(*) FROM `employees`
1579
+  (4.9ms) ROLLBACK
1580
+  (0.2ms) BEGIN
1581
+ --------------------------------------------
1582
+ EmployeesControllerTest: test_should_get_new
1583
+ --------------------------------------------
1584
+ Employee Load (0.6ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1585
+ Processing by EmployeesController#new as HTML
1586
+ Rendered employees/_form.html.erb (3.2ms)
1587
+ Rendered employees/new.html.erb within layouts/application (3.6ms)
1588
+ Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
1589
+  (0.4ms) ROLLBACK
1590
+  (0.1ms) BEGIN
1591
+ ----------------------------------------------------
1592
+ EmployeesControllerTest: test_should_create_employee
1593
+ ----------------------------------------------------
1594
+ Employee Load (1.2ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1595
+  (0.4ms) SELECT COUNT(*) FROM `employees`
1596
+ Processing by EmployeesController#create as HTML
1597
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}}
1598
+  (0.2ms) SAVEPOINT active_record_1
1599
+ SQL (0.4ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`) VALUES ('persoon_1', 123456782, 123456789, '2015-11-26 20:46:30', '2015-11-26 20:46:30')
1600
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1601
+ Redirected to http://test.host/employees/1056244328
1602
+ Completed 302 Found in 5ms (ActiveRecord: 0.7ms)
1603
+  (0.4ms) SELECT COUNT(*) FROM `employees`
1604
+  (0.9ms) ROLLBACK
1605
+  (0.2ms) BEGIN
1606
+ ---------------------------------------------
1607
+ EmployeesControllerTest: test_should_get_edit
1608
+ ---------------------------------------------
1609
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1610
+ Processing by EmployeesController#edit as HTML
1611
+ Parameters: {"id"=>"779315083"}
1612
+ Employee Load (0.3ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1613
+ Rendered employees/_form.html.erb (3.4ms)
1614
+ Rendered employees/edit.html.erb within layouts/application (4.9ms)
1615
+ Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.3ms)
1616
+  (0.2ms) ROLLBACK
1617
+  (0.1ms) BEGIN
1618
+ --------------------------------------------------
1619
+ EmployeesControllerTest: test_should_show_employee
1620
+ --------------------------------------------------
1621
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1622
+ Processing by EmployeesController#show as HTML
1623
+ Parameters: {"id"=>"779315083"}
1624
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1625
+ Rendered employees/show.html.erb within layouts/application (1.4ms)
1626
+ Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.4ms)
1627
+  (0.2ms) ROLLBACK
1628
+  (0.1ms) BEGIN
1629
+ ----------------------------------------------
1630
+ EmployeesControllerTest: test_should_get_index
1631
+ ----------------------------------------------
1632
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1633
+ Processing by EmployeesController#index as HTML
1634
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees`
1635
+ Rendered employees/index.html.erb within layouts/application (10.2ms)
1636
+ Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.4ms)
1637
+  (0.2ms) ROLLBACK
1638
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
1639
+  (0.3ms) SELECT @@FOREIGN_KEY_CHECKS
1640
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
1641
+  (0.2ms) BEGIN
1642
+ Fixture Delete (0.4ms) DELETE FROM `employees`
1643
+ Fixture Insert (0.4ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_1', 123456782, 123456789, '2015-11-26 21:03:00', '2015-11-26 21:03:00', 779315083)
1644
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_2', 123456789, 167832875, '2015-11-26 21:03:00', '2015-11-26 21:03:00', 930756147)
1645
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_3', 1234567890, 466485471, '2015-11-26 21:03:00', '2015-11-26 21:03:00', 8193706)
1646
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_4', 1234, 381694089, '2015-11-26 21:03:00', '2015-11-26 21:03:00', 504992517)
1647
+ Fixture Insert (0.3ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_5', 123456782, 110550803, '2015-11-26 21:03:00', '2015-11-26 21:03:00', 689873810)
1648
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_6', 123456789, 959701141, '2015-11-26 21:03:00', '2015-11-26 21:03:00', 806875690)
1649
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_7', 1234567890, 467648212, '2015-11-26 21:03:00', '2015-11-26 21:03:00', 118538945)
1650
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_8', 1234, 444153934, '2015-11-26 21:03:00', '2015-11-26 21:03:00', 397401904)
1651
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_9', 123456782, 368514005, '2015-11-26 21:03:00', '2015-11-26 21:03:00', 547942329)
1652
+ Fixture Insert (0.3ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_10', 123456789, 615918719, '2015-11-26 21:03:00', '2015-11-26 21:03:00', 245364464)
1653
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_11', 1234567890, 786923113, '2015-11-26 21:03:00', '2015-11-26 21:03:00', 966313595)
1654
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_12', 1234, 123456789, '2015-11-26 21:03:00', '2015-11-26 21:03:00', 546412483)
1655
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_13', 123456782, 123456789, '2015-11-26 21:03:00', '2015-11-26 21:03:00', 395749204)
1656
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_14', 123456789, 123456789, '2015-11-26 21:03:00', '2015-11-26 21:03:00', 166867705)
1657
+ Fixture Insert (0.3ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_15', 1234567890, 123456789, '2015-11-26 21:03:00', '2015-11-26 21:03:00', 1056244324)
1658
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_16', 1234, 123456789, '2015-11-26 21:03:00', '2015-11-26 21:03:00', 670847964)
1659
+  (0.3ms) COMMIT
1660
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
1661
+  (0.1ms) BEGIN
1662
+ --------------------------------------------------------------------------------
1663
+ elfproef integration: test_0006_fill in a correct rekening-number with 10 digits
1664
+ --------------------------------------------------------------------------------
1665
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 22:03:04 +0100
1666
+ Processing by EmployeesController#new as HTML
1667
+ Rendered employees/_form.html.erb (35.7ms)
1668
+ Rendered employees/new.html.erb within layouts/application (44.3ms)
1669
+ Completed 200 OK in 497ms (Views: 488.7ms | ActiveRecord: 0.0ms)
1670
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 22:03:05 +0100
1671
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 22:03:05 +0100
1672
+  (0.2ms) ROLLBACK
1673
+  (0.2ms) BEGIN
1674
+ -----------------------------------------------------------------
1675
+ elfproef integration: test_0002_fill in a correct rekening-number
1676
+ -----------------------------------------------------------------
1677
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 22:03:06 +0100
1678
+ Processing by EmployeesController#new as HTML
1679
+ Rendered employees/_form.html.erb (3.4ms)
1680
+ Rendered employees/new.html.erb within layouts/application (4.0ms)
1681
+ Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
1682
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 22:03:06 +0100
1683
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 22:03:06 +0100
1684
+  (0.2ms) ROLLBACK
1685
+  (0.2ms) BEGIN
1686
+ --------------------------------------------------------------
1687
+ elfproef integration: test_0003_fill in a incorrect bsn-number
1688
+ --------------------------------------------------------------
1689
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 22:03:06 +0100
1690
+ Processing by EmployeesController#new as HTML
1691
+ Rendered employees/_form.html.erb (4.1ms)
1692
+ Rendered employees/new.html.erb within layouts/application (4.6ms)
1693
+ Completed 200 OK in 18ms (Views: 18.0ms | ActiveRecord: 0.0ms)
1694
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 22:03:06 +0100
1695
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 22:03:06 +0100
1696
+  (0.5ms) ROLLBACK
1697
+  (0.2ms) BEGIN
1698
+ -------------------------------------------------------------------
1699
+ elfproef integration: test_0004_fill in a incorrect rekening-number
1700
+ -------------------------------------------------------------------
1701
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 22:03:07 +0100
1702
+ Processing by EmployeesController#new as HTML
1703
+ Rendered employees/_form.html.erb (3.2ms)
1704
+ Rendered employees/new.html.erb within layouts/application (3.6ms)
1705
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
1706
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 22:03:07 +0100
1707
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 22:03:07 +0100
1708
+  (0.2ms) ROLLBACK
1709
+  (0.1ms) BEGIN
1710
+ ----------------------------------------------------------------------------------
1711
+ elfproef integration: test_0005_fill in a incorrect rekening-number with 10 digits
1712
+ ----------------------------------------------------------------------------------
1713
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 22:03:07 +0100
1714
+ Processing by EmployeesController#new as HTML
1715
+ Rendered employees/_form.html.erb (2.7ms)
1716
+ Rendered employees/new.html.erb within layouts/application (3.4ms)
1717
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
1718
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 22:03:07 +0100
1719
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 22:03:07 +0100
1720
+  (0.2ms) ROLLBACK
1721
+  (0.2ms) BEGIN
1722
+ ------------------------------------------------------------
1723
+ elfproef integration: test_0001_fill in a correct bsn-number
1724
+ ------------------------------------------------------------
1725
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 22:03:08 +0100
1726
+ Processing by EmployeesController#new as HTML
1727
+ Rendered employees/_form.html.erb (3.6ms)
1728
+ Rendered employees/new.html.erb within layouts/application (4.0ms)
1729
+ Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
1730
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 22:03:08 +0100
1731
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 22:03:08 +0100
1732
+  (0.2ms) ROLLBACK
1733
+  (0.1ms) BEGIN
1734
+ ------------------------------------------------------
1735
+ Employee: test_0003_check rekening with name too short
1736
+ ------------------------------------------------------
1737
+  (0.2ms) ROLLBACK
1738
+  (0.2ms) BEGIN
1739
+ ------------------------------------------------------------------
1740
+ Employee: test_0002_check rekening with input number that is false
1741
+ ------------------------------------------------------------------
1742
+  (0.1ms) ROLLBACK
1743
+  (0.1ms) BEGIN
1744
+ -------------------------------------------------------------
1745
+ Employee: test_0001_check bsn with input number that is false
1746
+ -------------------------------------------------------------
1747
+  (0.2ms) ROLLBACK
1748
+  (0.2ms) BEGIN
1749
+ ------------------------------------------------------
1750
+ Employee: test_0004_check the record, must be correct!
1751
+ ------------------------------------------------------
1752
+  (0.2ms) ROLLBACK
1753
+  (0.1ms) BEGIN
1754
+ -----------------------------------------------------
1755
+ EmployeesControllerTest: test_should_destroy_employee
1756
+ -----------------------------------------------------
1757
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1758
+  (0.3ms) SELECT COUNT(*) FROM `employees`
1759
+ Processing by EmployeesController#destroy as HTML
1760
+ Parameters: {"id"=>"779315083"}
1761
+ Employee Load (0.6ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1762
+  (0.2ms) SAVEPOINT active_record_1
1763
+ SQL (0.4ms) DELETE FROM `employees` WHERE `employees`.`id` = 779315083
1764
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1765
+ Redirected to http://test.host/employees
1766
+ Completed 302 Found in 8ms (ActiveRecord: 1.3ms)
1767
+  (0.4ms) SELECT COUNT(*) FROM `employees`
1768
+  (6.2ms) ROLLBACK
1769
+  (0.2ms) BEGIN
1770
+ ----------------------------------------------------
1771
+ EmployeesControllerTest: test_should_create_employee
1772
+ ----------------------------------------------------
1773
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1774
+  (0.2ms) SELECT COUNT(*) FROM `employees`
1775
+ Processing by EmployeesController#create as HTML
1776
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}}
1777
+  (0.2ms) SAVEPOINT active_record_1
1778
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1779
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.4ms)
1780
+  (0.2ms) ROLLBACK
1781
+  (0.2ms) BEGIN
1782
+ --------------------------------------------------
1783
+ EmployeesControllerTest: test_should_show_employee
1784
+ --------------------------------------------------
1785
+ Employee Load (0.3ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1786
+ Processing by EmployeesController#show as HTML
1787
+ Parameters: {"id"=>"779315083"}
1788
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1789
+ Rendered employees/show.html.erb within layouts/application (1.1ms)
1790
+ Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.4ms)
1791
+  (0.2ms) ROLLBACK
1792
+  (0.1ms) BEGIN
1793
+ --------------------------------------------
1794
+ EmployeesControllerTest: test_should_get_new
1795
+ --------------------------------------------
1796
+ Employee Load (0.3ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1797
+ Processing by EmployeesController#new as HTML
1798
+ Rendered employees/_form.html.erb (2.8ms)
1799
+ Rendered employees/new.html.erb within layouts/application (3.2ms)
1800
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
1801
+  (0.2ms) ROLLBACK
1802
+  (0.1ms) BEGIN
1803
+ ---------------------------------------------
1804
+ EmployeesControllerTest: test_should_get_edit
1805
+ ---------------------------------------------
1806
+ Employee Load (0.3ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1807
+ Processing by EmployeesController#edit as HTML
1808
+ Parameters: {"id"=>"779315083"}
1809
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1810
+ Rendered employees/_form.html.erb (3.2ms)
1811
+ Rendered employees/edit.html.erb within layouts/application (6.0ms)
1812
+ Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.4ms)
1813
+  (0.2ms) ROLLBACK
1814
+  (0.2ms) BEGIN
1815
+ ----------------------------------------------
1816
+ EmployeesControllerTest: test_should_get_index
1817
+ ----------------------------------------------
1818
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1819
+ Processing by EmployeesController#index as HTML
1820
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees`
1821
+ Rendered employees/index.html.erb within layouts/application (9.8ms)
1822
+ Completed 200 OK in 15ms (Views: 13.9ms | ActiveRecord: 0.4ms)
1823
+  (0.3ms) ROLLBACK
1824
+  (0.2ms) BEGIN
1825
+ ----------------------------------------------------
1826
+ EmployeesControllerTest: test_should_update_employee
1827
+ ----------------------------------------------------
1828
+ Employee Load (0.3ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1829
+ Processing by EmployeesController#update as HTML
1830
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}, "id"=>"779315083"}
1831
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1832
+  (0.2ms) SAVEPOINT active_record_1
1833
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
1834
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.7ms)
1835
+  (0.1ms) ROLLBACK
1836
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
1837
+  (0.3ms) SELECT @@FOREIGN_KEY_CHECKS
1838
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
1839
+  (0.2ms) BEGIN
1840
+ Fixture Delete (0.4ms) DELETE FROM `employees`
1841
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_1', 123456782, 123456789, '2015-11-26 21:04:04', '2015-11-26 21:04:04', 779315083)
1842
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_2', 123456789, 167832875, '2015-11-26 21:04:04', '2015-11-26 21:04:04', 930756147)
1843
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_3', 1234567890, 466485471, '2015-11-26 21:04:04', '2015-11-26 21:04:04', 8193706)
1844
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_4', 1234, 381694089, '2015-11-26 21:04:04', '2015-11-26 21:04:04', 504992517)
1845
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_5', 123456782, 110550803, '2015-11-26 21:04:04', '2015-11-26 21:04:04', 689873810)
1846
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_6', 123456789, 959701141, '2015-11-26 21:04:04', '2015-11-26 21:04:04', 806875690)
1847
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_7', 1234567890, 467648212, '2015-11-26 21:04:04', '2015-11-26 21:04:04', 118538945)
1848
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_8', 1234, 444153934, '2015-11-26 21:04:04', '2015-11-26 21:04:04', 397401904)
1849
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_9', 123456782, 368514005, '2015-11-26 21:04:04', '2015-11-26 21:04:04', 547942329)
1850
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_10', 123456789, 615918719, '2015-11-26 21:04:04', '2015-11-26 21:04:04', 245364464)
1851
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_11', 1234567890, 786923113, '2015-11-26 21:04:04', '2015-11-26 21:04:04', 966313595)
1852
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_12', 1234, 123456789, '2015-11-26 21:04:04', '2015-11-26 21:04:04', 546412483)
1853
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_13', 123456782, 123456789, '2015-11-26 21:04:04', '2015-11-26 21:04:04', 395749204)
1854
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_14', 123456789, 123456789, '2015-11-26 21:04:04', '2015-11-26 21:04:04', 166867705)
1855
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_15', 1234567890, 123456789, '2015-11-26 21:04:04', '2015-11-26 21:04:04', 1056244324)
1856
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_16', 1234, 123456789, '2015-11-26 21:04:04', '2015-11-26 21:04:04', 670847964)
1857
+  (0.6ms) COMMIT
1858
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
1859
+  (0.1ms) BEGIN
1860
+ ----------------------------------------------------
1861
+ EmployeesControllerTest: test_should_update_employee
1862
+ ----------------------------------------------------
1863
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1864
+ Processing by EmployeesController#update as HTML
1865
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}, "id"=>"779315083"}
1866
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1867
+  (0.1ms) SAVEPOINT active_record_1
1868
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
1869
+ Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.8ms)
1870
+  (0.1ms) ROLLBACK
1871
+  (0.1ms) BEGIN
1872
+ --------------------------------------------
1873
+ EmployeesControllerTest: test_should_get_new
1874
+ --------------------------------------------
1875
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1876
+ Processing by EmployeesController#new as HTML
1877
+ Rendered employees/_form.html.erb (21.4ms)
1878
+ Rendered employees/new.html.erb within layouts/application (27.6ms)
1879
+ Completed 200 OK in 327ms (Views: 326.5ms | ActiveRecord: 0.0ms)
1880
+  (0.2ms) ROLLBACK
1881
+  (0.1ms) BEGIN
1882
+ ---------------------------------------------
1883
+ EmployeesControllerTest: test_should_get_edit
1884
+ ---------------------------------------------
1885
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1886
+ Processing by EmployeesController#edit as HTML
1887
+ Parameters: {"id"=>"779315083"}
1888
+ Employee Load (0.5ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1889
+ Rendered employees/_form.html.erb (3.6ms)
1890
+ Rendered employees/edit.html.erb within layouts/application (5.2ms)
1891
+ Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.5ms)
1892
+  (0.2ms) ROLLBACK
1893
+  (0.1ms) BEGIN
1894
+ ----------------------------------------------
1895
+ EmployeesControllerTest: test_should_get_index
1896
+ ----------------------------------------------
1897
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1898
+ Processing by EmployeesController#index as HTML
1899
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees`
1900
+ Rendered employees/index.html.erb within layouts/application (8.7ms)
1901
+ Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.4ms)
1902
+  (0.2ms) ROLLBACK
1903
+  (0.1ms) BEGIN
1904
+ --------------------------------------------------
1905
+ EmployeesControllerTest: test_should_show_employee
1906
+ --------------------------------------------------
1907
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1908
+ Processing by EmployeesController#show as HTML
1909
+ Parameters: {"id"=>"779315083"}
1910
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1911
+ Rendered employees/show.html.erb within layouts/application (1.1ms)
1912
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.4ms)
1913
+  (0.2ms) ROLLBACK
1914
+  (0.2ms) BEGIN
1915
+ -----------------------------------------------------
1916
+ EmployeesControllerTest: test_should_destroy_employee
1917
+ -----------------------------------------------------
1918
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1919
+  (0.5ms) SELECT COUNT(*) FROM `employees`
1920
+ Processing by EmployeesController#destroy as HTML
1921
+ Parameters: {"id"=>"779315083"}
1922
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1923
+  (0.1ms) SAVEPOINT active_record_1
1924
+ SQL (0.3ms) DELETE FROM `employees` WHERE `employees`.`id` = 779315083
1925
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1926
+ Redirected to http://test.host/employees
1927
+ Completed 302 Found in 4ms (ActiveRecord: 0.9ms)
1928
+  (0.4ms) SELECT COUNT(*) FROM `employees`
1929
+  (0.4ms) ROLLBACK
1930
+  (0.1ms) BEGIN
1931
+ ----------------------------------------------------
1932
+ EmployeesControllerTest: test_should_create_employee
1933
+ ----------------------------------------------------
1934
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
1935
+  (0.3ms) SELECT COUNT(*) FROM `employees`
1936
+ Processing by EmployeesController#create as HTML
1937
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}}
1938
+  (0.2ms) SAVEPOINT active_record_1
1939
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1940
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.3ms)
1941
+  (0.2ms) ROLLBACK
1942
+  (0.2ms) BEGIN
1943
+ ------------------------------------------------------------------
1944
+ Employee: test_0002_check rekening with input number that is false
1945
+ ------------------------------------------------------------------
1946
+  (0.2ms) ROLLBACK
1947
+  (0.3ms) BEGIN
1948
+ ------------------------------------------------------
1949
+ Employee: test_0004_check the record, must be correct!
1950
+ ------------------------------------------------------
1951
+  (0.2ms) ROLLBACK
1952
+  (0.1ms) BEGIN
1953
+ ------------------------------------------------------
1954
+ Employee: test_0003_check rekening with name too short
1955
+ ------------------------------------------------------
1956
+  (0.2ms) ROLLBACK
1957
+  (0.2ms) BEGIN
1958
+ -------------------------------------------------------------
1959
+ Employee: test_0001_check bsn with input number that is false
1960
+ -------------------------------------------------------------
1961
+  (0.2ms) ROLLBACK
1962
+  (0.2ms) BEGIN
1963
+ --------------------------------------------------------------------------------
1964
+ elfproef integration: test_0006_fill in a correct rekening-number with 10 digits
1965
+ --------------------------------------------------------------------------------
1966
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 22:04:09 +0100
1967
+ Processing by EmployeesController#new as HTML
1968
+ Rendered employees/_form.html.erb (4.3ms)
1969
+ Rendered employees/new.html.erb within layouts/application (5.0ms)
1970
+ Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)
1971
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 22:04:09 +0100
1972
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 22:04:09 +0100
1973
+  (0.2ms) ROLLBACK
1974
+  (0.2ms) BEGIN
1975
+ --------------------------------------------------------------
1976
+ elfproef integration: test_0003_fill in a incorrect bsn-number
1977
+ --------------------------------------------------------------
1978
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 22:04:10 +0100
1979
+ Processing by EmployeesController#new as HTML
1980
+ Rendered employees/_form.html.erb (3.5ms)
1981
+ Rendered employees/new.html.erb within layouts/application (4.0ms)
1982
+ Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)
1983
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 22:04:10 +0100
1984
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 22:04:10 +0100
1985
+  (0.3ms) ROLLBACK
1986
+  (0.2ms) BEGIN
1987
+ -------------------------------------------------------------------
1988
+ elfproef integration: test_0004_fill in a incorrect rekening-number
1989
+ -------------------------------------------------------------------
1990
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 22:04:11 +0100
1991
+ Processing by EmployeesController#new as HTML
1992
+ Rendered employees/_form.html.erb (3.0ms)
1993
+ Rendered employees/new.html.erb within layouts/application (3.5ms)
1994
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
1995
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 22:04:11 +0100
1996
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 22:04:11 +0100
1997
+  (0.3ms) ROLLBACK
1998
+  (0.2ms) BEGIN
1999
+ ------------------------------------------------------------
2000
+ elfproef integration: test_0001_fill in a correct bsn-number
2001
+ ------------------------------------------------------------
2002
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 22:04:11 +0100
2003
+ Processing by EmployeesController#new as HTML
2004
+ Rendered employees/_form.html.erb (2.6ms)
2005
+ Rendered employees/new.html.erb within layouts/application (3.0ms)
2006
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
2007
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 22:04:11 +0100
2008
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 22:04:11 +0100
2009
+  (0.5ms) ROLLBACK
2010
+  (0.2ms) BEGIN
2011
+ ----------------------------------------------------------------------------------
2012
+ elfproef integration: test_0005_fill in a incorrect rekening-number with 10 digits
2013
+ ----------------------------------------------------------------------------------
2014
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 22:04:12 +0100
2015
+ Processing by EmployeesController#new as HTML
2016
+ Rendered employees/_form.html.erb (2.8ms)
2017
+ Rendered employees/new.html.erb within layouts/application (3.2ms)
2018
+ Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
2019
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 22:04:12 +0100
2020
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 22:04:12 +0100
2021
+  (0.2ms) ROLLBACK
2022
+  (0.2ms) BEGIN
2023
+ -----------------------------------------------------------------
2024
+ elfproef integration: test_0002_fill in a correct rekening-number
2025
+ -----------------------------------------------------------------
2026
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 22:04:12 +0100
2027
+ Processing by EmployeesController#new as HTML
2028
+ Rendered employees/_form.html.erb (2.4ms)
2029
+ Rendered employees/new.html.erb within layouts/application (3.0ms)
2030
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
2031
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 22:04:12 +0100
2032
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 22:04:12 +0100
2033
+  (0.2ms) ROLLBACK
2034
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
2035
+  (0.3ms) SELECT @@FOREIGN_KEY_CHECKS
2036
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
2037
+  (0.2ms) BEGIN
2038
+ Fixture Delete (0.4ms) DELETE FROM `employees`
2039
+ Fixture Insert (0.3ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_1', 123456782, 123456789, '2015-11-26 21:10:20', '2015-11-26 21:10:20', 779315083)
2040
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_2', 123456789, 167832875, '2015-11-26 21:10:20', '2015-11-26 21:10:20', 930756147)
2041
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_3', 1234567890, 466485471, '2015-11-26 21:10:20', '2015-11-26 21:10:20', 8193706)
2042
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_4', 1234, 381694089, '2015-11-26 21:10:20', '2015-11-26 21:10:20', 504992517)
2043
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_5', 123456782, 110550803, '2015-11-26 21:10:20', '2015-11-26 21:10:20', 689873810)
2044
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_6', 123456789, 959701141, '2015-11-26 21:10:20', '2015-11-26 21:10:20', 806875690)
2045
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_7', 1234567890, 467648212, '2015-11-26 21:10:20', '2015-11-26 21:10:20', 118538945)
2046
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_8', 1234, 444153934, '2015-11-26 21:10:20', '2015-11-26 21:10:20', 397401904)
2047
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_9', 123456782, 368514005, '2015-11-26 21:10:20', '2015-11-26 21:10:20', 547942329)
2048
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_10', 123456789, 615918719, '2015-11-26 21:10:20', '2015-11-26 21:10:20', 245364464)
2049
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_11', 1234567890, 786923113, '2015-11-26 21:10:20', '2015-11-26 21:10:20', 966313595)
2050
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_12', 1234, 123456789, '2015-11-26 21:10:20', '2015-11-26 21:10:20', 546412483)
2051
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_13', 123456782, 123456789, '2015-11-26 21:10:20', '2015-11-26 21:10:20', 395749204)
2052
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_14', 123456789, 123456789, '2015-11-26 21:10:20', '2015-11-26 21:10:20', 166867705)
2053
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_15', 1234567890, 123456789, '2015-11-26 21:10:20', '2015-11-26 21:10:20', 1056244324)
2054
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_16', 1234, 123456789, '2015-11-26 21:10:20', '2015-11-26 21:10:20', 670847964)
2055
+  (0.5ms) COMMIT
2056
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
2057
+  (0.1ms) BEGIN
2058
+ --------------------------------------------------------------------------------
2059
+ elfproef integration: test_0006_fill in a correct rekening-number with 10 digits
2060
+ --------------------------------------------------------------------------------
2061
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 22:10:24 +0100
2062
+ Processing by EmployeesController#new as HTML
2063
+ Rendered employees/_form.html.erb (41.8ms)
2064
+ Rendered employees/new.html.erb within layouts/application (49.4ms)
2065
+ Completed 200 OK in 463ms (Views: 456.3ms | ActiveRecord: 0.0ms)
2066
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 22:10:25 +0100
2067
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 22:10:25 +0100
2068
+  (0.2ms) ROLLBACK
2069
+  (0.1ms) BEGIN
2070
+ ------------------------------------------------------------
2071
+ elfproef integration: test_0001_fill in a correct bsn-number
2072
+ ------------------------------------------------------------
2073
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 22:10:25 +0100
2074
+ Processing by EmployeesController#new as HTML
2075
+ Rendered employees/_form.html.erb (4.3ms)
2076
+ Rendered employees/new.html.erb within layouts/application (4.8ms)
2077
+ Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.0ms)
2078
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 22:10:25 +0100
2079
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 22:10:25 +0100
2080
+  (0.2ms) ROLLBACK
2081
+  (0.2ms) BEGIN
2082
+ --------------------------------------------------------------
2083
+ elfproef integration: test_0003_fill in a incorrect bsn-number
2084
+ --------------------------------------------------------------
2085
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 22:10:26 +0100
2086
+ Processing by EmployeesController#new as HTML
2087
+ Rendered employees/_form.html.erb (3.1ms)
2088
+ Rendered employees/new.html.erb within layouts/application (3.6ms)
2089
+ Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
2090
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 22:10:26 +0100
2091
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 22:10:26 +0100
2092
+  (0.3ms) ROLLBACK
2093
+  (0.1ms) BEGIN
2094
+ -------------------------------------------------------------------
2095
+ elfproef integration: test_0004_fill in a incorrect rekening-number
2096
+ -------------------------------------------------------------------
2097
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 22:10:26 +0100
2098
+ Processing by EmployeesController#new as HTML
2099
+ Rendered employees/_form.html.erb (3.1ms)
2100
+ Rendered employees/new.html.erb within layouts/application (3.4ms)
2101
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
2102
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 22:10:26 +0100
2103
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 22:10:26 +0100
2104
+  (0.2ms) ROLLBACK
2105
+  (0.2ms) BEGIN
2106
+ -----------------------------------------------------------------
2107
+ elfproef integration: test_0002_fill in a correct rekening-number
2108
+ -----------------------------------------------------------------
2109
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 22:10:27 +0100
2110
+ Processing by EmployeesController#new as HTML
2111
+ Rendered employees/_form.html.erb (3.4ms)
2112
+ Rendered employees/new.html.erb within layouts/application (3.8ms)
2113
+ Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
2114
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 22:10:27 +0100
2115
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 22:10:27 +0100
2116
+  (0.2ms) ROLLBACK
2117
+  (0.2ms) BEGIN
2118
+ ----------------------------------------------------------------------------------
2119
+ elfproef integration: test_0005_fill in a incorrect rekening-number with 10 digits
2120
+ ----------------------------------------------------------------------------------
2121
+ Started GET "/employees/new" for 127.0.0.1 at 2015-11-26 22:10:27 +0100
2122
+ Processing by EmployeesController#new as HTML
2123
+ Rendered employees/_form.html.erb (3.1ms)
2124
+ Rendered employees/new.html.erb within layouts/application (3.5ms)
2125
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
2126
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-26 22:10:27 +0100
2127
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-26 22:10:27 +0100
2128
+  (0.2ms) ROLLBACK
2129
+  (0.2ms) BEGIN
2130
+ ----------------------------------------------
2131
+ EmployeesControllerTest: test_should_get_index
2132
+ ----------------------------------------------
2133
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
2134
+ Processing by EmployeesController#index as HTML
2135
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees`
2136
+ Rendered employees/index.html.erb within layouts/application (8.6ms)
2137
+ Completed 200 OK in 14ms (Views: 12.8ms | ActiveRecord: 0.4ms)
2138
+  (0.2ms) ROLLBACK
2139
+  (0.2ms) BEGIN
2140
+ --------------------------------------------
2141
+ EmployeesControllerTest: test_should_get_new
2142
+ --------------------------------------------
2143
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
2144
+ Processing by EmployeesController#new as HTML
2145
+ Rendered employees/_form.html.erb (2.8ms)
2146
+ Rendered employees/new.html.erb within layouts/application (3.2ms)
2147
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
2148
+  (0.2ms) ROLLBACK
2149
+  (0.1ms) BEGIN
2150
+ ----------------------------------------------------
2151
+ EmployeesControllerTest: test_should_update_employee
2152
+ ----------------------------------------------------
2153
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
2154
+ Processing by EmployeesController#update as HTML
2155
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}, "id"=>"779315083"}
2156
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
2157
+  (0.1ms) SAVEPOINT active_record_1
2158
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2159
+ Redirected to http://test.host/employees/779315083
2160
+ Completed 302 Found in 6ms (ActiveRecord: 0.7ms)
2161
+  (0.2ms) ROLLBACK
2162
+  (0.2ms) BEGIN
2163
+ -----------------------------------------------------
2164
+ EmployeesControllerTest: test_should_destroy_employee
2165
+ -----------------------------------------------------
2166
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
2167
+  (0.3ms) SELECT COUNT(*) FROM `employees`
2168
+ Processing by EmployeesController#destroy as HTML
2169
+ Parameters: {"id"=>"779315083"}
2170
+ Employee Load (0.3ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
2171
+  (0.2ms) SAVEPOINT active_record_1
2172
+ SQL (0.3ms) DELETE FROM `employees` WHERE `employees`.`id` = 779315083
2173
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2174
+ Redirected to http://test.host/employees
2175
+ Completed 302 Found in 3ms (ActiveRecord: 0.9ms)
2176
+  (0.3ms) SELECT COUNT(*) FROM `employees`
2177
+  (0.5ms) ROLLBACK
2178
+  (0.1ms) BEGIN
2179
+ ---------------------------------------------
2180
+ EmployeesControllerTest: test_should_get_edit
2181
+ ---------------------------------------------
2182
+ Employee Load (0.3ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
2183
+ Processing by EmployeesController#edit as HTML
2184
+ Parameters: {"id"=>"779315083"}
2185
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
2186
+ Rendered employees/_form.html.erb (3.3ms)
2187
+ Rendered employees/edit.html.erb within layouts/application (4.5ms)
2188
+ Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.4ms)
2189
+  (0.3ms) ROLLBACK
2190
+  (0.2ms) BEGIN
2191
+ --------------------------------------------------
2192
+ EmployeesControllerTest: test_should_show_employee
2193
+ --------------------------------------------------
2194
+ Employee Load (0.3ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
2195
+ Processing by EmployeesController#show as HTML
2196
+ Parameters: {"id"=>"779315083"}
2197
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
2198
+ Rendered employees/show.html.erb within layouts/application (1.0ms)
2199
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.4ms)
2200
+  (0.2ms) ROLLBACK
2201
+  (0.1ms) BEGIN
2202
+ ----------------------------------------------------
2203
+ EmployeesControllerTest: test_should_create_employee
2204
+ ----------------------------------------------------
2205
+ Employee Load (0.4ms) SELECT `employees`.* FROM `employees` WHERE `employees`.`id` = 779315083 LIMIT 1
2206
+  (0.3ms) SELECT COUNT(*) FROM `employees`
2207
+ Processing by EmployeesController#create as HTML
2208
+ Parameters: {"employee"=>{"name"=>"persoon_1", "number"=>"123456782", "accountnumber"=>"123456789"}}
2209
+  (0.2ms) SAVEPOINT active_record_1
2210
+ SQL (0.3ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`) VALUES ('persoon_1', 123456782, 123456789, '2015-11-26 21:10:28', '2015-11-26 21:10:28')
2211
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2212
+ Redirected to http://test.host/employees/1056244329
2213
+ Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
2214
+  (0.3ms) SELECT COUNT(*) FROM `employees`
2215
+  (0.5ms) ROLLBACK
2216
+  (0.4ms) SELECT @@FOREIGN_KEY_CHECKS
2217
+  (0.6ms) SET FOREIGN_KEY_CHECKS = 0
2218
+  (0.2ms) BEGIN
2219
+ Fixture Delete (0.9ms) DELETE FROM `employees`
2220
+ Fixture Insert (1.4ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_1', 123456782, 123456789, '2015-11-26 21:10:28', '2015-11-26 21:10:28', 779315083)
2221
+ Fixture Insert (0.5ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_2', 123456789, 167832875, '2015-11-26 21:10:28', '2015-11-26 21:10:28', 930756147)
2222
+ Fixture Insert (0.5ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_3', 1234567890, 466485471, '2015-11-26 21:10:28', '2015-11-26 21:10:28', 8193706)
2223
+ Fixture Insert (0.3ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_4', 1234, 381694089, '2015-11-26 21:10:28', '2015-11-26 21:10:28', 504992517)
2224
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_5', 123456782, 110550803, '2015-11-26 21:10:28', '2015-11-26 21:10:28', 689873810)
2225
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_6', 123456789, 959701141, '2015-11-26 21:10:28', '2015-11-26 21:10:28', 806875690)
2226
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_7', 1234567890, 467648212, '2015-11-26 21:10:28', '2015-11-26 21:10:28', 118538945)
2227
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_8', 1234, 444153934, '2015-11-26 21:10:28', '2015-11-26 21:10:28', 397401904)
2228
+ Fixture Insert (0.4ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_9', 123456782, 368514005, '2015-11-26 21:10:28', '2015-11-26 21:10:28', 547942329)
2229
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_10', 123456789, 615918719, '2015-11-26 21:10:28', '2015-11-26 21:10:28', 245364464)
2230
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_11', 1234567890, 786923113, '2015-11-26 21:10:28', '2015-11-26 21:10:28', 966313595)
2231
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_12', 1234, 123456789, '2015-11-26 21:10:28', '2015-11-26 21:10:28', 546412483)
2232
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_13', 123456782, 123456789, '2015-11-26 21:10:28', '2015-11-26 21:10:28', 395749204)
2233
+ Fixture Insert (0.1ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_14', 123456789, 123456789, '2015-11-26 21:10:28', '2015-11-26 21:10:28', 166867705)
2234
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_15', 1234567890, 123456789, '2015-11-26 21:10:28', '2015-11-26 21:10:28', 1056244324)
2235
+ Fixture Insert (0.2ms) INSERT INTO `employees` (`name`, `number`, `accountnumber`, `created_at`, `updated_at`, `id`) VALUES ('persoon_16', 1234, 123456789, '2015-11-26 21:10:28', '2015-11-26 21:10:28', 670847964)
2236
+  (1.2ms) COMMIT
2237
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
2238
+  (0.1ms) BEGIN
2239
+ ------------------------------------------------------
2240
+ Employee: test_0004_check the record, must be correct!
2241
+ ------------------------------------------------------
2242
+  (0.1ms) ROLLBACK
2243
+  (0.1ms) BEGIN
2244
+ -------------------------------------------------------------
2245
+ Employee: test_0001_check bsn with input number that is false
2246
+ -------------------------------------------------------------
2247
+  (0.1ms) ROLLBACK
2248
+  (0.1ms) BEGIN
2249
+ ------------------------------------------------------------------
2250
+ Employee: test_0002_check rekening with input number that is false
2251
+ ------------------------------------------------------------------
2252
+  (0.1ms) ROLLBACK
2253
+  (0.1ms) BEGIN
2254
+ ------------------------------------------------------
2255
+ Employee: test_0003_check rekening with name too short
2256
+ ------------------------------------------------------
2257
+  (0.2ms) ROLLBACK