Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rousselie <dax@happycoders.org>2007-12-04 10:16:13 +0300
committerDavid Rousselie <dax@happycoders.org>2007-12-04 10:16:13 +0300
commit8c9c685e3486768bc0d46e657d3deb6e7561964f (patch)
tree954f56afbd65f4f95630acd7de0a8285c3531ac1
parent992199f6363cf60bfd96a28cc04eaa26d04b66e7 (diff)
Correct log_file setting for test
darcs-hash:20071204071613-86b55-d72e01d74756324b60a38f83dab0c802d3e2b7ce.gz
-rw-r--r--src/jmc/jabber/command.py2
-rw-r--r--src/jmc/tests/jmc.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/jmc/jabber/command.py b/src/jmc/jabber/command.py
index 8b497b4..0b06336 100644
--- a/src/jmc/jabber/command.py
+++ b/src/jmc/jabber/command.py
@@ -46,7 +46,7 @@ class MailCommandManager(JCLCommandManager):
#self.commands["jmc#retrieve-attachment"] = (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,
command_node, lang_class):
# TODO : translate
diff --git a/src/jmc/tests/jmc.conf b/src/jmc/tests/jmc.conf
index 9671225..0db842c 100644
--- a/src/jmc/tests/jmc.conf
+++ b/src/jmc/tests/jmc.conf
@@ -17,7 +17,7 @@ db_url: %(type)s://%(host)s%(name)s
[component]
pid_file: /var/run/jabber/test_jmc.pid
-log_file: /var/log/jabber/jmc.log
+log_file: /tmp/jmc.log
[jmc]
mail_default_encoding: test_iso-8859-1