summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2013-09-20 16:51:10 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2013-09-20 16:51:10 +0100
commit3bedd8f08aae9ec0c02cecb1722e6fe2125da632 (patch)
treed259ef5adaf04647c93898cd55e6722bd977d59d
parent2b34dd38f17470d32d98bd641935d55d5ae6792a (diff)
fixed moin templatesHEADmaster
-rw-r--r--templates/subindex.moin4
-rw-r--r--templates/testcase.moin2
2 files changed, 5 insertions, 1 deletions
diff --git a/templates/subindex.moin b/templates/subindex.moin
index 9024c9c..e0412cc 100644
--- a/templates/subindex.moin
+++ b/templates/subindex.moin
@@ -1,7 +1,9 @@
+
[[{{ prefix }}/Index | Test Case Index]]
+
{% for object in objects %}
=== {{ object.name }} ===
{% for tc in object.test_cases %}
- # [[{{ prefix }}/{{ tc.script_path }}_{{ tc.name }}|{{ tc.name }}]]
+ 1.#1 [[{{ prefix }}/{{ tc.script_path }}_{{ tc.name }}|{{ tc.name }}]]
{% endfor %}
{% endfor %}
diff --git a/templates/testcase.moin b/templates/testcase.moin
index 0f70598..7561eea 100644
--- a/templates/testcase.moin
+++ b/templates/testcase.moin
@@ -1,6 +1,8 @@
+
[[{{ prefix }}/index | Test Case Index]]
[[{{ giturl }}gitweb?p={{ gitpath }};a=blob;f={{ testcase.script_path }}/{{ testcase.script_name }};hb={{ testcase.repository.sha1 }}|Test Case source]]
+
== {{ testcase.name }} ==
* format: {{ testcase.format }}
* maintainers: