This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
1.2.5 angular-mocks copy change breaks tests using XML datatype #5429
Closed
Description
Apparently the XML datatype in Chrome/Firefox (and others?) contains pointers to itself. The change here (f69dc16) copies the HTTP response.
If you are mocking an HTTP service with XML datatype as the return type, copy() never terminates.