Commit Graph

15553 Commits

Author SHA1 Message Date
Tim Bentley c2215d1a1e lib done pep 8 2017-12-17 20:19:19 +00:00
Tim Bentley f76f04994d lib done 2017-12-17 17:52:17 +00:00
Tim Bentley 9f735e0cc5 1 more done 2017-12-17 15:35:35 +00:00
Phill Ridout e9f4637895 Impress tests 2017-12-17 15:28:21 +00:00
Phill Ridout 370ec244d8 Fix osx finding 'temp' files instead of the python source files
Fixes: https://launchpad.net/bugs/1738047
2017-12-17 15:25:54 +00:00
Phill Ridout 8717d62188 Set word wrap on SWORD importer info label
Fixes: https://launchpad.net/bugs/1736274
2017-12-17 15:23:38 +00:00
Tim Bentley fbaeca26f2 2 more done 2017-12-17 14:12:27 +00:00
Tim Bentley 30b0461227 head 2017-12-17 14:02:43 +00:00
Tim Bentley 2312c7f246 Refactor asserts in api and common packages
lp:~trb143/openlp/asserts (revision 2809)
https://ci.openlp.io/job/Branch-01-Pull/2354/                          [SUCCESS]
https://ci.openlp.io/job/Branch-02-Functional-Tests/2255/              [SUCCESS]
https://ci.openlp.io/job/Branch-03-Interface-Tests/2120/               [SUCCESS]
https://ci.openlp.io/job/Branch-04a-Code_Analysis/1446/                [SUCCESS]
https://ci.openlp.io/job/Branch-04b-Test_Coverage/1263/                [SUCCESS]
https...

bzr-revno: 2796
2017-12-17 14:02:03 +00:00
Raoul Snyman 9bbd3fa72d Add threading tests 2017-12-17 00:45:40 -07:00
Raoul Snyman d75b3f3ef1 Add some tests for threading, and fix a problem in a test related to the threading change 2017-12-17 00:25:29 -07:00
Raoul Snyman 786462148f Fix an old run_thread() call 2017-12-16 23:54:21 -07:00
Raoul Snyman 187714cd87 HEAD 2017-12-16 23:51:23 -07:00
Raoul Snyman 1dda8f339f Refactor threading to a centralised location which can keep track of all the threads 2017-12-16 23:50:23 -07:00
Phill Ridout f629504b5b Mostly minor path tidy-ups 2017-12-17 04:29:53 +00:00
Tim Bentley efe7129f21 fixes 2017-12-16 08:43:33 +00:00
Tim Bentley eb20838046 fixes 2017-12-15 16:30:10 +00:00
Tim Bentley ca936f5e1a fixes 2017-12-15 16:19:42 +00:00
Raoul Snyman 213dc6a25c Fix mainwindow tests 2017-12-14 10:48:58 -07:00
Raoul Snyman 9a14750d65 HEAD 2017-12-11 13:25:58 -07:00
Tim Bentley c25a446839 Finish common again 2017-12-09 16:37:26 +00:00
Tim Bentley ac95f4e3ca Finish common 2017-12-09 16:29:58 +00:00
Tim Bentley 17b70f0c0a Fix tests 2017-12-09 16:11:45 +00:00
Tim Bentley 595ae30cd4 Fix tests 2017-12-09 15:39:31 +00:00
Tim Bentley 0c8217f33c Fix tests 2017-12-09 15:34:16 +00:00
Tim Bentley ed2b87aed3 Fix tests 2017-12-09 15:32:05 +00:00
Tim Bentley 3a9d2f6a61 Fix test 2017-12-09 15:28:09 +00:00
Tim Bentley 02df3149c7 First attempt 2 2017-12-09 15:21:59 +00:00
Tim Bentley d2ba2ad599 First attempt 2017-12-09 15:00:39 +00:00
Tim Bentley da3f643f25 head 2017-12-09 14:48:15 +00:00
Ken Roberts 63aa4927a5 - Added pjlink.process_pjlink
- Split pjlink.check_login() to use process_pjlink()
- Added QAbstractSocket connect enum to constants
- Minor code cleanups for connection and command processing
- Updated packet queueing
- Fix get_object_filtered()
- Fix tests in test_projector_pjlink_base
- Fix tests in test_projector_pjlink_cmd_routing
- Added tests for process_pjlink method
- Updated test_projector_bugfixes_01
- Some OLP style cleanups

