On Thu, 22 Nov 2001, Stas Bekman wrote: > isn't it "common" only for httpd-test, but not really common for other > projects using Apache-Test, e.g. mod_perl comes to mind.
nope. Apache::TestCommon::run_write_test could also be used against mod_perl, php, java, python, ssi, cgi, or anything that can generate dynamic content. > The reason I ask is that gozer has suggested to have a similar thing for > mod_perl stuff. For example he saw that many methods that are based on > apr_table_t have identical tests, so he suggested to write a common test > and remove duplication from tests. But than you have already taken > TestCommon here. > > I think these should live outside Apache-Test, somewhere under t/ > specific to each project. For example t/lib/common.pm. that would be fine for common things specific to modperl.
