Fix last(?) failing test
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2297 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
31073d7712
commit
6b97f6602f
@ -119,7 +119,7 @@ public class RefineServletTests extends RefineTest {
|
||||
Assert.fail();
|
||||
}
|
||||
|
||||
verifyGetCommandNameCalled(3);
|
||||
verifyGetCommandNameCalled(2);
|
||||
try {
|
||||
verify(command,times(1)).doGet(request, response);
|
||||
} catch (ServletException e) {
|
||||
|
Loading…
Reference in New Issue
Block a user