-------------------------------------------------------...

bzr-revno: 2795
2017-12-09 14:47:23 +00:00
Ken Roberts eec0e325df OLP Style cleanups 2017-12-09 03:17:05 -08:00
Phill Ridout b0b80649d4 Service maganger fix 2017-12-09 08:22:14 +00:00
Phill 3dba46ef1e A few various fixes, including some affecting the creation / saving of services.
Add this to your merge proposal:
--------------------------------------------------------------------------------
lp:~phill-ridout/openlp/fixes-mkIV (revision 2798)
https://ci.openlp.io/job/Branch-01-Pull/2337/                          [WAITING]
[RUNNING]
[SUCCESS]
https://ci.openlp.io/job/Branch-02-Functional-Tests/2238/              [WAITING]
[RUNNING]
[SUCCESS]
https://ci.openlp.io/job/Branch-03-Interface-Tes...

bzr-revno: 2794
2017-12-05 17:22:55 +00:00
Ken Roberts 44b82d8ca2 Fix mocks to use correct python version tests 2017-12-04 16:54:15 -08:00
Phill Ridout baed193444 PEP8 2017-12-04 20:49:59 +00:00
Phill Ridout 4374200ab0 Test fixes 2017-12-04 20:32:02 +00:00
Ken Roberts 159056f06f PJLink2-M updates 2017-12-03 16:24:47 -08:00
Phill Ridout 7043a20530 Few test fixes 2017-12-02 22:10:22 +00:00
Phill Ridout 582e2e267a Minor fixes
Fixes: https://launchpad.net/bugs/1735765
2017-12-02 21:47:11 +00:00
Phill Ridout 4014179032 head 2017-12-02 21:37:06 +00:00
Tim Bentley c0fb7bc3aa Fix the code and simplify
lp:~trb143/openlp/fixwebabend (revision 2796)
https://ci.openlp.io/job/Branch-01-Pull/2329/                          [SUCCESS]
https://ci.openlp.io/job/Branch-02-Functional-Tests/2230/              [SUCCESS]
https://ci.openlp.io/job/Branch-03-Interface-Tests/2104/               [SUCCESS]
https://ci.openlp.io/job/Branch-04a-Code_Analysis/1430/                [SUCCESS]
https://ci.openlp.io/job/Branch-04b-Test_Coverage/1252/                [SUCCESS]
https://ci.openlp.i...

bzr-revno: 2793
2017-12-02 16:31:48 +00:00
Tim Bentley 70d2d73171 missed test name 2017-12-02 10:52:13 +00:00
Tim Bentley 0a695ea7e6 fix tests 2017-12-02 09:37:55 +00:00
Tim Bentley 4f882c460b fix tests 2017-12-02 09:31:13 +00:00
Tim Bentley 90118af85c fix abend 2017-12-02 09:11:22 +00:00
Raoul Snyman 873a8ada90 Fix up and skip some of the tests that don't run on macOS, and add a new parameter to the Jenkins script to continue despite failure.
Add this to your merge proposal:
--------------------------------------------------------------------------------
lp:~raoul-snyman/openlp/dont-test-uno-on-macos (revision 2797)
https://ci.openlp.io/job/Branch-01-Pull/2325/                          [SUCCESS]
https://ci.openlp.io/job/Branch-02-Functional-Tests/2226/              [SUCCESS]
https://ci.openlp.io/jo...

bzr-revno: 2792
2017-12-02 08:20:56 +00:00
Raoul Snyman f69757a59d Fix up the tests 2017-12-01 22:31:23 -07:00
Raoul Snyman c7ea4c460e Fix up some stuff around the screen list 2017-12-01 17:35:21 -07:00
Raoul Snyman 64a245bef9 HEAD 2017-12-01 14:58:34 -07:00