X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=t%2F17-logging.t;h=3ca43b57b7500eb7737ea01673bc620791db13df;hb=87c72eaf97a3dbf51a93dab782c2909539addc48;hp=be7233230ce17a9c3a658549abc6e9da33fc90b9;hpb=0a84d4dda0570e7dc4fc4c773ebdb18dbe838ecd;p=ZOOM-Perl-moved-to-github.git diff --git a/t/17-logging.t b/t/17-logging.t index be72332..3ca43b5 100644 --- a/t/17-logging.t +++ b/t/17-logging.t @@ -1,5 +1,3 @@ -# $Id: 17-logging.t,v 1.2 2005-12-22 12:52:05 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,7 +28,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: -# yaz_log_module_level(const char *name) +# 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);