From: mike Date: Tue, 15 Nov 2005 11:31:52 +0000 (+0000) Subject: Tested ZOOM_scanset_option_get() and ZOOM_scanset_option_set() X-Git-Tag: cpan_1_22~364 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=bc796c5fb526230fcbc420a5ca173b3fbeecf4cf;p=ZOOM-Perl-moved-to-github.git Tested ZOOM_scanset_option_get() and ZOOM_scanset_option_set() This means all functions have been tested except ZOOM_event() ZOOM_connection_last_event() which are to do with asynchronous functioning. Since I don't properly understand yet how this works in ZOOM-C, trying to test the Perl interface would be premature :-) --- diff --git a/ZOOM.xs b/ZOOM.xs index 2e0dbec..2178a23 100644 --- a/ZOOM.xs +++ b/ZOOM.xs @@ -1,4 +1,4 @@ -/* $Id: ZOOM.xs,v 1.29 2005-11-08 16:39:23 mike Exp $ */ +/* $Id: ZOOM.xs,v 1.30 2005-11-15 11:31:52 mike Exp $ */ #include "EXTERN.h" #include "perl.h" @@ -394,13 +394,13 @@ void ZOOM_scanset_destroy(scan) ZOOM_scanset scan -# UNTESTED +# TESTED const char * ZOOM_scanset_option_get(scan, key) ZOOM_scanset scan const char * key -# UNTESTED +# TESTED void ZOOM_scanset_option_set(scan, key, val) ZOOM_scanset scan