Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1239)

Unified Diff: go/src/infra/appengine/test-results/model/full_result.go

Issue 2252623002: test-results: package model: Add type TestList (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@cl-ing_upload
Patch Set: Fix renamed function call Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « go/src/infra/appengine/test-results/model/aggregate_result_test.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/appengine/test-results/model/full_result.go
diff --git a/go/src/infra/appengine/test-results/model/full_result.go b/go/src/infra/appengine/test-results/model/full_result.go
index d99463cf5bddd5ef1d64b4fc42b2dd2a848d1f07..866935e36333260bb1aaabddf839357c829f76a0 100644
--- a/go/src/infra/appengine/test-results/model/full_result.go
+++ b/go/src/infra/appengine/test-results/model/full_result.go
@@ -155,7 +155,6 @@ func (ft *FullTest) UnmarshalJSON(data []byte) error {
}
// constructTree constructs the tree of Nodes from the supplied map.
-// constructTree returns an error if the receiver is nil.
func (ft *FullTest) constructTree(m map[string]interface{}) error {
for k, v := range m {
mm, ok := v.(map[string]interface{})
« no previous file with comments | « go/src/infra/appengine/test-results/model/aggregate_result_test.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698