ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/ThreadTest.java
(Generate patch)

Comparing jsr166/src/test/tck/ThreadTest.java (file contents):
Revision 1.2 by dl, Mon Sep 1 00:17:10 2003 UTC vs.
Revision 1.3 by dl, Sun Sep 14 20:42:41 2003 UTC

# Line 6 | Line 6
6   */
7  
8   import junit.framework.*;
9 import java.util.concurrent.Semaphore;
9  
10 < /**
12 < * Test java.lang.Thread
13 < *
14 < */
15 <
16 < public class ThreadTest extends TestCase {
10 > public class ThreadTest extends JSR166TestCase {
11      public static void main(String[] args) {
12          junit.textui.TestRunner.run(suite());  
13      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines