web/test/unittest_form.py
branchstable
changeset 2348 acf4b6a59558
parent 2346 d0026f2c6a81
child 2366 e4229723b824
--- a/web/test/unittest_form.py	Thu Jul 09 12:38:33 2009 +0200
+++ b/web/test/unittest_form.py	Thu Jul 09 13:04:28 2009 +0200
@@ -156,7 +156,7 @@
 <option value="text/html">text/html</option>
 <option value="text/plain">text/plain</option>
 <option selected="selected" value="text/rest">text/rest</option>
-</select><textarea cols="60" id="description:%(eid)s" name="description:%(eid)s" onkeyup="autogrow(this)" rows="5" tabindex="1"/>''')
+</select><textarea cols="80" id="description:%(eid)s" name="description:%(eid)s" onkeyup="autogrow(this)" rows="20" tabindex="1"/>''')
 
 
     def test_richtextfield_2(self):