1
2
3
4
5
6
7
8
9
10
11
12 | === modified file 'tests/autopilot/Flash/__init__.py' --- tests/autopilot/Flash/__init__.py 2015-03-16 21:16:58 +0000 +++ tests/autopilot/Flash/__init__.py 2015-05-05 15:42:15 +0000 @@ -44,7 +44,7 @@ """Common test case that provides several useful methods for the tests.""" - project_name = 'Flash' + project_name = 'flash2' def launch_application(self): app_qml_source_location = self._get_app_qml_source_path() |