diff tests/data/irccdctl.conf @ 665:7ed23c858694

Tests: test irccdctl (rule-* commands) #785 While here, fix rule-edit which were triggering invalid_index because it was not added to the request. Also fix missing events from configuration file because they were forgotten. Finally, use std::set instead of std::unordered_set for a sorted output in rule-list and rule-info to ensure long-term compatibility in output.
author David Demelier <markand@malikania.fr>
date Thu, 29 Mar 2018 20:01:02 +0200
parents 65a54b126c08
children
line wrap: on
line diff
--- a/tests/data/irccdctl.conf	Thu Mar 29 19:42:16 2018 +0200
+++ b/tests/data/irccdctl.conf	Thu Mar 29 20:01:02 2018 +0200
@@ -1,3 +1,5 @@
 [connect]
 type = "unix"
 path = "@CMAKE_BINARY_DIR@/tmp/irccd.sock"
+
+# vim: ft=cfg: