diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-12-01 00:11:45 -0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-12-01 00:11:45 -0200 |
commit | f9e5589a7e6aba55fa7ad5e29728fe8506cae851 (patch) | |
tree | 35b72d8a820551721c073afca337ac1c5cca3eea /tests | |
parent | added checksum support to package database fetch (diff) | |
download | g-octave-f9e5589a7e6aba55fa7ad5e29728fe8506cae851.tar.gz g-octave-f9e5589a7e6aba55fa7ad5e29728fe8506cae851.tar.bz2 g-octave-f9e5589a7e6aba55fa7ad5e29728fe8506cae851.zip |
rewrote g_octave.config
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_config.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_config.py b/tests/test_config.py index 6eeeee9..cad536a 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -26,15 +26,11 @@ class TestConfig(unittest.TestCase): # object with the config file empty, should use the default values self._empty_cfg = config.Config( config_file = os.path.join(current_dir, 'files', 'g-octave_empty.cfg'), - create_dirs = False, - fetch_phase = True ) # object with an example config file self._cfg = config.Config( config_file = os.path.join(current_dir, 'files', 'g-octave.cfg'), - create_dirs = False, - fetch_phase = True ) def test_empty_config_attributes(self): |