configurationengine/source/scripts/tests/testdata/compare/data_template.txt
changeset 0 2e8eeb919028
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/source/scripts/tests/testdata/compare/data_template.txt	Thu Mar 11 17:04:37 2010 +0200
@@ -0,0 +1,6 @@
+Changed values:
+{% for fqr in data.sourcedata.features|sort -%}
+{%- if fqr in data.targetdata.features and data.sourcedata.features[fqr]['value'] != data.targetdata.features[fqr]['value'] -%}
+{{ data.sourcedata.features[fqr]['fqr'] }} | {{ data.sourcedata.features[fqr]['value'] }} | {{ data.targetdata.features[fqr]['value'] }}
+{% endif -%}
+{%- endfor -%}
\ No newline at end of file