File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
prj/test/functional/rwbm/src/main/java/rwbm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ private void putWithWriteBatchFactorZero(String sCacheName)
341341 // we expect to see either 3 individual store calls, or 1 store and 1 storeAll call
342342 verifyStoreStats ("putWithWriteBatchFactorZero-" + sCacheName , store ,
343343 equal ("store" , 1 ).and (equal ("storeAll" , 1 ))
344- .or (equal ("store" , 3 ). and ( equal ( "storeAll" , 0 )) ));
344+ .or (equal ("store" , 3 )));
345345 }
346346 finally
347347 {
@@ -2149,7 +2149,7 @@ public void testCacheStoreExpireOnPutAllWithWriteBehind()
21492149
21502150 private void testCacheStoreExpire (String sCacheName , long cExpiryMillis , boolean fUsePutAll )
21512151 {
2152- String testName = "testCacheStoreUpdate -" + sCacheName + (fUsePutAll ? "-PutAll" : "Put" );
2152+ String testName = "testCacheStoreExpire -" + sCacheName + (fUsePutAll ? "-PutAll" : "Put" );
21532153 NamedCache cache = getNamedCache (sCacheName );
21542154 TestBinaryCacheStore store = (TestBinaryCacheStore ) getStore (cache );
21552155 ReadWriteBackingMap rwbm = getReadWriteBackingMap (cache );
You can’t perform that action at this time.
0 commit comments