@@ -72,7 +72,7 @@ void should_handle_scenario_outline() {
7272 "##teamcity[testSuiteStarted timestamp = '1970-01-01T12:00:00.000+0000' locationHint = '" + location
7373 + "path/test.feature:5' name = 'examples name']\n " +
7474 "##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 " +
7676 "##teamcity[customProgressStatus type = 'testStarted' timestamp = '1970-01-01T12:00:00.000+0000']\n " +
7777 "##teamcity[testStarted timestamp = '1970-01-01T12:00:00.000+0000' locationHint = '" + location
7878 + "path/test.feature:3' captureStandardOutput = 'true' name = 'first step']\n " +
@@ -83,10 +83,10 @@ void should_handle_scenario_outline() {
8383 "##teamcity[testFinished timestamp = '1970-01-01T12:00:00.000+0000' duration = '0' name = 'second step']\n "
8484 +
8585 "##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 "
8787 +
8888 "##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 " +
9090 "##teamcity[customProgressStatus type = 'testStarted' timestamp = '1970-01-01T12:00:00.000+0000']\n " +
9191 "##teamcity[testStarted timestamp = '1970-01-01T12:00:00.000+0000' locationHint = '" + location
9292 + "path/test.feature:3' captureStandardOutput = 'true' name = 'first step']\n " +
@@ -97,7 +97,7 @@ void should_handle_scenario_outline() {
9797 "##teamcity[testFinished timestamp = '1970-01-01T12:00:00.000+0000' duration = '0' name = 'third step']\n "
9898 +
9999 "##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 "
101101 +
102102 "##teamcity[customProgressStatus testsCategory = '' count = '0' timestamp = '1970-01-01T12:00:00.000+0000']\n "
103103 +
0 commit comments