aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Clients/UserAccounts/UserAccountsClient.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-11Added tests for UserAccountService in Robust. In the process fixed a couple ↵Diva Canto1-144/+0
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.
2012-03-21Updated the UserAccountsClient a little bit, plus some more sanity checks on ↵Diva Canto1-21/+45
the service connector.
2010-01-02Test client for remote user account connector and service. It seems to be ↵Diva Canto1-0/+120
working.