mirror of https://github.com/apache/archiva.git
[MRM-1111] upgrade to Struts 2.1.8.1 - add missing unit testing code to 2 actions
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1091476 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5b9f93dbe9
commit
05d32a4578
|
@ -48,7 +48,7 @@ import static org.mockito.Mockito.when;
|
|||
*
|
||||
*/
|
||||
public class SearchActionTest
|
||||
extends PlexusInSpringTestCase
|
||||
extends AbstractActionTestCase
|
||||
{
|
||||
private SearchAction action;
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ import java.util.TimeZone;
|
|||
* UploadActionTest
|
||||
*/
|
||||
public class UploadActionTest
|
||||
extends PlexusInSpringTestCase
|
||||
extends AbstractActionTestCase
|
||||
{
|
||||
private UploadAction uploadAction;
|
||||
|
||||
|
|
Loading…
Reference in New Issue