r133 - /debtorrent/trunk/test.py

camrdale-guest at users.alioth.debian.org camrdale-guest at users.alioth.debian.org
Sat Jul 7 20:34:17 UTC 2007


Author: camrdale-guest
Date: Sat Jul  7 20:34:17 2007
New Revision: 133

URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=133
Log:
Add a new test.

Modified:
    debtorrent/trunk/test.py

Modified: debtorrent/trunk/test.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/test.py?rev=133&op=diff
==============================================================================
--- debtorrent/trunk/test.py (original)
+++ debtorrent/trunk/test.py Sat Jul  7 20:34:17 2007
@@ -162,6 +162,15 @@
                 (6, ['update']),
                 ]),
 
+        '6': ('Test caching with multiple apt-get updates.',
+             {1: []},
+             {1: (1, [], {})},
+             [(1, ['update']), 
+              (1, ['update']),
+              (1, ['update']),
+              (1, ['update']),
+              ]),
+
          }
 
 assert 'all' not in tests




More information about the Debtorrent-commits mailing list