Bring cop label testing in line with intentions.
authorCraig A. Berry <craigberry@mac.com>
Sun, 17 Jul 2011 15:36:31 +0000 (10:36 -0500)
committerCraig A. Berry <craigberry@mac.com>
Sun, 17 Jul 2011 15:49:37 +0000 (10:49 -0500)
commit32708f0ba1e66eac30fcacacec55083a2bdf4fa1
treeb7c8b47d942e299f1652eeb3362edad65473b772
parent5db9882c5b5d071bd70347ae5b5e248fc73c24d1
Bring cop label testing in line with intentions.

8375c93eec supplied tests for a newly exported API but the type
declarations for the arguments and return values didn't match the
types of the API being tested.

aebc0cbee0 renamed the functions without updating the calls to
those functions in the test.

Either of these could have been easily spotted by building with
g++ (or other readily available tools) before pushing.

This aside from the controversy over whether this particular API
is the one that should be publicly exported, so this all may be
reverted and replaced before 5.16.0, but hopefully it will unbreak
the build for now.
ext/XS-APItest/APItest.xs