cubicweb/test/unittest_spa2rql.py
changeset 11767 432f87a63057
parent 11447 ced4de539d66
child 11768 b8b71dd09a2c
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
     1 # copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     1 # copyright 2003-2016 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     2 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
     2 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
     3 #
     3 #
     4 # This file is part of CubicWeb.
     4 # This file is part of CubicWeb.
     5 #
     5 #
     6 # CubicWeb is free software: you can redistribute it and/or modify it under the
     6 # CubicWeb is free software: you can redistribute it and/or modify it under the
    29 
    29 
    30 xy.add_equivalence('Project', 'doap:Project')
    30 xy.add_equivalence('Project', 'doap:Project')
    31 xy.add_equivalence('Project creation_date', 'doap:Project doap:created')
    31 xy.add_equivalence('Project creation_date', 'doap:Project doap:created')
    32 xy.add_equivalence('Project name', 'doap:Project doap:name')
    32 xy.add_equivalence('Project name', 'doap:Project doap:name')
    33 xy.add_equivalence('Project name', 'doap:Project dc:title')
    33 xy.add_equivalence('Project name', 'doap:Project dc:title')
    34 
       
    35 
    34 
    36 
    35 
    37 @unittest.skipIf(SKIPCAUSE, SKIPCAUSE)
    36 @unittest.skipIf(SKIPCAUSE, SKIPCAUSE)
    38 class XYTC(TestCase):
    37 class XYTC(TestCase):
    39 
    38