test/unittest_cwconfig.py
branchtls-sprint
changeset 750 89e997bc2bf1
parent 515 92d95b86263e
child 1263 01152fffd593
--- a/test/unittest_cwconfig.py	Wed Feb 18 01:33:53 2009 +0100
+++ b/test/unittest_cwconfig.py	Wed Feb 18 01:42:07 2009 +0100
@@ -68,7 +68,8 @@
         self.assertEquals([unabsolutize(p) for p in self.config.vregistry_path()],
                           ['entities', 'web/views', 'sobjects',
                            'file/entities.py', 'file/views', 'file/hooks.py',
-                           'email/entities.py', 'email/views', 'email/hooks.py'])
+                           'email/entities.py', 'email/views', 'email/hooks.py',
+                           'test/data/entities.py'])
             
 if __name__ == '__main__':
     unittest_main()