← Back to team overview

openlp-core team mailing list archive

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

 

Not sure which update fixed, but problem resolved and in trunk

** Changed in: openlp
   Importance: Undecided => Medium

** Changed in: openlp
       Status: New => Fix Committed

-- 
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:
  Fix Committed

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


References