Artifact 5323023529b0d316b919fed1e61407f2196591d4:
- File tests/fullrun/ezlog_warn/lookittmp.logpro — part of check-in [e06ef7ae11] at 2012-04-21 23:36:51 on branch extend-test-get-path — Moved the full run test suite to fullrun (user: matt, size: 554) [annotate] [blame] [check-ins using]
- File tests/fullrun/tests/ezlog_warn/lookittmp.logpro — part of check-in [423f168820] at 2012-04-22 00:03:24 on branch extend-test-get-path — Arduously moved tests to the tests dir (user: matt, size: 554) [annotate] [blame] [check-ins using]
- File tests/tests/ezlog_warn/lookittmp.logpro — part of check-in [3c70848db0] at 2011-12-04 21:56:54 on branch trunk — Added test for logpro required regression and some tweaks to dashboard look 'n feel (user: matt, size: 554) [annotate] [blame] [check-ins using]
;; (c) 2006,2007,2008,2009 Matthew Welland matt@kiatoa.com ;; ;; License GPL. (expect:warning in "LogFileBody" = 0 "Any warning" #/.*/) ;; Can't have a required since it will mask the warns! Could make the warn non-overlapping with the ;; required I suppose... ;; (expect:required in "LogFileBody" > 0 "Must be some files in the dir" #/.*/) (expect:ignore in "LogFileBody" < 99 "Ignore the word error in comments" #/^\/\/.*error/) (expect:error in "LogFileBody" = 0 "Any error" (list #/ERROR/ #/error/)) ;; but disallow any other errors