aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.Tests.ini (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added tests for UserAccountService in Robust. In the process fixed a couple ↵Diva Canto2015-05-111-8/+9
| | | | 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.
* Added inventory tests to Robust.Tests.Diva Canto2015-05-111-1/+1
|
* Added simple test for IM in Robust too.Diva Canto2015-05-101-43/+15
| | | | Changed Inventory data to use the mock one in Common Tests. (but still not inventory tests)
* Added the beginning of a new test framework for robust connectors and ↵Diva Canto2015-05-101-0/+495
services. For now, just Grid and Presence. This framework starts a robust server (as a thread) listening on a port in localhost, then the tests are client code.