Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-05-25 | Minor change of statement order in unit test | Diva Canto | 1 | -3/+4 | |
2015-05-12 | One more test in UserAccountsClient. | Diva Canto | 1 | -1/+5 | |
2015-05-11 | Added tests for UserAccountService in Robust. In the process fixed a couple ↵ | Diva Canto | 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. | |||||
2015-05-11 | Trivial change just to trigger jenkins to build again | Diva Canto | 1 | -0/+1 | |
2015-05-11 | Added inventory tests to Robust.Tests. | Diva Canto | 2 | -0/+154 | |
2015-05-10 | Added simple test for IM in Robust too. | Diva Canto | 1 | -0/+58 | |
Changed Inventory data to use the mock one in Common Tests. (but still not inventory tests) | |||||
2015-05-10 | Added this form that comes handy for testing the grid service in Robust. | Diva Canto | 1 | -0/+11 | |
2015-05-10 | Added the beginning of a new test framework for robust connectors and ↵ | Diva Canto | 3 | -0/+281 | |
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. |