| Index: Tools/GardeningServer/ui/ct-results-detail.html
|
| diff --git a/Tools/GardeningServer/ui/ct-results-detail.html b/Tools/GardeningServer/ui/ct-results-detail.html
|
| index c706f5a2337ce370aa083a5d933d1bd46770228f..70c40f2208aef333ad7635f242cbfc964ea0fe32 100644
|
| --- a/Tools/GardeningServer/ui/ct-results-detail.html
|
| +++ b/Tools/GardeningServer/ui/ct-results-detail.html
|
| @@ -54,6 +54,8 @@ found in the LICENSE file.
|
| return;
|
|
|
| var failureInfo = results.failureInfo(this.test, this.builder, this.result);
|
| + // FIXME: Move this logic to a proper model class so that the network requests this makes
|
| + // can be easily mocked out in tests.
|
| results.fetchResultsURLs(failureInfo).then(function(resultsUrls) {
|
| var resultsUrlsByTypeAndKind = {};
|
| resultsUrls.forEach(function(url) {
|
|
|