Artifact 1d9c0ef873fc449bece624c5a85b6d66ada3d53c:
- File tests/fullrun/ezlog_fail/lookithome.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: 431) [annotate] [blame] [check-ins using]
- File tests/fullrun/ezlog_fail_then_pass/firststep.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: 431) [annotate] [blame] [check-ins using]
- File tests/fullrun/ezlog_pass/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: 431) [annotate] [blame] [check-ins using]
- File tests/fullrun/tests/ezlog_fail/lookithome.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: 431) [annotate] [blame] [check-ins using]
- File tests/fullrun/tests/ezlog_fail_then_pass/firststep.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: 431) [annotate] [blame] [check-ins using]
- File tests/fullrun/tests/ezlog_pass/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: 431) [annotate] [blame] [check-ins using]
- File tests/tests/ezlog_fail/lookithome.logpro — part of check-in [4cf18277f3] at 2012-03-20 23:28:57 on branch trunk — Got nbfind working on ubuntu (user: matt, size: 431) [annotate] [blame] [check-ins using]
- File tests/tests/ezlog_fail/lookittmp.logpro — part of check-in [5868dd5b31] at 2011-11-03 22:59:04 on branch trunk — Added test placeholders (user: matt, size: 431) [annotate] [blame] [check-ins using]
- File tests/tests/ezlog_fail_then_pass/firststep.logpro — part of check-in [60d6b0411d] at 2011-11-09 15:09:58 on branch fixing-logpro-test_data — Logpro (pass) + test_data (fail) should be fail but is pass. Added test case for this (user: mrwellan, size: 431) [annotate] [blame] [check-ins using]
- File tests/tests/ezlog_pass/lookittmp.logpro — part of check-in [5868dd5b31] at 2011-11-03 22:59:04 on branch trunk — Added test placeholders (user: matt, size: 431) [annotate] [blame] [check-ins using]
- File tests/tests/ezlog_warn/lookittmp.logpro — part of check-in [5868dd5b31] at 2011-11-03 22:59:04 on branch trunk — Added test placeholders (user: matt, size: 431) [annotate] [blame] [check-ins using]
- File tests/tests/eztest_logpro/lookittmp.logpro — part of check-in [bc64078220] at 2011-10-29 21:51:45 on branch trunk — Fixed test of eztest with logpro (user: matt, size: 431) [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" #/.*/) (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