~ubuntuone-control-tower/ubuntuone-storage-protocol/stable-13-10

« back to all changes in this revision

Viewing changes to tests/test_query.py

  • Committer: Rodney Dawes
  • Date: 2012-03-29 20:28:09 UTC
  • mto: This revision was merged to the branch mainline in revision 145.
  • Revision ID: rodney.dawes@canonical.com-20120329202809-qn95fzwrraiw9lkw
Exception for use of OpenSSL

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#
4
4
# Author: John R. Lenton <john.lenton@canonical.com>
5
5
#
6
 
# Copyright (C) 2009 Canonical
 
6
# Copyright (C) 2009-2012 Canonical Ltd.
7
7
#
8
8
# This program is free software: you can redistribute it and/or modify it
9
9
# under the terms of the GNU Affero General Public License version 3,
16
16
#
17
17
# You should have received a copy of the GNU Affero General Public License
18
18
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
19
#
 
20
# In addition, as a special exception, the copyright holders give
 
21
# permission to link the code of portions of this program with the
 
22
# OpenSSL library under certain conditions as described in each
 
23
# individual source file, and distribute linked combinations
 
24
# including the two.
 
25
# You must obey the GNU General Public License in all respects
 
26
# for all of the code used other than OpenSSL.  If you modify
 
27
# file(s) with this exception, you may extend this exception to your
 
28
# version of the file(s), but you are not obligated to do so.  If you
 
29
# do not wish to do so, delete this exception statement from your
 
30
# version.  If you delete this exception statement from all source
 
31
# files in the program, then also delete it here.
19
32
"""Tests for querying lots of items"""
20
33
 
21
34
import unittest