Changeset 3526

Show
Ignore:
Timestamp:
20/05/04 12:07:16 (4 years ago)
Author:
mark
Message:

"Button" map no longer used by action

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/intermine/src/test/org/intermine/web/results/ChangeResultsSizeActionTest.java

    r3524 r3526  
    150150    public void testAddToExistingBag() throws Exception { 
    151151        setRequestPathInfo("/changeResultsSize"); 
    152         addRequestParameter("buttons(addToExistingBag)", ""); 
     152        addRequestParameter("addToExistingBag", ""); 
    153153        getSession().setAttribute(Constants.RESULTS_TABLE, new PagedResults(results)); 
    154154 
     
    184184    public void testAddSameToExistingBag() throws Exception { 
    185185        setRequestPathInfo("/changeResultsSize"); 
    186         addRequestParameter("buttons(addToExistingBag)", ""); 
     186        addRequestParameter("addToExistingBag", ""); 
    187187        getSession().setAttribute(Constants.RESULTS_TABLE, new PagedResults(results)); 
    188188