← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~trb143/openlp/tests_only into lp:openlp

 

Review: Needs Fixing

=== modified file 'tests/interfaces/openlp_core_ui/__init__.py'
--- tests/interfaces/openlp_core_ui/__init__.py 2013-01-31 19:41:45 +0000
+++ tests/interfaces/openlp_core_ui/__init__.py 2013-02-13 19:26:18 +0000
@@ -0,0 +1,8 @@
+import sip
+sip.setapi(u'QDate', 2)
+sip.setapi(u'QDateTime', 2)
+sip.setapi(u'QString', 2)
+sip.setapi(u'QTextStream', 2)
+sip.setapi(u'QTime', 2)
+sip.setapi(u'QUrl', 2)
+sip.setapi(u'QVariant', 2)

I think if you put this in tests/interfaces/__init__.py then you don't need to add it to almost every other file.
-- 
https://code.launchpad.net/~trb143/openlp/tests_only/+merge/148297
Your team OpenLP Core is subscribed to branch lp:openlp.


References