Correct log_file setting for test
darcs-hash:20071204071613-86b55-d72e01d74756324b60a38f83dab0c802d3e2b7ce.gz
This commit is contained in:
@@ -46,7 +46,7 @@ class MailCommandManager(JCLCommandManager):
|
|||||||
#self.commands["jmc#retrieve-attachment"] = (False, command.account_node_re)
|
#self.commands["jmc#retrieve-attachment"] = (False, command.account_node_re)
|
||||||
self.commands["jmc#force-check"] = (False, command.account_node_re)
|
self.commands["jmc#force-check"] = (False, command.account_node_re)
|
||||||
|
|
||||||
# Delayed for JMC 0.3.1
|
# Delayed to JMC 0.3.1
|
||||||
def execute_retrieve_attachment_1(self, info_query, session_context,
|
def execute_retrieve_attachment_1(self, info_query, session_context,
|
||||||
command_node, lang_class):
|
command_node, lang_class):
|
||||||
# TODO : translate
|
# TODO : translate
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ db_url: %(type)s://%(host)s%(name)s
|
|||||||
|
|
||||||
[component]
|
[component]
|
||||||
pid_file: /var/run/jabber/test_jmc.pid
|
pid_file: /var/run/jabber/test_jmc.pid
|
||||||
log_file: /var/log/jabber/jmc.log
|
log_file: /tmp/jmc.log
|
||||||
|
|
||||||
[jmc]
|
[jmc]
|
||||||
mail_default_encoding: test_iso-8859-1
|
mail_default_encoding: test_iso-8859-1
|
||||||
|
|||||||
Reference in New Issue
Block a user