Merge lp:~aacid/unity-2d/unity-2d_test_fix_bad_quote into lp:unity-2d

Proposed by Albert Astals Cid
Status: Merged
Approved by: Florian Boucault
Approved revision: 904
Merged at revision: 904
Proposed branch: lp:~aacid/unity-2d/unity-2d_test_fix_bad_quote
Merge into: lp:unity-2d
Diff against target: 12 lines (+1/-1)
1 file modified
tests/places/fullscreen.rb (+1/-1)
To merge this branch: bzr merge lp:~aacid/unity-2d/unity-2d_test_fix_bad_quote
Reviewer Review Type Date Requested Status
Gerry Boland Pending
Review via email: mp+92233@code.launchpad.net

Description of the change

Remove bad quote from one of the tests that makes setting back the original setting not work

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/places/fullscreen.rb'
2--- tests/places/fullscreen.rb 2012-02-03 16:04:55 +0000
3+++ tests/places/fullscreen.rb 2012-02-09 10:05:20 +0000
4@@ -78,7 +78,7 @@
5 # Run after each test case completes
6 teardown do
7 $SUT.execute_shell_command "dconf write #{DASH_FULLSCREEN_KEY} #{@fullscreen_old}"
8- $SUT.execute_shell_command "dconf write #{DASH_FORMFACTOR_KEY} '#{@formfactor_old}"
9+ $SUT.execute_shell_command "dconf write #{DASH_FORMFACTOR_KEY} #{@formfactor_old}"
10
11 $SUT.execute_shell_command "pkill -nf unity-2d-panel"
12 $SUT.execute_shell_command "pkill -nf unity-2d-places"

Subscribers

People subscribed via source and target branches