~ubuntu-branches/ubuntu/wily/scim/wily-proposed

« back to all changes in this revision

Viewing changes to extras/immodules/doc/tests/basic.txt

  • Committer: Package Import Robot
  • Author(s): Rolf Leggewie, Rolf Leggewie, Tz-Huan Huang
  • Date: 2012-06-30 11:21:42 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120630112142-a4cwzsr16dty8dk7
Tags: 1.4.14-1
[ Rolf Leggewie ]
* new upstream release 1.4.14
  - drop 32_scim-1.4.8-fix-dlopen.patch which has landed upstream
* bump compat level to 9
* debian/control: add Toni Mueller as co-maintainer
  Welcome aboard!

[ Tz-Huan Huang ]
* start shipping a couple of newly introduced im-module packages
* debian/rules:
  - simplify dh_auto_install override where upstream changes allow this
  - drop -fpermissive from CXXFLAGS, fixed upstream
* debian/README.*: update the documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
* Basic tests:
 
2
 
 
3
Preparation:
 
4
1. Kill all the process of "scim-bridge" before the tests.
 
5
2. Confirm that the IME is currently turned off if you use "shared-imengine" mode.
 
6
3. Open a terminal on the X.
 
7
4. export the environmental variable, "GTK_IM_MODULE=scim-bridge".
 
8
5. export the environmental variable, "SCIM_BRIDGE_DEBUG_LEVEL=9".
 
9
6. Launch "gedit".
 
10
 
 
11
 
 
12
Steps:
 
13
0-1. Confirm that the debug strings are appeared in the terminal.
 
14
0-3. Confirm that the IME is still deactivated.
 
15
0-4. Type "hello, world!" to check if SCIM-Bridge is correctly loaded.
 
16
0-5. Focus in and out the the window, and then type "hello, again".
 
17
0-6. Press "ctrl+F" to open the fiding dialog.
 
18
0-7. Switch the focus between the dialog and the main window.
 
19
0-8. Type other strings to confirm that focus transition is correctly handled.
 
20
0-9. Close the fiding dialog with the focus staying on the entry field of it.
 
21
 
 
22
Expected results:
 
23
- "scim-bridge" will be launched and it'll exit on quitting gedit.
 
24
- Nothing special is occured.
 
25
 
 
26
 
 
27
Steps:
 
28
1-1. Turn on the IME from the menu on the panel. (I use "scim-anthy" in the following case)
 
29
1-2. Check if the status display of the panel has been changed.
 
30
1-3. Type something to confirm the preedit is correctly shown.
 
31
1-4. Move the cursor in the preedit forward and backward.
 
32
1-5. Enter the coversation mode, and show the lookup table. The lookup table should be shown just under the cursor.
 
33
1-6. Shrink and expand the conversation segments to check the appearance of the preedit is correctly applied.
 
34
1-7. Commit it, and see if the string is correctly inserted.
 
35
1-8. Focus out the main window with the preedit shown. The preedit should be killed that time.
 
36
 
 
37
Expected results:
 
38
- Nothing to say.