commit | 12972ae5803c68b3c5a0958ede0abd0251e37f40 | [log] [tgz] |
---|---|---|
author | Andrea Frittoli <andrea.frittoli@gmail.com> | Wed Jul 19 10:18:37 2017 +0100 |
committer | Andrea Frittoli <andrea.frittoli@gmail.com> | Wed Jul 19 13:41:47 2017 +0100 |
tree | cc46452b1b528f7c5f8ae9f54213fefda7aba999 | |
parent | d199caf7f4e4359868b27a4bda44123810e48932 [diff] |
Fix account generator unit tests The account generator unit tests patch the set_auth method, however they do so in a broken way, by setting the return value: - set_auth does not return anything - the return value is set to a function The only reason the unit tests work is because set_auth is actually not invoked during the tests. So cleaning all this up. Change-Id: Ied02c38b6a54aad2666abdaed16e454f5c7e65d1