[test] don't add unnecessary dependency to blog stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 08 Oct 2010 07:44:22 +0200
branchstable
changeset 6411 308f6d0e11ae
parent 6410 2e7a7b0829ed
child 6412 370357e68837
[test] don't add unnecessary dependency to blog
test/unittest_cwconfig.py
--- a/test/unittest_cwconfig.py	Fri Oct 08 07:43:38 2010 +0200
+++ b/test/unittest_cwconfig.py	Fri Oct 08 07:44:22 2010 +0200
@@ -98,8 +98,8 @@
     def test_expand_cubes(self):
         self.config.__class__.CUBES_PATH = [CUSTOM_CUBES_DIR]
         self.config.adjust_sys_path()
-        self.assertEqual(self.config.expand_cubes(('email', 'blog')),
-                          ['email', 'blog', 'file'])
+        self.assertEqual(self.config.expand_cubes(('email', 'comment')),
+                          ['email', 'comment', 'file'])
 
     def test_vregistry_path(self):
         self.config.__class__.CUBES_PATH = [CUSTOM_CUBES_DIR]