Andy Baugh
Andy Baugh
Three configuration options are added to caldavd.plist to make this work: * SNIMode (BOOL): Whether to use SNI. If not, falls back to old SSL code. * SSLDir (STRING): Directory...
It just wasn't setting sane defaults before running regex replace. This commit additionally adds test coverage for the modified subroutine, hopefully in the correct place. I also added a block...
I've noticed sometimes in tests (particularly when rewriting the error_handler to not die, not sure how that's the "magic" to it) that on failure to find_element you'll see the aforementioned...
I've had to add reaper configuration/scripts to selenium heads due to dies in Selenium::Remote::Driver tests (or END blocks to tests themselves) that just call $obj->quit(); to cleanup any windows. I...
It's already quite close, I've just been super lazy and detached lately