|
| 1.1.2.1 | modified | msurtani | tests/functional/org/jboss/cache/loader/AsyncCacheLoaderTest.java | Renamed AsyncFileCacheLoaderTest to AsyncCacheLoaderTest since the test is meant to focus on the async wrapper to the cache loader, and not specifically the FCL. Also replaced usage of the FCL in this test with the DummyInMemoryCacheLoader. Faster, more robust and less prone to file system cleanup errors. |
| 1.11.2.1 | deleted | msurtani | tests/functional/org/jboss/cache/loader/AsyncFileCacheLoaderTest.java | Renamed AsyncFileCacheLoaderTest to AsyncCacheLoaderTest since the test is meant to focus on the async wrapper to the cache loader, and not specifically the FCL. Also replaced usage of the FCL in this test with the DummyInMemoryCacheLoader. Faster, more robust and less prone to file system cleanup errors. |
| 1.1.2.4 | modified | msurtani | tests/functional/org/jboss/cache/notifications/TreeCacheListenerTest.java | fixed broken UT |