Merge lp:~boiko/ubuntu-calculator-app/remove_obsolete_test into lp:~ubuntu-calculator-dev/ubuntu-calculator-app/old_trunk

Proposed by Gustavo Pichorim Boiko
Status: Merged
Approved by: Gustavo Pichorim Boiko
Approved revision: 133
Merged at revision: 132
Proposed branch: lp:~boiko/ubuntu-calculator-app/remove_obsolete_test
Merge into: lp:~ubuntu-calculator-dev/ubuntu-calculator-app/old_trunk
Diff against target: 21 lines (+0/-14)
1 file modified
tests/autopilot/ubuntu_calculator_app/tests/test_simple_page.py (+0/-14)
To merge this branch: bzr merge lp:~boiko/ubuntu-calculator-app/remove_obsolete_test
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Riccardo Padovani Approve
Review via email: mp+179832@code.launchpad.net

Commit message

Remove one obsolete autopilot test.

Description of the change

Remove one obsolete autopilot test.

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Riccardo Padovani (rpadovani) wrote :

Thanks Boiko!

review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/autopilot/ubuntu_calculator_app/tests/test_simple_page.py'
2--- tests/autopilot/ubuntu_calculator_app/tests/test_simple_page.py 2013-08-08 15:35:06 +0000
3+++ tests/autopilot/ubuntu_calculator_app/tests/test_simple_page.py 2013-08-13 01:31:34 +0000
4@@ -168,17 +168,3 @@
5
6 self.assertThat(
7 self.main_view.get_number_of_screens, Eventually(Equals(1)))
8-
9- def test_click_history(self):
10- """Do a calculation using history items."""
11- self.main_view.calculate_operation("19+1")
12- self.main_view.clear_with_swipe()
13-
14- result_label = self.main_view.get_screen_by_index(0).get_result_label()
15- self.pointing_device.click_object(result_label)
16-
17- calc_keyboard = self.main_view.get_calc_keyboard()
18- calc_keyboard.enter_operation("+5")
19- calc_keyboard.click_equals()
20-
21- self._assert_result("25")

Subscribers

People subscribed via source and target branches