X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=t%2F17-logging.t;h=b6477bd9cef4077271dee0b564be5de28cb1f689;hb=27aa6e40e9ae506ec0ff9e7b72d0a35cc6bcc874;hp=143a63bcb08c2f8527314891e8e7d23204bdc221;hpb=ba279d40ce06c9b7b2181bd3327e91c226375cf3;p=ZOOM-Perl-moved-to-github.git diff --git a/t/17-logging.t b/t/17-logging.t index 143a63b..b6477bd 100644 --- a/t/17-logging.t +++ b/t/17-logging.t @@ -1,4 +1,4 @@ -# $Id: 17-logging.t,v 1.1 2005-12-21 16:58:36 mike Exp $ +# $Id: 17-logging.t,v 1.4 2005-12-22 12:52:45 mike Exp $ # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 17-logging.t' @@ -30,6 +30,7 @@ sub check_level { # side-effects, which makes them painful to write tests for. At the # moment, I think we have better ways to spend the time, so these # functions remain untested: +# int yaz_log_module_level(const char *name); # void yaz_log_init(int level, const char *prefix, const char *name); # void yaz_log_init_file(const char *fname); # void yaz_log_init_level(int level);