[apt-proxy-devel] r649 - trunk/apt_proxy/test

Chris Halls halls at alioth.debian.org
Tue Apr 17 21:54:37 UTC 2007


Author: halls
Date: Tue Apr 17 21:54:37 2007
New Revision: 649

Modified:
   trunk/apt_proxy/test/test_clients.py
Log:
Add a test for path containing /../


Modified: trunk/apt_proxy/test/test_clients.py
==============================================================================
--- trunk/apt_proxy/test/test_clients.py	(original)
+++ trunk/apt_proxy/test/test_clients.py	Tue Apr 17 21:54:37 2007
@@ -76,6 +76,7 @@
         global FinishCode
         for uri in [
                         'http://aptproxy:9999/debian/dists/testing/main/binary-i386/Packages.gz',
+                        'http://aptproxy:9999/debian/dists/testing/main/x/../binary-i386/Packages.gz',
                         'http://aptproxy:9999/debian/pool/main/i/imagemagick/libmagick++9c2a_6.2.4.5.dfsg1-0.13_i386.deb',
                         'http://aptproxy:9999/debian/pool/main/u/utf8-migration-tool/utf8-migration-tool_0.4.3_all.deb'
                         ]:



More information about the apt-proxy-devel mailing list