/**
* Should call the implementation that returns 3 with a query string.
*/
public void testTotallyDifferentServletMapping3() {
makeAsyncCall(GWT.getModuleBaseURL()
+ "totally/different/but/valid?a=b&c=d", new AsyncCallback() {
@Override
public void onFailure(Throwable caught) {
TestSetValidator.rethrowException(caught);
}