X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=t%2F27-logging.t;h=4415126ce110f93004599de86eadf4de8adb8b6e;hb=d9d033ffe212064a8d1a9f97efea04d4192d604b;hp=cbc9b6a83641f406207a92fe09cef963ebbac9d0;hpb=ba279d40ce06c9b7b2181bd3327e91c226375cf3;p=ZOOM-Perl-moved-to-github.git diff --git a/t/27-logging.t b/t/27-logging.t index cbc9b6a..4415126 100644 --- a/t/27-logging.t +++ b/t/27-logging.t @@ -1,4 +1,4 @@ -# $Id: 27-logging.t,v 1.1 2005-12-21 16:58:36 mike Exp $ +# $Id: 27-logging.t,v 1.2 2007-02-26 14:56:26 mike Exp $ # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 27-logging.t' @@ -13,12 +13,12 @@ check_level("none", 0); check_level("none,debug", 2); check_level("none,warn", 4); check_level("none,warn,debug", 6); -check_level("none,zoom", 8192); +check_level("none,zoom", 16384); check_level("none,-warn", 0); check_level("", 2077); check_level("-warn", 2073); -check_level("zoom", 10269); -check_level("none,zoom,fruit", 24576); +check_level("zoom", 18461); +check_level("none,zoom,fruit", 49152); sub check_level { my($str, $expect) = @_;