Gedit check the entered text in the document
Bug #1206385 reported by
Dan Chapman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Autopilot Tests |
Fix Released
|
Undecided
|
Dan Chapman |
Bug Description
With the new autopilot-gtk improvements we can now access the contents of a GtkTextView via its buffer property. SO we can see the contents inside a document pane. For Gedit its re-named to GeditVIew but we are still able to see its buffer property. SO test needs updating just to check that the entered text is ok. This will be especially helpful on the 'search and replace' part of the test.
Related branches
lp://staging/~dpniel/ubuntu-autopilot-tests/gedit
- Nicholas Skaggs (community): Approve
-
Diff: 1347 lines (+936/-357)9 files modifiedubuntu_autopilot_tests/gedit/__init__.py (+154/-0)
ubuntu_autopilot_tests/gedit/samples/gedit.c (+8/-0)
ubuntu_autopilot_tests/gedit/samples/gedit.cpp (+8/-0)
ubuntu_autopilot_tests/gedit/samples/gedit.py (+6/-0)
ubuntu_autopilot_tests/gedit/samples/gedit.vala (+9/-0)
ubuntu_autopilot_tests/gedit/samples/gedit.xml (+21/-0)
ubuntu_autopilot_tests/gedit/samples/gedit1.c (+8/-0)
ubuntu_autopilot_tests/gedit/samples/test (+1/-0)
ubuntu_autopilot_tests/gedit/test_gedit.py (+721/-357)
Changed in ubuntu-autopilot-tests: | |
assignee: | nobody → Dan Chapman (dpniel) |
Changed in ubuntu-autopilot-tests: | |
status: | New → In Progress |
Changed in ubuntu-autopilot-tests: | |
status: | In Progress → Fix Committed |
Changed in ubuntu-autopilot-tests: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.