| Index: client/logdog/annotee/annotation/annotation_test.go
|
| diff --git a/client/logdog/annotee/annotation/annotation_test.go b/client/logdog/annotee/annotation/annotation_test.go
|
| index a79f7d2b95a10aab42f1d5e26eba2e734680dd8d..0528eeeabfa0caf030051288ae38dc62cf82aa1f 100644
|
| --- a/client/logdog/annotee/annotation/annotation_test.go
|
| +++ b/client/logdog/annotee/annotation/annotation_test.go
|
| @@ -119,8 +119,9 @@ func superfluous(touched stringset.Set) error {
|
| return nil
|
| }
|
|
|
| -// playAnnotationScript loads an annotation script from "path" and plays it
|
| -// through the supplied State line-by-line.
|
| +// playAnnotationScript loads named annotation script and plays it
|
| +// through the supplied State line-by-line. Returns path to the annotation
|
| +// script.
|
| //
|
| // Empty lines and lines beginning with "#" are ignored. Preceding whitespace
|
| // is discarded.
|
| @@ -291,6 +292,7 @@ func TestState(t *testing.T) {
|
| "BAZ": "QUX",
|
| },
|
| }},
|
| + {"timestamps", nil},
|
| {"coverage", nil},
|
| }
|
|
|
|
|