private static final String INVALID_METADATA = "{\"hasPrefsToEdit\":false,\"error\":{\"message\":\"Unable to retrieve spec for http://www.gstatic.com/ig/modules/dictionary/123dictionary.xml. HTTP error 404\",\"code\":404}}";
@Before
public void setup() {
gadgetMetadataRepository = createNiceMock(GadgetMetadataRepository.class);
widgetMetadataResolver = new OpenSocialWidgetMetadataResolver(gadgetMetadataRepository);
}