mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 08:03:12 +02:00
...
This commit is contained in:
parent
1a1db4d1f8
commit
49f2082ad3
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ def test_file_association(self):
|
|||
q = self.winutil.file_association('.txt')
|
||||
self.assertIn('notepad.exe', q.lower())
|
||||
self.assertNotIn('\0', q)
|
||||
self.assertIsNone(self.winutil.file_association('.mkjsfks'))
|
||||
|
||||
def test_special_folder_path(self):
|
||||
self.assertEqual(os.path.expanduser('~'), self.winutil.special_folder_path(self.winutil.CSIDL_PROFILE))
|
||||
|
|
|
|||
Loading…
Reference in a new issue