# HG changeset patch # User Sylvain Thénault # Date 1285345216 -7200 # Node ID 6686ca1826a9508bf4b2e3ae0e53e565aef57776 # Parent ae80aed607f27f9ab59f6480024be4170d4919cc stop relying on person cube, it isn't needed diff -r ae80aed607f2 -r 6686ca1826a9 test/data/rewrite/bootstrap_cubes --- a/test/data/rewrite/bootstrap_cubes Fri Sep 24 12:54:20 2010 +0200 +++ b/test/data/rewrite/bootstrap_cubes Fri Sep 24 18:20:16 2010 +0200 @@ -1,1 +1,1 @@ -card, person +card diff -r ae80aed607f2 -r 6686ca1826a9 test/data/rewrite/schema.py --- a/test/data/rewrite/schema.py Fri Sep 24 12:54:20 2010 +0200 +++ b/test/data/rewrite/schema.py Fri Sep 24 18:20:16 2010 +0200 @@ -49,7 +49,7 @@ class require_permission(RelationDefinition): - subject = ('Card', 'Note', 'Person') + subject = ('Card', 'Note') object = 'CWPermission' diff -r ae80aed607f2 -r 6686ca1826a9 test/unittest_rqlrewrite.py --- a/test/unittest_rqlrewrite.py Fri Sep 24 12:54:20 2010 +0200 +++ b/test/unittest_rqlrewrite.py Fri Sep 24 18:20:16 2010 +0200 @@ -15,9 +15,7 @@ # # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . -""" -""" from logilab.common.testlib import unittest_main, TestCase from logilab.common.testlib import mock_object from yams import BadSchemaDefinition