changeset 2835 | 04034421b072 |
parent 2446 | 440cb4ea7e5c |
child 4252 | 6c4f109c2b03 |
--- a/test/unittest_cwconfig.py Fri Aug 14 09:20:33 2009 +0200 +++ b/test/unittest_cwconfig.py Fri Aug 14 09:26:41 2009 +0200 @@ -77,7 +77,7 @@ def test_vregistry_path(self): self.assertEquals([unabsolutize(p) for p in self.config.vregistry_path()], - ['entities', 'web/views', 'sobjects', + ['entities', 'web/views', 'sobjects', 'hooks', 'file/entities.py', 'file/views', 'file/hooks.py', 'email/entities.py', 'email/views', 'email/hooks.py', 'test/data/entities.py'])