~ubuntu-branches/ubuntu/raring/software-center/raring-proposed

« back to all changes in this revision

Viewing changes to softwarecenter/sso/tests/__init__.py

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2012-10-11 15:33:05 UTC
  • mfrom: (195.1.18 quantal)
  • Revision ID: package-import@ubuntu.com-20121011153305-fm5ln7if3rpzts4n
Tags: 5.4.1.1
* lp:~mvo/software-center/reinstall-previous-purchase-token-fix:
  - fix reinstall previous purchases that have a system-wide
    license key LP: #1065481
* lp:~mvo/software-center/lp1060106:
  - Add missing gettext init for utils/update-software-center-agent
    (LP: #1060106)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
#
 
3
# Copyright 2009-2012 Canonical Ltd.
 
4
#
 
5
# This program is free software: you can redistribute it and/or modify it
 
6
# under the terms of the GNU General Public License version 3, as published
 
7
# by the Free Software Foundation.
 
8
#
 
9
 
 
10
"""Tests for the Ubuntu SSO GTK+ graphical interface."""
 
11
 
 
12
APP_NAME = u'I ♥ Ubuntu'
 
13
CAPTCHA_ID = u'test ñiña'
 
14
CAPTCHA_SOLUTION = u'william Byrd ñandú'
 
15
EMAIL = u'test@example.com'
 
16
EMAIL_TOKEN = u'B2P☺ gtf'
 
17
HELP_TEXT = u'☛ Lorem ipsum dolor sit amet, consectetur adipiscing elit. ' \
 
18
'Nam sed lorem nibh. Suspendisse gravida nulla non nunc suscipit pulvinar ' \
 
19
'tempus ut augue. Morbi consequat, ligula a elementum pretium, ' \
 
20
'dolor nulla tempus metus, sed viverra nisi risus non velit.'
 
21
NAME = u'Juanito ☀ Pérez'
 
22
PASSWORD = u'h3lloWorld☑ '
 
23
PING_URL = u'http://localhost/ping-me/'
 
24
RESET_PASSWORD_TOKEN = u'8G5Wtq'
 
25
TC_URL = u'http://localhost/'
 
26
UNKNOWN_ERROR = u'Something went very wrong! ☹'