From 3fdfa8fab9ccfa661baa823d892ed563958ebba4 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 25 Apr 2010 00:18:15 +0000 Subject: Move locale out of fixtures and into localeapp to prevent test runner weirdness (finding nonminimal.txt.py). --- repoze/bfg/tests/test_zcml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repoze/bfg/tests/test_zcml.py') diff --git a/repoze/bfg/tests/test_zcml.py b/repoze/bfg/tests/test_zcml.py index 5fdf25f33..0c8cccb06 100644 --- a/repoze/bfg/tests/test_zcml.py +++ b/repoze/bfg/tests/test_zcml.py @@ -1055,7 +1055,7 @@ class TestTranslationDirDirective(unittest.TestCase): def test_it(self): from repoze.bfg.configuration import Configurator context = DummyContext() - tdir = 'repoze.bfg.tests.fixtures:locale' + tdir = 'repoze.bfg.tests.localeapp:locale' self._callFUT(context, tdir) actions = context.actions self.assertEqual(len(actions), 1) -- cgit v1.2.3