|
| 1.3 | modified | msurtani | tests/functional/org/jboss/cache/mgmt/NotificationTest.java | Added notification tests for optimistic locking |
| 1.2 | modified | msurtani | tests/functional/org/jboss/cache/mgmt/NotificationTest.java | Added notification tests for optimistic locking |
| 1.1 | added | msurtani | tests/functional/org/jboss/cache/mgmt/OptimisticNotificationTest.java | Added notification tests for optimistic locking |
| 1.50 | modified | msurtani | tests/perf/org/jboss/cache/Server.java | *** empty log message *** |
| 1.2 | modified | msurtani | tests/perf/org/jboss/cache/SizeOf.java | *** empty log message *** |
| 1.3 | modified | msurtani | tests/perf/org/jboss/cache/optimistic/OptimisticPerfTestBase.java | *** empty log message *** |
| 1.1 | added | msurtani | tests/functional/org/jboss/cache/options/CacheModeLocalSimpleTest.java | JBCACHE-655 (Cache under transaction should allow mix of LOCAL or REPL mode option) |
| 1.3 | modified | msurtani | tests/functional/org/jboss/cache/options/cachemodelocal/CacheModeLocalTestBase.java | JBCACHE-655 (Cache under transaction should allow mix of LOCAL or REPL mode option) |
| 1.5 | modified | msurtani | src/org/jboss/cache/marshall/LegacyTreeCacheMarshaller.java | Fixed broken interop tests |
| 1.5 | modified | msurtani | src/org/jboss/cache/marshall/VersionAwareMarshaller.java | Fixed broken interop tests |
| 1.3 | modified | msurtani | tests/functional/org/jboss/cache/marshall/VersionAwareMarshallerTest.java | Better UT |
| 1.4 | modified | msurtani | src/org/jboss/cache/marshall/VersionAwareMarshaller.java | Better UT |
| 1.2 | modified | msurtani | tests/functional/org/jboss/cache/marshall/VersionAwareMarshallerTest.java | Better UT |
| 1.4 | modified | dhuang | tests/functional/org/jboss/cache/eviction/FIFOAlgorithmTest.java | Marking a node as in use will prevent it from being evicted. Only LRU has a fully tested implementation right now. The others will have this feature post 1.4.0. |
| 1.3 | modified | dhuang | tests/functional/org/jboss/cache/eviction/FIFOQueueTest.java | Marking a node as in use will prevent it from being evicted. Only LRU has a fully tested implementation right now. The others will have this feature post 1.4.0. |
| 1.10 | modified | dhuang | tests/functional/org/jboss/cache/eviction/LRUPolicyTest.java | Marking a node as in use will prevent it from being evicted. Only LRU has a fully tested implementation right now. The others will have this feature post 1.4.0. |
| 1.6 | deleted | bwang | tests/functional/org/jboss/cache/aop/classloader/ReplicatedAopTest.java | Renamed to memory package |
| 1.1 | added | bwang | tests/functional/org/jboss/cache/aop/memory/ReplicatedAopTest.java | Renamed to memory package |
| 1.5 | modified | bwang | tests/functional/org/jboss/cache/aop/classloader/ReplicatedAopTest.java | Tests for classloader leaking |
| 1.6 | modified | msurtani | tests/functional/org/jboss/cache/marshall/ActiveInactiveTest.java | Added version ids to headers of all data streams |
| 1.1 | added | msurtani | src/org/jboss/cache/marshall/Marshaller.java | Added version ids to headers of all data streams |
| 1.1 | added | msurtani | src/org/jboss/cache/marshall/TreeCacheMarshaller140.java | Added version ids to headers of all data streams |
| 1.5 | modified | msurtani | tests/functional/org/jboss/cache/marshall/ActiveInactiveTest.java | Added version ids to headers of all data streams |
| 1.5 | modified | msurtani | tests/functional/org/jboss/cache/marshall/AsyncReplTest.java | Added version ids to headers of all data streams |
| 1.8 | deleted | msurtani | tests/functional/org/jboss/cache/marshall/EnhancedTreeCacheMarshallerTest.java | Added version ids to headers of all data streams |
| 1.1 | added | msurtani | tests/functional/org/jboss/cache/marshall/VersionAwareMarshallerTest.java | Added version ids to headers of all data streams |
| 1.3 | modified | msurtani | src/org/jboss/cache/marshall/VersionAwareMarshaller.java | Added version ids to headers of all data streams |
| 1.4 | modified | msurtani | src/org/jboss/cache/marshall/LegacyTreeCacheMarshaller.java | Added version ids to headers of all data streams |
| 1.3 | modified | msurtani | src/org/jboss/cache/marshall/MarshallUtil.java | Added version ids to headers of all data streams |
| 1.3 | modified | msurtani | src/org/jboss/cache/marshall/MarshallingException.java | Added version ids to headers of all data streams |
| 1.3 | modified | msurtani | src/org/jboss/cache/marshall/MethodCallFactory.java | Added version ids to headers of all data streams |
| 1.8 | modified | msurtani | src/org/jboss/cache/marshall/MethodDeclarations.java | Added version ids to headers of all data streams |
| 1.15 | modified | msurtani | src/org/jboss/cache/marshall/ObjectSerializationFactory.java | Added version ids to headers of all data streams |
| 1.6 | modified | msurtani | src/org/jboss/cache/marshall/Region.java | Added version ids to headers of all data streams |
| 1.11 | modified | msurtani | src/org/jboss/cache/marshall/RegionManager.java | Added version ids to headers of all data streams |
| 1.3 | modified | msurtani | src/org/jboss/cache/marshall/RegionNameConflictException.java | Added version ids to headers of all data streams |
| 1.3 | modified | msurtani | src/org/jboss/cache/marshall/RegionNotFoundException.java | Added version ids to headers of all data streams |
| 1.2 | modified | msurtani | src/org/jboss/cache/marshall/VersionAwareMarshaller.java | Added version ids to headers of all data streams |
| 1.4 | modified | msurtani | tests/functional/org/jboss/cache/marshall/ActiveInactiveTest.java | Added version ids to headers of all data streams |
| 1.7 | modified | msurtani | tests/functional/org/jboss/cache/marshall/EnhancedTreeCacheMarshallerTest.java | Added version ids to headers of all data streams |
| 1.5 | modified | msurtani | tests/functional/org/jboss/cache/marshall/LocalTest.java | Added version ids to headers of all data streams |
| 1.4 | modified | bwang | tests/functional/org/jboss/cache/aop/classloader/ReplicatedAopTest.java | added test for classloader gc |
| 1.4 | modified | msurtani | tests/functional/org/jboss/cache/buddyreplication/BuddyManagerTest.java | Abstracted dependency on JGroups 2.2.9.x |
| 1.6 | modified | msurtani | tests/functional/org/jboss/cache/marshall/EnhancedTreeCacheMarshallerTest.java | Abstracted dependency on JGroups 2.2.9.x |
| 1.3 | modified | msurtani | src/org/jboss/cache/marshall/LegacyTreeCacheMarshaller.java | Abstracted dependency on JGroups 2.2.9.x |
| 1.2 | modified | msurtani | src/org/jboss/cache/marshall/MethodCallFactory.java | Abstracted dependency on JGroups 2.2.9.x |
| 1.7 | modified | msurtani | src/org/jboss/cache/marshall/MethodDeclarations.java | Abstracted dependency on JGroups 2.2.9.x |
| 1.19 | modified | msurtani | src/org/jboss/cache/marshall/TreeCacheMarshaller.java | Abstracted dependency on JGroups 2.2.9.x |
| 1.3 | modified | bwang | tests/functional/org/jboss/cache/aop/classloader/ReplicatedAopTest.java | added test for classloader gc |
| 1.2 | modified | bwang | tests/functional/org/jboss/cache/aop/classloader/ReplicatedAopTest.java | added test for classloader gc |