mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
[fix/MNT-24172-fixRecreationOfRendition2] Test Case for recreation of Rendition2
This commit is contained in:
@@ -1092,8 +1092,8 @@ public class RenditionsTest extends AbstractBaseApiTest
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
httpClient.setHostConfiguration(hostConfig);
|
// httpClient.setHostConfiguration(hostConfig);
|
||||||
httpClient.executeMethod(httpMethod);
|
httpClient.executeMethod(hostConfig, httpMethod);
|
||||||
return new HttpMethodResponse(httpMethod);
|
return new HttpMethodResponse(httpMethod);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user