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

Unified Diff: logdog/client/annotee/annotation/test_expectations/nested_steps.proto.txt

Issue 2328023003: Fix Annotee stream name generation. (Closed)
Patch Set: Remove debugging junk. Created 4 years, 3 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
Index: logdog/client/annotee/annotation/test_expectations/nested_steps.proto.txt
diff --git a/logdog/client/annotee/annotation/test_expectations/nested_steps.proto.txt b/logdog/client/annotee/annotation/test_expectations/nested_steps.proto.txt
deleted file mode 100644
index edb447870a8eb0ce230a21bdbf1d88e0f91e35bb..0000000000000000000000000000000000000000
--- a/logdog/client/annotee/annotation/test_expectations/nested_steps.proto.txt
+++ /dev/null
@@ -1,56 +0,0 @@
-name: "steps"
-status: SUCCESS
-substep: <
- step: <
- name: "not nested"
- status: SUCCESS
- started: <
- seconds: 1420070400
- >
- ended: <
- seconds: 1420070400
- >
- >
->
-substep: <
- step: <
- name: "nesting.parent"
- status: SUCCESS
- substep: <
- step: <
- name: "nesting.child0"
- status: SUCCESS
- started: <
- seconds: 1420070400
- >
- ended: <
- seconds: 1420070400
- >
- >
- >
- substep: <
- step: <
- name: "nesting.child1"
- status: SUCCESS
- started: <
- seconds: 1420070400
- >
- ended: <
- seconds: 1420070400
- >
- >
- >
- started: <
- seconds: 1420070400
- >
- ended: <
- seconds: 1420070400
- >
- >
->
-started: <
- seconds: 1420070400
->
-ended: <
- seconds: 1420070400
->

Powered by Google App Engine
This is Rietveld 408576698