aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2023-06-29 20:08:49 +0200
committert3sserakt <t3ss@posteo.de>2023-06-29 20:08:49 +0200
commit94c59cf1df9cea07b17b41662f852da46da9b229 (patch)
tree04e120f6845f8679d39fe40d160c9e184e767f94
parent18bc7ff237cfc62935e292a3a662f3e115aad018 (diff)
downloadwww-94c59cf1df9cea07b17b41662f852da46da9b229.tar.gz
www-94c59cf1df9cea07b17b41662f852da46da9b229.zip
Added section about deactivated tests to milestone page 7.
-rw-r--r--template/l2o/mile7.html.j210
1 files changed, 10 insertions, 0 deletions
diff --git a/template/l2o/mile7.html.j2 b/template/l2o/mile7.html.j2
index 4009f1f4..e75caf17 100644
--- a/template/l2o/mile7.html.j2
+++ b/template/l2o/mile7.html.j2
@@ -45,6 +45,16 @@
45 {% endtrans %} 45 {% endtrans %}
46 </p> 46 </p>
47 </section> 47 </section>
48 <section>
49 <h4>{{ _("Deactivated tests which rely on old transport API methods") }}</h4><br/>
50 <p>
51 {% trans %}
52 All test which rely on the old transport API methods were deactivated. They are still in the code base, but they just wouldn't work.</br></br>
53
54 See branch l20integration revision 72b4f42.
55 {% endtrans %}
56 </p>
57 </section>
48 </div> 58 </div>
49 </div> 59 </div>
50 60