|
| 1.4 | modified | adrian | src/test/org/jboss/test/scoped/ScopedRepositoryTestCase.java | Add tests for fully scoped annotation usage.i.e. the class and the annotation are in a scoped classloader. |
| 1.1 | added | adrian | src/test/org/jboss/test/scoped/jar1/FullyScopedAnnotationDefaultUsage.java | Add tests for fully scoped annotation usage.i.e. the class and the annotation are in a scoped classloader. |
| 1.1 | added | adrian | src/test/org/jboss/test/scoped/jar1/FullyScopedAnnotationUsage.java | Add tests for fully scoped annotation usage.i.e. the class and the annotation are in a scoped classloader. |
| 1.1 | added | adrian | src/test/org/jboss/test/scoped/jar1/ScopedTestAnnotation.java | Add tests for fully scoped annotation usage.i.e. the class and the annotation are in a scoped classloader. |
| 1.10 | modified | adrian | thirdparty/javassist/lib/javassist.jar | Add tests for fully scoped annotation usage.i.e. the class and the annotation are in a scoped classloader. |
| 1.3 | modified | adrian | src/test/org/jboss/test/scoped/ScopedRepositoryTestCase.java | Add tests for Scoped Annotation Usage |
| 1.1 | added | adrian | src/test/org/jboss/test/scoped/jar1/ScopedAnnotationDefaultUsage.java | Add tests for Scoped Annotation Usage |
| 1.1 | added | adrian | src/test/org/jboss/test/scoped/jar1/ScopedAnnotationUsage.java | Add tests for Scoped Annotation Usage |
| 1.9 | modified | adrian | thirdparty/javassist/lib/javassist.jar | Update with fixed javassist version for default annotation values after a prune. |
| 1.2 | modified | adrian | src/test/org/jboss/test/scoped/ScopedRepositoryTestCase.java | Some annotation tests. The default value test is broken. |
| 1.1 | added | adrian | src/test/org/jboss/test/scoped/TestAnnotation.java | Some annotation tests. The default value test is broken. |
| 1.1 | added | adrian | src/test/org/jboss/test/scoped/UnscopedAnnotationDefaultUsage.java | Some annotation tests. The default value test is broken. |
| 1.1 | added | adrian | src/test/org/jboss/test/scoped/UnscopedAnnotationUsage.java | Some annotation tests. The default value test is broken. |
| 1.4 | modified | adrian | src/test/org/jboss/test/concurrent/SemaphoreTest.java | Change the semaphore thread tests to use fair queuing |
| 1.1 | added | adrian | src/test/org/jboss/test/scoped/ScopedRepositoryTestCase.java | Make a start on testing a cutdown version the AOPClassPoolfor the AnnotationHelper in jbossretro. |
| 1.1 | added | adrian | src/test/org/jboss/test/scoped/jar1/TestClass1.java | Make a start on testing a cutdown version the AOPClassPoolfor the AnnotationHelper in jbossretro. |
| 1.2 | modified | starksm | src/test/org/jboss/test/lang/ClassTestCase.java | Add cast, asSubclass tests |
| 1.1 | added | starksm | src/test/org/jboss/test/lang/ClassTestCase.java | Tests of jdk5 Class methods |
| 1.2 | deleted | adrian | src/test/org/jboss/test/concurrent/ThreadTest.java | Revert the reentrant lock stuff to backport concurrent utiland remove tests that don't have coverage. |
| 1.3 | modified | adrian | src/test/org/jboss/test/concurrent/SemaphoreTest.java | Provide more information than "UnexpectedException" |
| 1.8 | modified | adrian | thirdparty/javassist/lib/javassist.jar | Remove the signature fixing.We need something a bit more robust. |
| 1.2 | modified | adrian | src/test/org/jboss/test/concurrent/SemaphoreTest.java | Remove tests for semaphore operations with multiple permitssince backport concurrent util doesn't support these operations. |
| 1.7 | modified | adrian | thirdparty/javassist/lib/javassist.jar | Add the ability to change the signature of a constant pool methodref entry.This is useful for JDK5 to 1.4 mapping, e.g.java.lang.String.clone()Ljava.lang.String; -> java.lang.String.clone()Ljava.lang.Object;Apply this for ReentrantLock.read/writeLock() |
| 1.6 | modified | adrian | thirdparty/javassist/lib/javassist.jar | Use the version of javassist that handles no parameter annotations properly. |
| 1.2 | modified | adrian | src/test/org/jboss/test/concurrent/ThreadPoolExecutorTest.java | Comment out tests that use non-existant api |
| 1.2 | modified | adrian | src/test/org/jboss/test/concurrent/ThreadPoolExecutorSubclassTest.java | Comment out tests that use non-existant api |
| 1.2 | modified | adrian | src/test/org/jboss/test/concurrent/TreeSetTest.java | Comment out tests that use non-existant apiSimulate pollFirst/Last used by this test. |
| 1.2 | modified | adrian | src/test/org/jboss/test/concurrent/TreeMapTest.java | Comment out tests that use non-existant api |
| 1.2 | modified | adrian | src/test/org/jboss/test/concurrent/TimeUnitTest.java | Comment out tests that use non-existant api |
| 1.1 | added | adrian | src/test/org/jboss/test/concurrent/RunnableScheduledFuture.java | Include non-existant api in org.jboss.test.concurrent |
| 1.1 | added | adrian | src/test/org/jboss/test/concurrent/RunnableFuture.java | Include non-existant api in org.jboss.test.concurrent |
| 1.2 | deleted | rcampbell | src/test/org/jboss/test/concurrent/TreeSubMapTest.java | JBAS-2814 - removed tests for classes not present in jdk5 |
| 1.2 | deleted | rcampbell | src/test/org/jboss/test/concurrent/TreeSubSetTest.java | JBAS-2814 - removed tests for classes not present in jdk5 |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/ScheduledExecutorSubclassTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/ScheduledExecutorTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/SemaphoreTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/SynchronousQueueTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/SystemTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/ThreadLocalTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/ThreadPoolExecutorSubclassTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/ThreadPoolExecutorTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/ThreadTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/TimeUnitTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/TreeMapTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/TreeSetTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/TreeSubMapTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | rcampbell | src/test/org/jboss/test/concurrent/TreeSubSetTest.java | JBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5. |
| 1.1 | added | adrian | src/test/org/jboss/test/strings/StringsTestCase.java | [JBAS-2809] - Add JDK1.5 String methods needed by webservices. |
| 1.2 | modified | adrian | src/test/org/jboss/test/other/AutoboxTestCase.java | Add missing license header. |
| 1.5 | modified | adrian | thirdparty/javassist/lib/javassist.jar | [JBAS-2810] - Add support for parameter annotations. |