Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'upstream/master' into ios-test | Yuchen Zeng | 2016-06-20 |
|\ | |||
* | | Enable treating warnings as errors in objc tests | Yuchen Zeng | 2016-06-15 |
| | | |||
| * | Update tests XCode project to Cocoapods 1.0.0 | Jorge Canizales | 2016-05-20 |
|/ | |||
* | Split AllTests into 4 schemes | Jorge Canizales | 2015-10-28 |
| | | | | | | | | | For local running one can still tests AllTests, but for C.I. one can test the 4 of them in parallel (and, importantly, deactivate the remote interop tests until we fix them on Travis; while keeping the rest). I had to make the remote tests a subclass of an abstract InteropTests (like InteropTestsLocalSSL and InteropTestsLocalCleartext), and then deactivate the abstract InteropTests on the 4 schemes that use it. | ||
* | Remove outdated routeguide test | Jorge Canizales | 2015-10-28 |
| | | | Eventually all samples will be tested. | ||
* | Add remote interop tests to the suite of tests. | Jorge Canizales | 2015-08-09 |
| | | | | | This would have caught the encoding problem with the default root certificates. | ||
* | Use test certificates and name override for local tests :) | Jorge Canizales | 2015-08-06 |
| | |||
* | Subclass InteropTests to later repeat the tests using SSL | Jorge Canizales | 2015-08-06 |
| | |||
* | Disable tests: unknown method and bad access token | Jorge Canizales | 2015-07-24 |
| | | | | They don’t work against the local server. | ||
* | Share AllTests scheme, without the local RouteGuide tests | Jorge Canizales | 2015-07-20 |
| | |||
* | Remove Cocoapods warning of OTHER_LDFLAGS | Jorge Canizales | 2015-07-18 |
| | | | | We don’t use the Tests library target anyway. | ||
* | Add RemoteTests as GRPCClientTests to tests project | Jorge Canizales | 2015-05-31 |
| | |||
* | Add SampleTests as LocalClearTextTests to tests project | Jorge Canizales | 2015-05-31 |
| | |||
* | Add RemoteProtoTests as InteropTests to tests project | Jorge Canizales | 2015-05-30 |
| | |||
* | Remove empty class AllTests | Jorge Canizales | 2015-05-29 |
| | |||
* | Install GRX into RxLibraryUnitTests.m | Jorge Canizales | 2015-05-29 |
| | |||
* | Minimal "test library" project | Jorge Canizales | 2015-05-29 |