web/test/unittest_form.py
changeset 10012 8c2c6fdd8d56
parent 10006 8391bf718485
child 10016 984505da8b89
--- a/web/test/unittest_form.py	Thu Oct 23 14:57:02 2014 +0200
+++ b/web/test/unittest_form.py	Wed Apr 30 21:04:14 2014 +0200
@@ -174,6 +174,7 @@
             self._test_richtextfield(req, '''<select id="description_format-subject:%(eid)s" name="description_format-subject:%(eid)s" size="1" style="display: block" tabindex="1">
 <option value="text/cubicweb-page-template">text/cubicweb-page-template</option>
 <option selected="selected" value="text/html">text/html</option>
+<option value="text/markdown">text/markdown</option>
 <option value="text/plain">text/plain</option>
 <option value="text/rest">text/rest</option>
 </select><textarea cols="80" id="description-subject:%(eid)s" name="description-subject:%(eid)s" onkeyup="autogrow(this)" rows="2" tabindex="2"></textarea>''')