You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently tests check if XML marshaling output is equal to a text fixture. We should be verifying that the fixture and the output are equivalent XML instead of using string equality.
The text was updated successfully, but these errors were encountered:
It requires custom marshalling code due to bugs/limitation of the
standard golang xml package with namespaced elements and attributes
Also add a test for zencoder#23, because now we can
Currently tests check if XML marshaling output is equal to a text fixture. We should be verifying that the fixture and the output are equivalent XML instead of using string equality.
The text was updated successfully, but these errors were encountered: