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:
parent
531d4284e3
commit
ac953d2043
6 changed files with 96 additions and 5 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue