Adding basic test cases for the view.
authorJ. Shirley <jshirley@gmail.com>
Fri, 1 Jun 2007 00:40:39 +0000 (00:40 +0000)
committerJ. Shirley <jshirley@gmail.com>
Fri, 1 Jun 2007 00:40:39 +0000 (00:40 +0000)
commit82300460e4966b57774111e8e3b293079acbafdc
tree53bfdd1ccc49f4cfbbe19885215f9db031b63855
parentb3d2ac28347f116ae79fd5055cfff575811d4bef
Adding basic test cases for the view.
t/04basic.t [new file with mode: 0644]
t/05template.t [new file with mode: 0644]
t/lib/TestApp.pm [new file with mode: 0644]
t/lib/TestApp/Controller/Root.pm [new file with mode: 0644]
t/lib/TestApp/View/Email.pm [new file with mode: 0644]
t/lib/TestApp/View/Email/Template.pm [new file with mode: 0644]
t/lib/TestApp/View/TT.pm [new file with mode: 0644]
t/root/text_html/test.tt [new file with mode: 0644]
t/root/text_plain/test.tt [new file with mode: 0644]