Skip to content

Commit

Permalink
Update svgdraw_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
srwiley committed Apr 28, 2018
1 parent 1ab66a5 commit 902ce34
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions svgdraw_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,14 @@ func TestTestIcons(t *testing.T) {

func TestStrokeIcons(t *testing.T) {
for _, p := range []string{
//"OpacityStrokeDashTest.svg",
//"OpacityStrokeDashTest2.svg",
//"OpacityStrokeDashTest3.svg",
//"TestShapes.svg",
//"TestShapes2.svg",
//"TestShapes3.svg",
//"TestShapes4.svg",
//"TestShapes5.svg",
"TestShapes6.svg",
"OpacityStrokeDashTest.svg",
"OpacityStrokeDashTest2.svg",
"OpacityStrokeDashTest3.svg",
"TestShapes.svg",
"TestShapes2.svg",
"TestShapes3.svg",
"TestShapes4.svg",
"TestShapes5.svg",
} {
t.Log("reading ", p)
SaveIcon(t, "testdata/"+p)
Expand Down

0 comments on commit 902ce34

Please sign in to comment.