Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor change of statement order in unit test | Diva Canto | 2015-05-25 | 1 | -3/+4 |
| | |||||
* | One more test in UserAccountsClient. | Diva Canto | 2015-05-12 | 1 | -1/+5 |
| | |||||
* | Added tests for UserAccountService in Robust. In the process fixed a couple ↵ | Diva Canto | 2015-05-11 | 1 | -0/+81 |
of bugs in the network connectors. For some reason the robust-bound code had a CreateUser method, while the client-bound code had no such method. I assume someone is extending the client-side code with their own connectors. I added the missing method, but didn't add it to the service interface. |