# HG changeset patch # User Denis Laxalde # Date 1489078936 -3600 # Node ID 3044771583375dfa94fc7d53bee40019498e1c44 # Parent 9759aefa047bd8344f8c128e0b27ec40e0624e28 [test] Drop call to CubicWebConfiguration.load_cwctl_plugins in unittest_cwctl.py This is no longer need now that we call load_available_configurations() in the "list" command (see 5e7282bdf140). diff -r 9759aefa047b -r 304477158337 cubicweb/test/unittest_cwctl.py --- a/cubicweb/test/unittest_cwctl.py Thu Mar 09 16:35:58 2017 +0100 +++ b/cubicweb/test/unittest_cwctl.py Thu Mar 09 18:02:16 2017 +0100 @@ -27,8 +27,6 @@ from cubicweb.devtools.testlib import CubicWebTC from cubicweb.server.migractions import ServerMigrationHelper -CubicWebConfiguration.load_cwctl_plugins() # XXX necessary? - class CubicWebCtlTC(unittest.TestCase):