~ubuntu-branches/ubuntu/precise/ubuntu-sso-client/precise-proposed

« back to all changes in this revision

Viewing changes to ubuntu_sso/utils/webclient/tests/test_qtnetwork.py

  • Committer: Package Import Robot
  • Author(s): Rodney Dawes
  • Date: 2012-04-11 15:38:32 UTC
  • mfrom: (1.1.36)
  • Revision ID: package-import@ubuntu.com-20120411153832-xml7qde6logjz2ni
Tags: 3.0.0-0ubuntu1
* New upstream release.
  - Fix for test failures. (LP: #973345)
  - Add necessary OpenSSL exception to license. (LP: #968555)
* debian/copyright:
  - Update to proper dep5 format.
  - Update for OpenSSL exception.
* debian/patches/00_bzr837-lp-960657.patch:
  - Client hangs on account creation. (LP: #960657)
* debian/watch:
  - Update for new release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
2
#
3
 
# Copyright 2011 Canonical Ltd.
 
3
# Copyright 2011-2012 Canonical Ltd.
4
4
#
5
5
# This program is free software: you can redistribute it and/or modify it
6
6
# under the terms of the GNU General Public License version 3, as published
13
13
#
14
14
# You should have received a copy of the GNU General Public License along
15
15
# with this program.  If not, see <http://www.gnu.org/licenses/>.
 
16
#
 
17
# In addition, as a special exception, the copyright holders give
 
18
# permission to link the code of portions of this program with the
 
19
# OpenSSL library under certain conditions as described in each
 
20
# individual source file, and distribute linked combinations
 
21
# including the two.
 
22
# You must obey the GNU General Public License in all respects
 
23
# for all of the code used other than OpenSSL.  If you modify
 
24
# file(s) with this exception, you may extend this exception to your
 
25
# version of the file(s), but you are not obligated to do so.  If you
 
26
# do not wish to do so, delete this exception statement from your
 
27
# version.  If you delete this exception statement from all source
 
28
# files in the program, then also delete it here.
16
29
"""Specific tests for the qt implementation."""
17
30
 
18
31
from twisted.internet import defer