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:
Tom Morris 2011-10-07 19:16:19 +00:00
parent 31073d7712
commit 6b97f6602f

View File

@ -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) {