mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-12 20:13:59 +02:00
@@ -385,11 +385,10 @@ func TestTransform(t *testing.T) {
|
||||
resizedNotPublished, err := img.Resize("50x50")
|
||||
c.Assert(err, qt.IsNil)
|
||||
c.Assert(resizedNotPublished.Height(), qt.Equals, 50)
|
||||
//c.Assert(resized.RelPermalink(), qt.Equals, "/gopher.changed_hu2e827f5a78333ebc04166dd643235dea_1462_50x50_resize_linear_2.png")
|
||||
// c.Assert(resized.RelPermalink(), qt.Equals, "/gopher.changed_hu2e827f5a78333ebc04166dd643235dea_1462_50x50_resize_linear_2.png")
|
||||
assertShouldExist(c, spec, "public/gopher.changed_hu2e827f5a78333ebc04166dd643235dea_1462_50x50_resize_linear_2.png", false)
|
||||
|
||||
assertNoDuplicateWrites(c, spec)
|
||||
|
||||
})
|
||||
|
||||
c.Run("Concurrent", func(c *qt.C) {
|
||||
|
Reference in New Issue
Block a user