Adding Page macro test. If there complaints about not being able to

access variables from an Asset, the test is very easy to extend to add
new fields or asset types.
The remaining t's have had their URLs lower-cased to be URL compliant.
This commit is contained in:
Colin Kuskie 2006-07-19 22:20:49 +00:00
parent 531d4284e3
commit ac953d2043
6 changed files with 96 additions and 5 deletions

View file

@ -267,7 +267,7 @@ sub setupTest {
my $properties = {
title => 'EditableToggle test template',
className => 'WebGUI::Asset::Template',
url => 'EditableToggle-test',
url => 'editabletoggle-test',
namespace => 'Macro/EditableToggle',
template => "HREF=<tmpl_var toggle.url>\nLABEL=<tmpl_var toggle.text>",
groupIdEdit => $editGroup->getId(),