ignore the correct one
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
c428fc1b62
commit
2d23cb0ecf
|
@ -115,17 +115,7 @@ public class HazelcastSessionDataStoreTest extends AbstractSessionDataStoreTest
|
|||
//the serialization/deserialization that hazelcast performs when querying
|
||||
//to find zombie sessions.
|
||||
}
|
||||
|
||||
@Override
|
||||
public void testStoreObjectAttributes() throws Exception
|
||||
{
|
||||
//This test will not work for hazelcast because we can't enable
|
||||
//HazelcastSessionDataStore.setScavengeZombieSessions, as it's
|
||||
//too difficult to get the required classes onto the embedded
|
||||
//hazelcast instance: these classes are required to handle
|
||||
//the serialization/deserialization that hazelcast performs when querying
|
||||
//to find zombie sessions.
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
@ -115,6 +115,17 @@ public class HazelcastSessionDataStoreTest extends AbstractSessionDataStoreTest
|
|||
//the serialization/deserialization that hazelcast performs when querying
|
||||
//to find zombie sessions.
|
||||
}
|
||||
|
||||
@Override
|
||||
public void testStoreObjectAttributes() throws Exception
|
||||
{
|
||||
//This test will not work for hazelcast because we can't enable
|
||||
//HazelcastSessionDataStore.setScavengeZombieSessions, as it's
|
||||
//too difficult to get the required classes onto the embedded
|
||||
//hazelcast instance: these classes are required to handle
|
||||
//the serialization/deserialization that hazelcast performs when querying
|
||||
//to find zombie sessions.
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue