View Task #286

Summary: Make tests for class overriding

Difficulty: 2    Version goal: Future   
Status: Part Done    Owner: autarch   

Description
Make tests for the overriding of classes (like using a custom request or lexer class). This should be tested to make sure that it works (duh) and that a custom class's params are recognized in httpd.conf files as well.

So I should be able to do:

PerlSetVar MasonLexerClass HTML::Mason::Lexer::WithFooParam

PerlSetVar MasonFoo "FOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO!"

History

Jan 8, 2002 09:43 PM   Dave Rolsky created task.
Jan 8, 2002 09:43 PM   Dave Rolsky set difficulty to 2.
Jan 8, 2002 09:43 PM   Dave Rolsky set version_goal to 1.1x.
Mar 26, 2002 02:20 PM   Dave Rolsky writes: There are some tests in 15-subclass.t for the non Apache config bits
Jul 20, 2002 06:04 PM   Dave Rolsky writes: We already have some (in 08-ah.t)
Aug 25, 2002 02:40 AM   Dave Rolsky writes: Additionally, the HTML::Mason::Request::WithApacheSession tests only work if Mason's Request subclassing mechanisms work.
Dec 21, 2002 11:07 AM   Dave Rolsky changed status from Start to Part Done.
Dec 21, 2002 11:07 AM   Dave Rolsky set owner to autarch.
Dec 21, 2002 11:07 AM   Dave Rolsky writes: This is part done. There are tests in 15-subclass.t for subclassing and some of the tests that use a handler.pl file for 08-apache.t do explicitly set a subclass. Still need to test that extra params are respected in the httpd.conf file.
Apr 27, 2003 09:48 AM   Dave Rolsky changed version_goal from 1.1x to Future.