Perl bindings tests don't seem to work
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 11 Feb 2013 13:15:36 +0000
The test subversion/bindings/swig/perl/native/t/9wc.t was added
# Check the first member of the returned array.
# Check the second member
Note that it checks externals[0] twice rather than checking externals[0]
isa_ok($externals->[2], '_p_svn_wc_external_item2_t');
I get failures because only externals[0] and externals[1] exist.
ok($externals->[0]->url(), 'foobar');
the test still passes.
What's going on? How are these tests supposed to work?
-- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/downloadReceived on 2013-02-11 14:16:28 CET |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.