Ad mock method implementation now we're using HttpSession.removeAttribute().
This commit is contained in:
parent
565c2e580b
commit
fde59c2f29
|
@ -99,7 +99,7 @@ public class MockHttpSession implements HttpSession {
|
|||
}
|
||||
|
||||
public void removeAttribute(String arg0) {
|
||||
throw new UnsupportedOperationException("mock method not implemented");
|
||||
map.remove(arg0);
|
||||
}
|
||||
|
||||
public void removeValue(String arg0) {
|
||||
|
|
Loading…
Reference in New Issue