Skip Menu |

This queue is for tickets about the Catalyst-Controller-SOAP CPAN distribution.

Report information
The Basics
Id: 78038
Status: resolved
Priority: 0/
Queue: Catalyst-Controller-SOAP

People
Owner: Nobody in particular
Requestors: mods [...] hank.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.23
Fixed in: (no value)



I'm seeing this failure. Is "Math::BigInt" really suppose to be in that test? http://search.cpan.org/grep?cpanid=DRUOSO&release=Catalyst-Controller-SOAP- 1.23&string=Math%3A%3ABigInt&i=1&n=1&C=0 t/PostApp.t ................... 1/19 # Failed test 'RPC Literal response: <SOAP-ENV:Envelope xmlns:SOAP- ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><GreetResponse xmlns="http://example.com/hello"><hello:greeting xmlns:hello="http://example.com/hello">3 Hello World!</hello:greeting> </GreetResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>' # at t/PostApp.t line 59. # '<SOAP-ENV:Envelope xmlns:SOAP- ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><GreetResponse xmlns="http://example.com/hello"><hello:greeting xmlns:hello="http://example.com/hello">3 Hello World!</hello:greeting> </GreetResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>' # doesn't match '(?^:greeting[^>]+\>3 Hello World\!Math::BigInt\</)'
This is actually an improvement. XML::Compile will only use BigInt for big numbers now, updated the test to use a really big number, forcing it to use Math::BigInt.
(I meant, I just released 1.24 with the changed test)
er, I didn't mean to reopen.