diff -r 000000000000 -r 2e8eeb919028 configurationengine/source/scripts/tests/testdata/report/template.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/configurationengine/source/scripts/tests/testdata/report/template.txt Thu Mar 11 17:04:37 2010 +0200 @@ -0,0 +1,19 @@ +Refs with implementations +========================= +{% for feat in rep_data.lines -%} +{% if not loop.first -%} +------------------------------------------------- +{%- endif %} +Ref: {{ feat.ref }} +Impls: +{% for impl in feat.impls -%} + File = "{{ impl.name }}", type = "{{ impl.type }}", gen_runs = {{impl.generation_runs}} +{% endfor -%} +{% endfor %} + + +Refs with no implementation +=========================== +{% for feat in rep_data.ref_noimpl -%} + {{ feat.ref }} +{% endfor %} \ No newline at end of file