Set the test file to write its own file

This commit is contained in:
Martti Leppänen 2017-11-09 15:43:59 -05:00
parent 58bc9312b6
commit 700ff34f6e

View file

@ -517,7 +517,7 @@ func TestImageTrimParameters(t *testing.T) {
t.Errorf("The image wasn't trimmed.")
}
Write("testdata/transparent_trim.png", buf)
Write("testdata/parameter_trim.png", buf)
}
func TestImageLength(t *testing.T) {