diff -r 3b4d41566de3 -r 1817f8946c22 cubicweb/test/unittest_cwconfig.py --- a/cubicweb/test/unittest_cwconfig.py Thu May 26 15:38:39 2016 +0200 +++ b/cubicweb/test/unittest_cwconfig.py Fri Sep 23 16:04:32 2016 +0200 @@ -79,7 +79,7 @@ @patch('pkg_resources.iter_entry_points', side_effect=iter_entry_points) def test_available_cubes(self, mock_iter_entry_points): expected_cubes = [ - 'card', 'cubicweb_comment', 'cubicweb_email', 'file', + 'card', 'comment', 'cubicweb_comment', 'cubicweb_email', 'file', 'cubicweb_file', 'cubicweb_forge', 'localperms', 'cubicweb_mycube', 'tag', ]