# HG changeset patch # User paulb # Date 1124458058 0 # Node ID 302cc102aaf65e0a2edc214d667fc8cb69501ef7 # Parent 679423d995c430b91c9de98ee7fc3c74b65ce537 [project @ 2005-08-19 13:27:38 by paulb] Added tests for virtual path info and processed virtual path info. diff -r 679423d995c4 -r 302cc102aaf6 examples/Common/Simple/__init__.py --- a/examples/Common/Simple/__init__.py Fri Aug 19 13:27:22 2005 +0000 +++ b/examples/Common/Simple/__init__.py Fri Aug 19 13:27:38 2005 +0000 @@ -33,6 +33,8 @@
  • Path: %s
  • Path without query: %s
  • Path info: %s
  • +
  • Virtual path info: %s
  • +
  • Processed virtual path info: %s
  • Query string: %s
  • Server name: %s
  • Server port: %s
  • @@ -82,6 +84,8 @@ trans.get_path(), trans.get_path_without_query(), trans.get_path_info(), + trans.get_virtual_path_info(), + trans.get_processed_virtual_path_info(), trans.get_query_string(), trans.get_server_name(), trans.get_server_port(),