Hi Michael,
I was writing a test for a script which ultimately restarts a bunch of
processes.
I read the pids into an array, called the script, waited a little, and finally
read the new pids into another array.
The test was intended to make sure that the pids changed by comparing the two
arrays.
I ended up using the discouraged "ok( (not eq_array(...)) )" solution.
Thanks :)
On Wednesday 14 May 2008 14:55:56 Michael G Schwern via RT wrote:
Show quoted text> <URL:
http://rt.cpan.org/Ticket/Display.html?id=35874 >
>
> Yonatan Broza via RT wrote:
> > "is_deeply" is great.
>
> Thanks.
>
> > Wish we had a "isnt_deeply" in which a test passes if and only if the
> > arguments do not match deeply.
>
> That would be something you should request of Test::Deep. I'm curious what
> you found you need it for?