[mythtv-commits] [MythTV/mythtv] 6f5710: Fix recent test failures.

David Hampton noreply at github.com
Wed Apr 24 14:02:23 UTC 2024


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 6f571081ed4f56c9805fedf6cf246f57b3332966
      https://github.com/MythTV/mythtv/commit/6f571081ed4f56c9805fedf6cf246f57b3332966
  Author: David Hampton <mythtv at love2code.net>
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
    M mythtv/libs/libmythbase/test/test_mythdbcon/test_mythdbcon.cpp
    M mythtv/libs/libmythbase/test/test_programinfo/test_programinfo.cpp
    M mythtv/programs/mythbackend/test/test_recordingextender/test_recordingextender.cpp
    M mythtv/programs/mythfrontend/test/test_videolist/test_videolist.cpp

  Log Message:
  -----------
  Fix recent test failures.

Apparently starting in Qt6.7, the QSqlDatase class requires that a
QCoreApplication exist.  These test cases are failing because (like
all of the existing tests) they are using the "appless" test mode.
Switching these test cases from "appless" testing to "guiless" testing
tells eliminate the errors.



To unsubscribe from these emails, change your notification settings at https://github.com/MythTV/mythtv/settings/notifications


More information about the mythtv-commits mailing list