mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2026-01-01 03:22:33 +01:00
Make archive name and archiver for savestate optional.
This commit is contained in:
@@ -286,7 +286,7 @@ class TestBase(TestCase):
|
||||
which.return_value = '7z'
|
||||
bobj.all_options = {'wrapper': 'dummy',
|
||||
'wrapper_save_state': '1'}
|
||||
self.assertFalse(bobj._validate_options())
|
||||
self.assertTrue(bobj._validate_options())
|
||||
|
||||
bobj.all_options = {'wrapper': 'dummy',
|
||||
'wrapper_save_state': '1',
|
||||
|
||||
@@ -73,7 +73,7 @@ class TestSaveState(TestCase):
|
||||
self.assertFalse(arch._validate_options())
|
||||
|
||||
arch.all_options['wrapper'] = 'savestate'
|
||||
self.assertFalse(arch._validate_options())
|
||||
self.assertTrue(arch._validate_options())
|
||||
|
||||
arch.all_options['wrapper_archiver'] = 'rar'
|
||||
self.assertTrue(arch._validate_options())
|
||||
|
||||
Reference in New Issue
Block a user