← Back to team overview

openlp-core team mailing list archive

[Bug 1603702] [NEW] no compatible signature for decorated function in projector test

 

Public bug reported:

Trunk on superfly machine

======================================================================
ERROR: test_source_select_edit_button (tests.interfaces.openlp_core_ui.test_projectorsourceform.ProjectorSourceFormTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.5/unittest/mock.py", line 1157, in patched
    return func(*args, **keywargs)
  File "/home/raoul/Projects/OpenLP/OpenLP/permission-error/tests/interfaces/openlp_core_ui/test_projectorsourceform.py", line 132, in test_source_select_edit_button
    select_form.exec(projector=self.projector)
  File "/home/raoul/Projects/OpenLP/OpenLP/permission-error/openlp/core/ui/projector/sourceselectform.py", line 448, in exec
    self.button_box.clicked.connect(self.button_clicked)
TypeError: decorated slot has no signature compatible with clicked(QAbstractButton*)

======================================================================
ERROR: test_source_select_noedit_button (tests.interfaces.openlp_core_ui.test_projectorsourceform.ProjectorSourceFormTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.5/unittest/mock.py", line 1157, in patched
    return func(*args, **keywargs)
  File "/home/raoul/Projects/OpenLP/OpenLP/permission-error/tests/interfaces/openlp_core_ui/test_projectorsourceform.py", line 152, in test_source_select_noedit_button
    select_form.exec(projector=self.projector)
  File "/home/raoul/Projects/OpenLP/OpenLP/permission-error/openlp/core/ui/projector/sourceselectform.py", line 448, in exec
    self.button_box.clicked.connect(self.button_clicked)
TypeError: decorated slot has no signature compatible with clicked(QAbstractButton*)

** Affects: openlp
     Importance: Undecided
     Assignee: Ken Roberts (alisonken1)
         Status: New

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1603702

Title:
  no compatible signature for decorated function  in projector test

Status in OpenLP:
  New

Bug description:
  Trunk on superfly machine

  ======================================================================
  ERROR: test_source_select_edit_button (tests.interfaces.openlp_core_ui.test_projectorsourceform.ProjectorSourceFormTest)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/usr/lib/python3.5/unittest/mock.py", line 1157, in patched
      return func(*args, **keywargs)
    File "/home/raoul/Projects/OpenLP/OpenLP/permission-error/tests/interfaces/openlp_core_ui/test_projectorsourceform.py", line 132, in test_source_select_edit_button
      select_form.exec(projector=self.projector)
    File "/home/raoul/Projects/OpenLP/OpenLP/permission-error/openlp/core/ui/projector/sourceselectform.py", line 448, in exec
      self.button_box.clicked.connect(self.button_clicked)
  TypeError: decorated slot has no signature compatible with clicked(QAbstractButton*)

  ======================================================================
  ERROR: test_source_select_noedit_button (tests.interfaces.openlp_core_ui.test_projectorsourceform.ProjectorSourceFormTest)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/usr/lib/python3.5/unittest/mock.py", line 1157, in patched
      return func(*args, **keywargs)
    File "/home/raoul/Projects/OpenLP/OpenLP/permission-error/tests/interfaces/openlp_core_ui/test_projectorsourceform.py", line 152, in test_source_select_noedit_button
      select_form.exec(projector=self.projector)
    File "/home/raoul/Projects/OpenLP/OpenLP/permission-error/openlp/core/ui/projector/sourceselectform.py", line 448, in exec
      self.button_box.clicked.connect(self.button_clicked)
  TypeError: decorated slot has no signature compatible with clicked(QAbstractButton*)

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1603702/+subscriptions


Follow ups