~ubuntu-branches/ubuntu/utopic/zope.container/utopic

« back to all changes in this revision

Viewing changes to src/zope/container/tests/test_ordered.py

  • Committer: Gediminas Paulauskas
  • Date: 2011-08-12 12:47:13 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: menesis@pov.lt-20110812124713-6vjm8q1wc7o31w0j
Tags: 3.12.0-0ubuntu1
* New upstream release.
  - Now includes a license.
* debian/patches: remove the automatic patch that added the license.
* Needs van.pydeb (>= 1.3.3) to correctly handle "zope.security[zcml]>=3.8"
  dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
##############################################################################
2
2
#
3
 
# Copyright (c) 2003 Zope Corporation and Contributors.
 
3
# Copyright (c) 2003 Zope Foundation and Contributors.
4
4
# All Rights Reserved.
5
5
#
6
6
# This software is subject to the provisions of the Zope Public License,
12
12
#
13
13
##############################################################################
14
14
"""Test the OrderedContainer.
15
 
 
16
 
$Id: test_ordered.py 111713 2010-04-30 20:43:09Z hannosch $
17
15
"""
18
16
import unittest
19
17
from doctest import DocTestSuite