diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-03-16 18:10:47 +0000 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-03-16 18:10:47 +0000 |
commit | 4a7ff5e95203af8379c8ffe3fdf133714ecbadef (patch) | |
tree | d6d7609aaac3031e23289800f60933e79ec583a5 /lib/tests/plugin.ini | |
parent | 92b969e2391936cbb66a8f547a77f94f05430419 (diff) | |
download | monitoring-plugins-4a7ff5e95203af8379c8ffe3fdf133714ecbadef.tar.gz |
Add tests:
- DOS-newline ini file
- section defined twice
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1951 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/tests/plugin.ini')
-rw-r--r-- | lib/tests/plugin.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/tests/plugin.ini b/lib/tests/plugin.ini index d07fc4f3..e22f8bdb 100644 --- a/lib/tests/plugin.ini +++ b/lib/tests/plugin.ini | |||
@@ -3,10 +3,16 @@ | |||
3 | username=operator | 3 | username=operator |
4 | password=secret # Remember to change later | 4 | password=secret # Remember to change later |
5 | 5 | ||
6 | [section_twice] | ||
7 | foo=bar | ||
8 | |||
6 | [check_mysql2] | 9 | [check_mysql2] |
7 | u=admin | 10 | u=admin |
8 | p=secret | 11 | p=secret |
9 | 12 | ||
13 | [section_twice] | ||
14 | bar=foo | ||
15 | |||
10 | [check space_and_flags] | 16 | [check space_and_flags] |
11 | foo=bar | 17 | foo=bar |
12 | a= | 18 | a= |