Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-04 | [tests] do not mock failures | Kali Kaneko (leap communications) | |
in the variant that was merged, we call a failure method to get the exception, so it's better to test a real failure initialized with an exception. besides, I'm starting to hate mocks. | |||
2016-11-04 | [bug] add tests for outgoing service | Tulio Casagrande | |
This commit originall contained a fix for a wrong variable name that avoided the outgoing service to be launched. This had been fixed in a concurrent mr that got merged before this one. However, this MR contained a couple of tests for the OutgoingService, and I'm merging those tests now. |