ext/test/unittest_rest.py
changeset 10952 4f28cb25b6c1
parent 9856 156a3fb4a884
child 10953 8b8193046600
--- a/ext/test/unittest_rest.py	Thu Jul 30 11:11:12 2015 +0200
+++ b/ext/test/unittest_rest.py	Tue Dec 08 10:24:44 2015 +0100
@@ -58,6 +58,14 @@
 
 ''')
 
+    def test_disable_field_name_colspan(self):
+        with self.admin_access.web_request() as req:
+            context = self.context(req)
+            value = rest_publish(context, '''my field list:
+
+:a long dumb param name: value
+''')
+            self.assertNotIn('colspan', value)
 
     def test_rql_role_with_vid(self):
         with self.admin_access.web_request() as req: