@@ -72,7 +72,7 @@ void should_handle_scenario_outline() {
72
72
"##teamcity[testSuiteStarted timestamp = '1970-01-01T12:00:00.000+0000' locationHint = '" + location
73
73
+ "path/test.feature:5' name = 'examples name']\n " +
74
74
"##teamcity[testSuiteStarted timestamp = '1970-01-01T12:00:00.000+0000' locationHint = '" + location
75
- + "path/test.feature:7' name = 'Example #1.1 - name 1']\n " +
75
+ + "path/test.feature:7' name = '#1.1 - name 1']\n " +
76
76
"##teamcity[customProgressStatus type = 'testStarted' timestamp = '1970-01-01T12:00:00.000+0000']\n " +
77
77
"##teamcity[testStarted timestamp = '1970-01-01T12:00:00.000+0000' locationHint = '" + location
78
78
+ "path/test.feature:3' captureStandardOutput = 'true' name = 'first step']\n " +
@@ -83,10 +83,10 @@ void should_handle_scenario_outline() {
83
83
"##teamcity[testFinished timestamp = '1970-01-01T12:00:00.000+0000' duration = '0' name = 'second step']\n "
84
84
+
85
85
"##teamcity[customProgressStatus type = 'testFinished' timestamp = '1970-01-01T12:00:00.000+0000']\n " +
86
- "##teamcity[testSuiteFinished timestamp = '1970-01-01T12:00:00.000+0000' name = 'Example #1.1 - name 1']\n "
86
+ "##teamcity[testSuiteFinished timestamp = '1970-01-01T12:00:00.000+0000' name = '#1.1 - name 1']\n "
87
87
+
88
88
"##teamcity[testSuiteStarted timestamp = '1970-01-01T12:00:00.000+0000' locationHint = '" + location
89
- + "path/test.feature:8' name = 'Example #1.2 - name 2']\n " +
89
+ + "path/test.feature:8' name = '#1.2 - name 2']\n " +
90
90
"##teamcity[customProgressStatus type = 'testStarted' timestamp = '1970-01-01T12:00:00.000+0000']\n " +
91
91
"##teamcity[testStarted timestamp = '1970-01-01T12:00:00.000+0000' locationHint = '" + location
92
92
+ "path/test.feature:3' captureStandardOutput = 'true' name = 'first step']\n " +
@@ -97,7 +97,7 @@ void should_handle_scenario_outline() {
97
97
"##teamcity[testFinished timestamp = '1970-01-01T12:00:00.000+0000' duration = '0' name = 'third step']\n "
98
98
+
99
99
"##teamcity[customProgressStatus type = 'testFinished' timestamp = '1970-01-01T12:00:00.000+0000']\n " +
100
- "##teamcity[testSuiteFinished timestamp = '1970-01-01T12:00:00.000+0000' name = 'Example #1.2 - name 2']\n "
100
+ "##teamcity[testSuiteFinished timestamp = '1970-01-01T12:00:00.000+0000' name = '#1.2 - name 2']\n "
101
101
+
102
102
"##teamcity[customProgressStatus testsCategory = '' count = '0' timestamp = '1970-01-01T12:00:00.000+0000']\n "
103
103
+
0 commit comments