Comment 6 for bug 1578319

Revision history for this message
Tim Peeters (tpeeters) wrote : Re: Some ubuntu-ui-toolkit AP tests failing to launch - rejected by unity8 as is using desktop_file_hint

The tests don't pass on my amd64. I guess we need to load all QML code from external files (and not a string embedded in the python test files). So these tests need to be updated:

test_checkbox.py:class ToggleTestCase(tests.QMLStringAppTestCase):
test_common.py:class UbuntuUIToolkitCustomProxyObjectBaseTestCase(tests.QMLStringAppTestCase):
test_date_picker.py:class DatePickerBaseTestCase(tests.QMLStringAppTestCase):
test_flickable.py:class IsFlickableTestCase(tests.QMLStringAppTestCase):
test_flickable.py:class SwipeFlickableTestCase(tests.QMLStringAppTestCase):
test_flickable.py:class UnityFlickableTestCase(tests.QMLStringAppTestCase):
test_flickable_uitk10.py:class IsFlickableTestCase(tests.QMLStringAppTestCase):
test_flickable_uitk10.py:class SwipeFlickableTestCase(tests.QMLStringAppTestCase):
test_flickable_uitk10.py:class UnityFlickableTestCase(tests.QMLStringAppTestCase):
test_listitems.py:class SwipeToDeleteTestCase(tests.QMLStringAppTestCase):
test_main_view.py:class MainView10TestCase(tests.QMLStringAppTestCase):
test_main_view.py:class MainView12TestCase(tests.QMLStringAppTestCase):
test_main_view.py:class GoBackTestCase(tests.QMLStringAppTestCase):
test_optionselector.py:class OptionSelectorCustomDelegateTestCase(tests.QMLStringAppTestCase):
test_optionselector.py:class OptionSelectorTestCase(tests.QMLStringAppTestCase):
test_popups.py:class ComposerSheetTestCase(tests.QMLStringAppTestCase):
test_qquicklistview.py:class QQuickListViewOutOfViewTestCase(tests.QMLStringAppTestCase):
test_textarea.py:class TextAreaTestCase(tests.QMLStringAppTestCase):
test_toolbar.py:class ToolbarTestCase(tests.QMLStringAppTestCase):