summaryrefslogtreecommitdiff
path: root/repoze/bfg/tests/test_zcml.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-04-25 00:18:15 +0000
committerChris McDonough <chrism@agendaless.com>2010-04-25 00:18:15 +0000
commit3fdfa8fab9ccfa661baa823d892ed563958ebba4 (patch)
tree8f95ba60ace308c7604003c82416a0b056520e21 /repoze/bfg/tests/test_zcml.py
parent0b326088803e0c1adf58c550b329fbc33f884346 (diff)
downloadpyramid-3fdfa8fab9ccfa661baa823d892ed563958ebba4.tar.gz
pyramid-3fdfa8fab9ccfa661baa823d892ed563958ebba4.tar.bz2
pyramid-3fdfa8fab9ccfa661baa823d892ed563958ebba4.zip
Move locale out of fixtures and into localeapp to prevent test runner weirdness (finding nonminimal.txt.py).
Diffstat (limited to 'repoze/bfg/tests/test_zcml.py')
-rw-r--r--repoze/bfg/tests/test_zcml.py2
1 files changed, 1 insertions, 1 deletions
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)