~ubuntu-branches/ubuntu/precise/tomcat7/precise-proposed

« back to all changes in this revision

Viewing changes to test/org/apache/catalina/filters/TestExpiresFilter.java

  • Committer: Package Import Robot
  • Author(s): tony mancill, Jakub Adam, tony mancill
  • Date: 2012-03-01 21:22:50 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120301212250-yrkv3u4y9mbg4a1o
Tags: 7.0.26-1
[ Jakub Adam ]
* New upstream release.
* Add Jakub Adam to Uploaders.
* Bump Standards-Version to 3.9.3.
* Don't Depend libservlet3.0-java-doc on package it documents, relax
  to Suggests.

[ tony mancill ]
* Add Polish debconf translation. (Closes: #661644)
  - Thanks to Michał Kułach.

Show diffs side-by-side

added added

removed removed

Lines of Context:
432
432
 
433
433
            // TEST
434
434
            HttpURLConnection httpURLConnection = (HttpURLConnection) new URL(
435
 
                    "http://localhost:" + tomcat.getConnector().getPort() +
 
435
                    "http://localhost:" + tomcat.getConnector().getLocalPort() +
436
436
                            "/test").openConnection();
437
437
 
438
438
            // VALIDATE