diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2007-02-08 15:58:15 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2007-02-08 15:58:15 +0000 |
commit | 489df48f9d1891b46ae4be911080ab4667058f2d (patch) | |
tree | fea89ac882fe294d9c73b36bb3133d75cfb89caf /t/Nagios-Plugin-Performance.t | |
parent | 0e41613e9f547ab97365329572555936e84f77b2 (diff) | |
download | monitoring-plugin-perl-489df48f9d1891b46ae4be911080ab4667058f2d.tar.gz |
Fixed warnings when no uom specified for add_perfdata
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1618 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 't/Nagios-Plugin-Performance.t')
-rw-r--r-- | t/Nagios-Plugin-Performance.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/Nagios-Plugin-Performance.t b/t/Nagios-Plugin-Performance.t index e0eb2f6..1ae330a 100644 --- a/t/Nagios-Plugin-Performance.t +++ b/t/Nagios-Plugin-Performance.t | |||
@@ -80,3 +80,5 @@ cmp_ok( $p[0]->rrdlabel, "eq", "home_a_m", "changing / to _"); | |||
80 | cmp_ok( $p[1]->rrdlabel, "eq", "shared_folder_big", "replacing bad characters"); | 80 | cmp_ok( $p[1]->rrdlabel, "eq", "shared_folder_big", "replacing bad characters"); |
81 | cmp_ok( $p[2]->rrdlabel, "eq", "1234567890123456789", "shortening rrd label"); | 81 | cmp_ok( $p[2]->rrdlabel, "eq", "1234567890123456789", "shortening rrd label"); |
82 | 82 | ||
83 | |||
84 | # add_perfdata tests in t/Nagios-Plugin-01.t | ||