Subject: | Test fail for 2.0 on 5.18.0 |
Date: | Tue, 30 Jul 2013 15:32:45 +0400 |
To: | bug-Net-Jabber [...] rt.cpan.org |
From: | Dmitriy Stremkovskiy <d.stremkovskiy [...] corp.mail.ru> |
Hello.
I use prefixed perl (/usr/local/perl5.18.0/...) and all of its
components on the server based on Centos 6.4 x86_64.
Server is firewalled and has no access to outside except via proxy.
I've succesfully built all needed dependecies.
All modules have passed 'make test' phase.
Now, i'm trying to build perl-Net-Jabber module.
Build went ok, however make test failed on
t/protocol_rpc.t .............. 1/19 # Failed test (t/protocol_rpc.t
at line 40)
# got: '<query
xmlns='jabber:iq:rpc'><methodResponse><params><param><value><string>foo</string></value></param><param><value><i4>4</i4></value></param><param><value><struct><member><name>b</name><value><string>bar</string></value></member><member><name>a</name><value><i4>1</i4></value></member></struct></value></param><param><value><array><data><value><string>a</string></value></data><data><value><i4>1</i4></value></data><data><value><string>foo</string></value></data></array></value></param></params></methodResponse></query>'
# expected: '<query
xmlns='jabber:iq:rpc'><methodResponse><params><param><value><string>foo</string></value></param><param><value><i4>4</i4></value></param><param><value><struct><member><name>a</name><value><i4>1</i4></value></member><member><name>b</name><value><string>bar</string></value></member></struct></value></param><param><value><array><data><value><string>a</string></value></data><data><value><i4>1</i4></value></data><data><value><string>foo</string></value></data></array></value></param></params></methodResponse></query>'
# Looks like you failed 1 tests of 19.
t/protocol_rpc.t .............. Dubious, test returned 1 (wstat 256, 0x100)
Looks like wrong order in test.
--
WBR, Dmitriy Stremkovskiy.