Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
bug 793709 - update tests for b264b7808aff, part 2. test only
Browse files Browse the repository at this point in the history
  • Loading branch information
escapewindow committed Nov 14, 2012
1 parent ccb7ecc commit b62ccdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_l10n_locales.py
Expand Up @@ -26,8 +26,8 @@ def __init__(self, **kwargs):
self.log_obj = None

class TestLocalesMixin(unittest.TestCase):
BASE_ABS_DIRS = ['base_work_dir', 'abs_compare_locales_dir', 'abs_log_dir',
'abs_upload_dir', 'abs_work_dir']
BASE_ABS_DIRS = ['abs_compare_locales_dir', 'abs_log_dir',
'abs_upload_dir', 'abs_work_dir', 'base_work_dir']
def setUp(self):
cleanup()

Expand Down

0 comments on commit b62ccdd

Please sign in to comment.