ccs-caldavtester
ccs-caldavtester copied to clipboard
Uninformative FATAL ERROR
douglm@… originally submitted this as ticket:450
Some server 'feature' kills the tester with
FATAL ERROR: string index out of range
Added a traceback print to caldavtest.py
except Exception, e:
print traceback.format_exc() self.manager.log(manager.LOG_ERROR, "FATAL ERROR: %s" % (e,), before=2) return 0, 1, 0
@wsanchez originally submitted this as comment:1:ticket:450
- Priority changed from 5: Not set to 2: Expected