From 673108c6cd8c84f72db0ddb2997b96cbe28ba5ea Mon Sep 17 00:00:00 2001 From: "tonvoon@users.sourceforge.net" Date: Fri, 5 Jun 2009 17:01:22 +0000 Subject: Fixed parsing when two = signs within the performance data portion --- t/Nagios-Plugin-Performance.t | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 't') diff --git a/t/Nagios-Plugin-Performance.t b/t/Nagios-Plugin-Performance.t index bbf0b20..6904f4c 100644 --- a/t/Nagios-Plugin-Performance.t +++ b/t/Nagios-Plugin-Performance.t @@ -1,4 +1,5 @@ +use warnings; use strict; use Test::More; use Nagios::Plugin::Functions; @@ -40,7 +41,7 @@ my @test = ( }, ); -plan tests => (11 * scalar @test) + 175; +plan tests => (11 * scalar @test) + 176; use_ok('Nagios::Plugin::Performance'); diag "\nusing Nagios::Plugin::Performance revision ". $Nagios::Plugin::Performance::VERSION . "\n" if $ENV{TEST_VERBOSE}; @@ -349,4 +350,7 @@ is( $p[2]->min, undef, "min ok"); is( $p[2]->max, undef, "max ok"); +@p = Nagios::Plugin::Performance->parse_perfstring("processes=9;WKFLSV32.exe;9="); +is_deeply( \@p, [], "Fails parsing correctly"); + # add_perfdata tests in t/Nagios-Plugin-01.t -- cgit v1.2.3-74-g34f1