Artifact 33f0fc0fd2643bcea89d0908c0425edc20890a75:
- File tests/tests/ezlog_fail/lookittmp.logpro — part of check-in [8ed9886ecf] at 2011-11-06 23:59:21 on branch trunk — Partial fix for eztests. All but warn working correctly' (user: matt, size: 455) [annotate] [blame] [check-ins using]
;; (c) 2006,2007,2008,2009 Matthew Welland matt@kiatoa.com ;; ;; License GPL. (expect:required in "LogFileBody" > 0 "Must be some files in the dir" #/this hopefully will never match anything eh?/) (expect:ignore in "LogFileBody" < 99 "Ignore the word error in comments" #/^\/\/.*error/) (expect:warning in "LogFileBody" = 0 "Any warning" #/WARNING/) (expect:error in "LogFileBody" = 0 "Any error" (list #/ERROR/ #/.*/)) ;; force an error