Revision history for Perl extension Test::WWW::Simple.
0.18 Wed Nov 16 15:10:16 2005
- Changed page_like and page_unlike to actually fail
instead of just issuing a diag when a fetch fails
- added page_like_full and page_unlike_full for folks
who actually want to see the entire page source as
a diag when a test fails
0.17 Wed Nov 9 15:33:01 2005
- added last_test, to allow simple_scan plugins to
check the status of the last test.
0.16 Wed Sep 28 15:25:22 2005
- Switched underlying Mech object to Mech::Pluggable.
- Added mech(), for plugin support in future
versions of simple_scan
- removed simple_scan to App::SimpleScan
0.15 Fri Sep 23 17:38:13 2005
- Added alternate bracketing: <xx> and >xx<
now both work
- Added tests to verify that a bug causing
multiple copies of lines with no substitutions
to be emitted when an "xx" pragma was in force
0.14 Tue Sep 20 17:17:42 2005
- updated simple_scan:
- handles flags on regexes
- Handles test spec syntax errors better
- Adds notation as to whether pattern should
have matched or not to the test comment
0.13 Wed Aug 31 16:44:02 2005
- added pod tests
0.12 Tue Aug 23 15:58:44 2005
- --warn option added (print warnings if any;
off by default)
0.11 Mon Apr 18 10:29:33 2005
- added %cache/%nocache pragmas to simple_scan
- added tests for cache/nocache in simple_scan
- added pause to webserver-based tests to allow it to spin up
- refactored page_like/page_unlike shared code
- added tests for cache/no_cache import
- reworked output check in 06ss_fails.t
- updated README to mention simple_scan and caching, and to
actually include an accurate version number
0.10 Mon Mar 28 13:52:35 2005
- cache/no_cache routines
0.09 Tue Feb 2 10:03:56 2005
- minor changes to example simple_scan input
0.08 Mon Feb 1 19:04:34 2005
- Further updates to simple_scan
-- expanded %%xx pragma support
-- automatic embed of source URL in test output
- 100% test coverage!
0.07 Fri Jan 28 11:53:07 2005
- Updates for simple_scan
-- comments now supported (# in column 1)
-- blank lines now supported (d'oh!)
-- garbage lines now silently discarded
- Modified logic in page_like/page_unlike to
play properly with Test::Harness; now does
either a fail() or the test, depending on whether
WWW::Mechanize->get() fails or not.
0.06 Thu Jan 27 15:30:45 2005
- documented pragmas (but didn't update Changes!)
0.05 Wed Jan 26 15:30:02 2005
- added %%xx: and %%agent pragmas for simple_scan
- added tests for these items
- changed default user agent to 'Windows IE 6'
0.04 Tue Jan 25 09:36:21 2005
- added tests for simple_scan examples
0.03 Fri Jan 21 17:04:00 2005
- added examples/ to MANIFEST (oops)
0.02 Fri Jan 21 14:11:23 2005
- updated exaples/simple_scan to use Regexp::Common to
parse URLs and regexes out of input
0.01 Fri Jan 14 14:31:55 2005
- original version; created by h2xs 1.23 with options
-AN -n Test::WWW