~ci-train-bot/unity/unity-ubuntu-disco-3336

« back to all changes in this revision

Viewing changes to tests/autopilot/unity/tests/xim/test_gcin.py

  • Committer: Bileto Bot
  • Author(s): Alberts Muktupāvels
  • Date: 2018-11-29 15:43:05 UTC
  • mfrom: (4276.2.1 unity)
  • Revision ID: ci-train-bot@canonical.com-20181129154305-5ngyo1sj6euat549
Port to Python 3. (LP: #1310794)

Approved by: Marco Trevisan (Treviño)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# under the terms of the GNU General Public License version 3, as published
7
7
# by the Free Software Foundation.
8
8
 
9
 
from __future__ import absolute_import
10
9
 
11
10
from autopilot.matchers import Eventually
12
11
from os import environ
34
33
    """Tests the Dash and Hud with gcin in hangul mode."""
35
34
 
36
35
    scenarios = [
37
 
            ('hangul', {'input': 'han geul ', 'result': u'\ud55c\uae00'}),
38
 
            ('morning letters', {'input': 'a chimgeul ', 'result': u'\uc544\uce68\uae00'}),
39
 
            ('national script', {'input': 'gug mun ', 'result': u'\uad6d\ubb38'}),
 
36
            ('hangul', {'input': 'han geul ', 'result': '\ud55c\uae00'}),
 
37
            ('morning letters', {'input': 'a chimgeul ', 'result': '\uc544\uce68\uae00'}),
 
38
            ('national script', {'input': 'gug mun ', 'result': '\uad6d\ubb38'}),
40
39
        ]
41
40
 
42
41
    def setUp(self):