author | Alexandre Fayolle <alexandre.fayolle@logilab.fr> |
Wed, 07 Apr 2010 11:56:30 +0200 | |
branch | stable |
changeset 5171 | 1c2567af37dd |
parent 4997 | aed7bdb9da54 |
child 5421 | 8167de96c523 |
permissions | -rw-r--r-- |
from cubicweb.devtools.testlib import CubicWebTC from cubicweb.web import uicfg abaa = uicfg.actionbox_appearsin_addmenu class UICFGTC(CubicWebTC): def test_default_actionbox_appearsin_addmenu_config(self): self.failIf(abaa.etype_get('TrInfo', 'wf_info_for', 'object', 'CWUser')) if __name__ == '__main__': from logilab.common.testlib import unittest_main unittest_main()