Merge lp:~attente/unity-gtk-module/edit-undo-fix into lp:unity-gtk-module/13.10

Proposed by William Hua
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 291
Merged at revision: 292
Proposed branch: lp:~attente/unity-gtk-module/edit-undo-fix
Merge into: lp:unity-gtk-module/13.10
Diff against target: 12 lines (+1/-1)
1 file modified
tests/autopilot/tests/test_gedit.py (+1/-1)
To merge this branch: bzr merge lp:~attente/unity-gtk-module/edit-undo-fix
Reviewer Review Type Date Requested Status
Łukasz Zemczak Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+169207@code.launchpad.net

Commit message

Workaround for crash in unity-panel-service.

The Edit Undo test didn't work due to the bug LP #1063212 in unity-panel-service. This should avoid it entirely.

Description of the change

Old edit-undo test causes a crash in unity-panel-service, making most of the tests subsequently failing.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Łukasz Zemczak (sil2100) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/autopilot/tests/test_gedit.py'
2--- tests/autopilot/tests/test_gedit.py 2013-05-10 09:30:01 +0000
3+++ tests/autopilot/tests/test_gedit.py 2013-06-13 13:48:07 +0000
4@@ -163,7 +163,7 @@
5
6 def test_edit_undo(self):
7 """Test if menu item sensitivity works."""
8- self.app = self.process_manager.start_app_window('Text Editor')
9+ self.app = self.launch_test_application('gedit')
10 time.sleep(2.2)
11
12 # Hi!

Subscribers

People subscribed via source and target branches