Subject: | Tests started to fail |
The test suite fails since about two weeks (see
http://fast-matrix.cpantesters.org/?dist=WWW-Scraper-ISBN-ISBNnu_Driver%200.24;reports=1#sl=7,1 ).
The log starts like this:
...
# Failed test '.. 'isbn10' found [9780571239566]'
# at t/10object.t line 103.
# got: undef
# expected: '0571239560'
# Failed test '.. 'isbn13' found [9780571239566]'
# at t/10object.t line 103.
# got: undef
# expected: '9780571239566'
# Failed test '.. 'ean13' found [9780571239566]'
# at t/10object.t line 103.
# got: undef
# expected: '9780571239566'
# Failed test '.. 'publisher' found [9780571239566]'
# at t/10object.t line 105.
# ''
# doesn't match '(?^:(Macmillan|Faber \S+ Faber))'
# Failed test '.. 'pubdate' found [9780571239566]'
# at t/10object.t line 103.
# got: ''
# expected: 'October 4, 2007'
# Failed test '.. 'pages' found [9780571239566]'
# at t/10object.t line 103.
# got: undef
# expected: '240'
# Failed test '.. 'width' found [9780571239566]'
# at t/10object.t line 103.
# got: undef
# expected: '127'
# Failed test '.. 'height' found [9780571239566]'
# at t/10object.t line 103.
# got: undef
# expected: '203'
# Failed test '.. 'depth' found [9780571239566]'
# at t/10object.t line 103.
# got: undef
# expected: '19'
# Failed test '.. 'weight' found [9780571239566]'
# at t/10object.t line 103.
# got: undef
# expected: '208'
...