Subject: | Test suite fails if Image::Epeg is installed. |
On some of my linux smoker systems (various perl versions) the test suite fails. I have the impression this happens only if Image::Epeg is installed:
...
# No 'object' supplied to make thumbnail from at t/imblob.t line 40.
# Failed test 'undef isa 'Image::Magick''
# at t/imblob.t line 43.
# undef isn't defined
# Failed test 'defined x'
# at t/imblob.t line 45.
# Failed test 'correct x'
# at t/imblob.t line 46.
# Failed test 'correct y'
# at t/imblob.t line 47.
# Looks like you failed 4 tests of 7.
t/imblob.t ......
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/7 subtests
# Failed test 'An object of class 'Image::Epeg' isa 'Image::Magick''
# at t/imf.t line 39.
# The object of class 'Image::Epeg' isn't a 'Image::Magick'
# Looks like you failed 1 test of 7.
t/imf.t .........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/7 subtests
# Failed test 'An object of class 'Image::Epeg' isa 'Image::Magick''
# at t/imfa.t line 38.
# The object of class 'Image::Epeg' isn't a 'Image::Magick'
# Looks like you failed 1 test of 6.
t/imfa.t ........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/6 subtests
...