diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-07-13 20:21:48 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-07-13 20:21:48 -0300 |
commit | 033737b22d2a70442aa8a7969fee2df460dc47fa (patch) | |
tree | 40b1cbc3a41ec43704fa1d61955354b00020355d /tests | |
parent | started updating the documentation (diff) | |
download | g-octave-033737b22d2a70442aa8a7969fee2df460dc47fa.tar.gz g-octave-033737b22d2a70442aa8a7969fee2df460dc47fa.tar.bz2 g-octave-033737b22d2a70442aa8a7969fee2df460dc47fa.zip |
disabled the logging for the tests. updated all the doc for the next release
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_config.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_config.py b/tests/test_config.py index e5cb6fa..c59ed2f 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -46,8 +46,7 @@ class TestConfig(unittest.TestCase): self.assertEqual(self._empty_cfg.trac_passwd, '') self.assertEqual(self._empty_cfg.pkg_cache, '') self.assertEqual(self._empty_cfg.log_level, '') - # the next is empty, because we disabled the logs at scripts/run_tests.py - self.assertEqual(self._empty_cfg.log_file, '') + self.assertEqual(self._empty_cfg.log_file, '/var/log/g-octave.log') self.assertEqual(self._empty_cfg.package_manager, 'portage') def test_config_attributes(self): |