Skip Menu |

This queue is for tickets about the Net-Analysis CPAN distribution.

Report information
The Basics
Id: 20699
Status: resolved
Priority: 0/
Queue: Net-Analysis

People
Owner: Nobody in particular
Requestors: bmc [...] shmoo.com
Cc:
AdminCc:

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



Subject: portability of tests
The test suite uses Storable to verify deep datastructures from your accepted set vs. the generated set. Please update to use 'nstore', so that the storable files are stored in portable format.
On Wed Jul 26 11:31:09 2006, BMC wrote: Show quoted text
> The test suite uses Storable to verify deep datastructures from your > accepted set vs. the > generated set. Please update to use 'nstore', so that the storable > files are stored in portable > format.
I'm a bit puzzled by this ! The test t/40_Net-Analysis-Listener-TCP.t already uses nstore; and in fact, all the nstore related tests have been commented out because they were so brittle (they're in the __END__ block of the test file). So I think I'm already good to go. Thanks for the bug-hunting though :) - Adam
On Sat Sep 02 11:38:28 2006, WORRALL wrote: Show quoted text
> On Wed Jul 26 11:31:09 2006, BMC wrote:
> > The test suite uses Storable to verify deep datastructures from your > > accepted set vs. the > > generated set. Please update to use 'nstore', so that the storable > > files are stored in portable > > format.
> > I'm a bit puzzled by this ! > > The test t/40_Net-Analysis-Listener-TCP.t already uses nstore; and in > fact, all the nstore related tests have been commented out because > they were so brittle (they're in the __END__ block of the test file).
Oops, I was looking at code I hadn't uploaded ! Fix applied in v0.05, which I've just uploaded. - Adam
This has now been addressed (as of v0.05). Thanks for spotting it ...