cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestUtil.pm

2004-07-12 Thread stas
stas2004/07/12 12:03:57 Modified:perl-framework/Apache-Test/lib/Apache TestUtil.pm Log: restore the order the debug tracing is done, expected followed by actual Revision ChangesPath 1.41 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestUtil.pm

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestUtil.pm

2004-06-10 Thread geoff
geoff 2004/06/10 06:14:36 Modified:perl-framework/Apache-Test Changes perl-framework/Apache-Test/lib/Apache TestUtil.pm Log: switch the order of arguments in t_cmp() and t_is_equal() so that the order matches Test::More::is() and other Test::More functions. the

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestUtil.pm

2004-04-12 Thread stas
stas2004/04/12 11:09:14 Modified:perl-framework/Apache-Test/lib/Apache TestUtil.pm Log: actually in this case () aren't needed Revision ChangesPath 1.36 +1 -3 httpd-test/perl-framework/Apache-Test/lib/Apache/TestUtil.pm Index: TestUtil.pm

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestUtil.pm

2003-02-03 Thread stas
stas2003/02/02 22:27:39 Modified:perl-framework/Apache-Test/lib/Apache TestUtil.pm Log: add another convenience function: t_append_file Revision ChangesPath 1.28 +42 -7 httpd-test/perl-framework/Apache-Test/lib/Apache/TestUtil.pm Index: TestUtil.pm

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestUtil.pm

2002-12-02 Thread stas
stas2002/12/02 09:10:25 Modified:.Changes perl-framework/Apache-Test/lib/Apache TestUtil.pm Log: revert the last change (and go to sleep already). The code was doing the right thing already. the problem is with the base directory, looks like some

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestUtil.pm

2002-01-06 Thread stas
stas02/01/05 22:11:57 Modified:src/docs/2.0/devel/testing testing.pod perl-framework/Apache-Test/lib/Apache TestUtil.pm Log: - document the regex functionality of t_cmp - show examples in the user documentation Revision ChangesPath 1.4 +16 -1

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestUtil.pm

2001-12-21 Thread stas
stas01/12/21 03:38:20 Modified:perl-framework/Apache-Test/lib/Apache TestUtil.pm Log: - documentation nit Revision ChangesPath 1.23 +4 -3 httpd-test/perl-framework/Apache-Test/lib/Apache/TestUtil.pm Index: TestUtil.pm

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestUtil.pm

2001-12-20 Thread stas
stas01/12/20 01:39:28 Modified:perl-framework/Apache-Test/lib/Apache TestUtil.pm Log: - handle undef's in t_debug Revision ChangesPath 1.21 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestUtil.pm Index: TestUtil.pm

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestUtil.pm

2001-12-07 Thread dougm
dougm 01/12/07 13:39:02 Modified:perl-framework/Apache-Test/lib/Apache TestUtil.pm Log: new function to chown a file or directory to the test User/Group noop if chown is unsupported Revision ChangesPath 1.17 +33 -0

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestUtil.pm

2001-10-20 Thread Stas Bekman
[EMAIL PROTECTED] wrote: dougm 01/10/19 22:02:05 Modified:perl-framework/Apache-Test/lib/Apache TestUtil.pm Log: function to write a shell script for unix, bat for win32 ... +sub write_shell_script { shouldn't this be t_write_shell_script in complience with the naming of other