diff options
| author | Andrea Azzarone <azzaronea@gmail.com> | 2012-04-16 07:20:56 +0200 |
|---|---|---|
| committer | Andrea Azzarone <azzaronea@gmail.com> | 2012-04-16 07:20:56 +0200 |
| commit | e2386d768f555c5d31221166dc516a1763c5bf7a (patch) | |
| tree | 730e45f71761d7b9f30f4bdeb12963f81d08b520 /manual-tests | |
| parent | 05df41ed0d7dc717bd94ae3692c1cf681387ccc9 (diff) | |
Add a manual test.
(bzr r2280.2.2)
Diffstat (limited to 'manual-tests')
| -rw-r--r-- | manual-tests/Switcher.txt | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/manual-tests/Switcher.txt b/manual-tests/Switcher.txt index ecc3b6408..e1020f121 100644 --- a/manual-tests/Switcher.txt +++ b/manual-tests/Switcher.txt @@ -37,4 +37,24 @@ Outcome When you press Alt+Tab to switch window, the application title in the top left of the panel should change inline with changes in alt-tab focus. Also the menus shouldn't ever show. Even if the mouse has been left over - the panel when starting the Alt+Tab. \ No newline at end of file + the panel when starting the Alt+Tab. + + +Full app title in Chinese +------------------------- +This test ensures that the App Switcher (Alt+Tab) displays the full title +of apps in Chinese. + +Setup: +#. Install gnome-tweak-tool and run it. +#. Make sure you have the default font scaling factor (1.0). + +Action: +#. Run: + python -c 'from gi.repository import Gtk;win=Gtk.Window(title="显示桌面");win.connect("destroy", Gtk.main_quit);win.show_all();Gtk.main();' +#. Press Alt+Tab. +#. Continue to press Tab to select the newly created window. + +Outcome + The title of the newly created window should be "显示桌面" and *not* "显示桌...". + |
