[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).
--- 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):