verify phase fixed and re-enabled
[myplc.git] / plc-config-tty
index e6596a7..1e45cdc 100755 (executable)
@@ -362,9 +362,7 @@ def mainloop (cdef, cread, cwrite, default_config, site_config, consolidated_con
         elif (command in "wW"):
             try:
                 # Confirm that various constraints are met before saving file.
-                # xxx -- thierry -- this is preventing tests from running
-                # please re-enable when fixed
-                # cwrite.verify(cdef, cread)
+                cwrite.verify(cdef, cread)
                 cwrite.save(site_config)
             except ConfigurationException, e:
                 print "Save failed due to a configuration exception: %s" % e