public void zone_function_names_are_converted_to_lower_case()
{
JavaScriptSupport js = mockJavaScriptSupport();
Environment environment = mockEnvironment();
expect(environment.peek(FormSupport.class)).andReturn(null).atLeastOnce();
js.addInitializerCall("zone", new JSONObject("{'element':'client1', 'show':'showme' }"));
js.addInitializerCall("zone", new JSONObject("{'element':'client2', 'update':'updateme' }"));
replay();