devtools/__init__.py
changeset 8265 9747ab9230ad
parent 8188 1867e252e487
child 8306 4da49700b06a
--- a/devtools/__init__.py	Thu Feb 23 19:06:14 2012 +0100
+++ b/devtools/__init__.py	Mon Feb 27 09:43:15 2012 +0100
@@ -168,7 +168,7 @@
     def load_configuration(self):
         super(TestServerConfiguration, self).load_configuration()
         # no undo support in tests
-        self.global_set_option('undo-support', '')
+        self.global_set_option('undo-support', 'n')
 
     def main_config_file(self):
         """return instance's control configuration file"""