~ubuntu-branches/ubuntu/trusty/jetty/trusty-proposed

« back to all changes in this revision

Viewing changes to extras/jetty-java5-stats/src/test/java/org/mortbay/jetty/handler/StatisticsHandlerTest.java

  • Committer: Bazaar Package Importer
  • Author(s): Niels Thykier
  • Date: 2010-07-05 22:28:14 UTC
  • mfrom: (1.4.1 upstream) (11.2.6 maverick)
  • Revision ID: james.westby@ubuntu.com-20100705222814-utlpk7u0xzq7bfw0
Tags: 6.1.24-6
* Removed Depends on JREs for library packages, no longer required
  by the policy.
* Added missing depends on JREs for the jetty package.
* Made init script ignore weird exit statuses from logrotate.
  (Closes: 589681, LP: #607202)
* Fixed broken restart command in jetty init script. Was missing a
  negation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
import org.mortbay.util.IO;
36
36
 
37
37
/**
38
 
 * @version $Revision: 5303 $ $Date: 2009-07-03 04:07:03 +0200 (Fri, 03 Jul 2009) $
 
38
 * @version $Revision: 5303 $ $Date: 2009-07-03 04:07:03 +0200 (Fr, 03. Jul 2009) $
39
39
 */
40
40
public class StatisticsHandlerTest extends TestCase
41
41
{