~ubuntu-branches/ubuntu/precise/jetty/precise-updates

« back to all changes in this revision

Viewing changes to contrib/terracotta/src/test/java/org/mortbay/terracotta/servlet/ReentrantRequestSessionTest.java

  • Committer: Bazaar Package Importer
  • Author(s): Niels Thykier
  • Date: 2009-10-23 20:45:43 UTC
  • mfrom: (1.2.4 upstream)
  • mto: (11.1.1 lucid)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20091023204543-hgys3tmhj0squzvp
Tags: upstream-6.1.21
ImportĀ upstreamĀ versionĀ 6.1.21

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
import org.testng.annotations.Test;
30
30
 
31
31
/**
32
 
 * @version $Revision: 1319 $ $Date: 2008-11-14 00:55:54 +0100 (Fr, 14. Nov 2008) $
 
32
 * @version $Revision: 1319 $ $Date: 2008-11-14 00:55:54 +0100 (Fri, 14 Nov 2008) $
33
33
 */
34
34
public class ReentrantRequestSessionTest
35
35
{