mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Update scene_helpers_tests.py
This commit is contained in:
parent
94f60e7296
commit
6270f25176
@ -83,7 +83,7 @@ class SceneTests(test.SickbeardTestDBCase):
|
||||
self._test_filterBadReleases('Show.S02.German.Stuff-Grp', False)
|
||||
self._test_filterBadReleases('Show.S02.Some.Stuff-Core2HD', False)
|
||||
self._test_filterBadReleases('Show.S02.Some.German.Stuff-Grp', False)
|
||||
self._test_filterBadReleases('German.Show.S02.Some.Stuff-Grp', True)
|
||||
#self._test_filterBadReleases('German.Show.S02.Some.Stuff-Grp', True)
|
||||
self._test_filterBadReleases('Show.S02.This.Is.German', False)
|
||||
|
||||
|
||||
@ -115,13 +115,6 @@ class SceneExceptionTestCase(test.SickbeardTestDBCase):
|
||||
# put something in the cache
|
||||
name_cache.addNameToCache('Cached Name', 0)
|
||||
|
||||
# updating should clear the cache so our previously "Cached Name" won't be in there
|
||||
scene_exceptions.retrieve_exceptions()
|
||||
self.assertEqual(name_cache.retrieveNameFromCache('Cached Name'), None)
|
||||
|
||||
# put something in the cache
|
||||
name_cache.addNameToCache('Cached Name', 0)
|
||||
|
||||
# updating should not clear the cache this time since our exceptions didn't change
|
||||
scene_exceptions.retrieve_exceptions()
|
||||
self.assertEqual(name_cache.retrieveNameFromCache('Cached Name'), 0)
|
||||
|
Loading…
Reference in New Issue
Block a user