summaryrefslogtreecommitdiff
path: root/t/test-parser.rb
AgeCommit message (Collapse)Author
2012-11-20Added xtra numbers to macro test.Patrick J Cherry
2012-11-19 Ensure that hostnames used for ping-tests are valid - to avoid the ↵Steve Kemp
security hole.
2012-11-18 Test that the hostname goes in the alert text - if none-specifiedSteve Kemp
2012-11-15 Raise an exception on a bogus line - and test for that.Steve Kemp
2012-11-15 Throw an exception if we attempt to redefine a macro.Steve Kemp
2012-11-14 Updated test casesSteve Kemp
2012-11-14 Moved parser code into its own file, and updated main script + test suite ↵Steve Kemp
to use it.
2012-11-14 Added another test.Steve Kemp
2012-11-14 Updated test suite to cover macros with numbers in their names.Steve Kemp
2012-11-14 comment-updates.Steve Kemp
2012-11-14 Test that we can define macros with just a single host - no " and "Steve Kemp
2012-11-13 Added more tests - specifically look for default port-saniytSteve Kemp
2012-11-13 Added ping to the list of primitives tested.Steve Kemp
2012-11-13 Considerably more test-cases.Steve Kemp
2012-11-13 Test that invoking parse_line() honours macro definitions.Steve Kemp
2012-11-13 Fixed to load the main code so we can test our parser.Steve Kemp
2012-11-13 Fixed include paths.Steve Kemp
2012-11-13 added test-case to cover basic file-parsing.Steve Kemp