Skip to content

Commit

Permalink
Merge pull request #15172 from stevekuznetsov/skuznets/junitreport-fix
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Jul 13, 2017
2 parents d75fa49 + 7ac9870 commit 7dd9a2b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions tools/junitreport/pkg/parser/gotest/data_parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,9 @@ func TestMarksTestBeginning(t *testing.T) {
name: "numeric",
testLine: "=== RUN 1234",
},
{
name: "url",
testLine: "=== RUN github.com/maintainer/repository/package/file",
},
{
name: "failed print",
testLine: "some other text=== RUN github.com/maintainer/repository/package/file",
testLine: "some other text=== RUN TestName",
},
}

Expand Down Expand Up @@ -54,11 +50,6 @@ func TestExtractTestName(t *testing.T) {
testLine: "=== RUN 1234",
expectedName: "1234",
},
{
name: "url",
testLine: "=== RUN github.com/maintainer/repository/package/file",
expectedName: "github.com/maintainer/repository/package/file",
},
{
name: "basic end",
testLine: "--- PASS: Test (0.10 seconds)",
Expand Down

0 comments on commit 7dd9a2b

Please sign in to comment.