Jasmine test for changedMetadata method.

This commit is contained in:
cahrens
2013-05-02 13:39:20 -04:00
parent c7713b6211
commit c01410626f
2 changed files with 13 additions and 2 deletions

View File

@@ -22,8 +22,8 @@
value='${field_value["field"].to_json(field_value["value"])}'
% endif
size='60' />
## Change to False to see all the information being passed through.
% if True:
## Change to True to see all the information being passed through.
% if False:
<label>Help: ${field_value['field'].help}</label>
<label>Type: ${type(field_value['field']).__name__}</label>
<label>Inherited: ${field_value['is_inherited']}</label>