X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plc-config-tty;h=1e45cdcbee50a7b22050127778eef84f6832411e;hb=fe1a9fb55e1809875226b99bb84a6596ce761f6a;hp=e6596a7c97d40bcf8b132a2d3cd6016ac60e855d;hpb=393e6c227d4a057c318ea23fcd42db61a73ff406;p=myplc.git diff --git a/plc-config-tty b/plc-config-tty index e6596a7..1e45cdc 100755 --- a/plc-config-tty +++ b/plc-config-tty @@ -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