Ad mock method implementation now we're using HttpSession.removeAttribute().
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user