Artifact ea65513f61f5695b2e3cd80a50af8cc6df73cf6d:
- File tests/tests/ezlog_fail/lookittmp.logpro — part of check-in [b2b8a3f26c] at 2011-11-05 18:11:11 on branch trunk — Got cells.scm and matrix.scm example files working. More steps stuff working Added tests for ezsteps and logpro l (user: matt, size: 473) [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/ #/error/)) ;; but disallow any other errors