mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 14:54:25 +00:00
Issue #1470 - Part 3: Remove now unused update.locale
This requires changes to package-manifest in all applications
This commit is contained in:
@@ -320,5 +320,4 @@ class OmniJarSubFormatter(PiecemealFormatter):
|
||||
'modules',
|
||||
'goanna.js',
|
||||
'hyphenation',
|
||||
'update.locale',
|
||||
] or path[0] in STARTUP_CACHE_PATHS
|
||||
|
||||
@@ -407,7 +407,6 @@ class TestFormatters(unittest.TestCase):
|
||||
self.assertTrue(is_resource(base, 'modules/foo.jsm'))
|
||||
self.assertTrue(is_resource(base, 'goanna.js'))
|
||||
self.assertTrue(is_resource(base, 'hyphenation/foo'))
|
||||
self.assertTrue(is_resource(base, 'update.locale'))
|
||||
self.assertTrue(
|
||||
is_resource(base, 'jsloader/resource/gre/modules/foo.jsm'))
|
||||
self.assertFalse(is_resource(base, 'foo'))
|
||||
|
||||
Reference in New Issue
Block a user