Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the XML-WBXML CPAN distribution.

Report information
The Basics
Id: 39702
Status: resolved
Priority: 0/
Queue: XML-WBXML

People
Owner: Nobody in particular
Requestors: ~yaph/cpan/pause/{nospam}/08-02-26 [...] rainbow.in-berlin.de
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.03
Fixed in: 0.08



Subject: t/01-basic.t fails
t/00-load...........ok t/01-basic..........1/10 # Failed test at t/01-basic.t line 16. # got: '¤j-' # expected: 'Sj-' # Failed test at t/01-basic.t line 25. # got: '<?xml version="1.0"?><!DOCTYPE SyncML PUBLIC "-//SYNCML//DTD SyncML 1.1//EN" "http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd"><SyncML xmlns="SYNCML:SYNCML1.1"/> # ' # expected: '<?xml version="1.0"?><!DOCTYPE SyncML PUBLIC "-//SYNCML//DTD SyncML 1.1//EN" "http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd"><SyncML xmlns="syncml:SYNCML1.1"></SyncML> # ' # Looks like you failed 2 tests of 10. t/01-basic.......... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/10 subtests t/02-noexports......ok t/03-export-x2w.....ok t/04-export-w2x.....ok t/05-export-both....ok t/06-samples........skipped: Test::XML required for this test the second failure looks trivial, it's just a <foo/> vs. a <foo></foo>, but the first i'm not sure about...? this is on debian sid with perl 5.10.0-14 and libwbxml2-dev 0.9.2-6. thanks, robert
On Tue Sep 30 05:43:57 2008, RJOOP wrote: Show quoted text
> t/00-load...........ok > t/01-basic..........1/10 > # Failed test at t/01-basic.t line 16. > # got: '¤j-' > # expected: 'Sj-' > > # Failed test at t/01-basic.t line 25. > # got: '<?xml version="1.0"?><!DOCTYPE SyncML PUBLIC > "-//SYNCML//DTD SyncML 1.1//EN" > "http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd"><SyncML > xmlns="SYNCML:SYNCML1.1"/> > # ' > # expected: '<?xml version="1.0"?><!DOCTYPE SyncML PUBLIC > "-//SYNCML//DTD SyncML 1.1//EN" > "http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd"><SyncML > xmlns="syncml:SYNCML1.1"></SyncML> > # ' > # Looks like you failed 2 tests of 10. > t/01-basic.......... Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/10 subtests > t/02-noexports......ok > t/03-export-x2w.....ok > t/04-export-w2x.....ok > t/05-export-both....ok > t/06-samples........skipped: Test::XML required for this test > > the second failure looks trivial, it's just a <foo/> vs. a <foo></foo>, > but the first i'm not sure about...? > > this is on debian sid with perl 5.10.0-14 and libwbxml2-dev 0.9.2-6. >
I can confirm the error also on debian etch with perl 5.8.8. Regards, Slaven
Fixed.