gecko-dev/dom/media/test/external
Bryce Van Dyk 0b2ecfd134 Bug 1309035 - Addresses insufficient fix from Bug 1307016 by converting to unicode before ascii. r=maja_zf
Bug 1307016 attempted to address issues with output not being ascii and thus
being incompatible with terminals on test machines. However my changes in that
bug introduced two issues:
- They introduced a bug where field names were being read from an incorrect
  source.
- They attempted to construct a string internally then converted that string to
  ascii replacing non-ascii chars. This is an issue as in python 2 strings are
  implicitly ascii, so the initial conversion to a string would fail if the
  underlying object couldn't be represented as ascii.

Both of these issues are addressed here. The first by fixing the bad source in
the code, the second by converting to unicode for the intermediate
representation.

MozReview-Commit-ID: HC6Fd9TLRe2

--HG--
extra : rebase_source : bb7493b9074baa0273fb4110465f8bd13477f1d6
2016-10-11 10:02:16 +13:00
..
docs Bug 1254732 - External Media Tests needs comprehensive API documentation. r=maja_zf,SingingTree 2016-03-21 13:17:17 -05:00
external_media_harness Bug 1300653 - Update VideoPuppeteer to store state snapshots to prevent racing. r=maja_zf 2016-09-21 14:08:34 +12:00
external_media_tests Bug 1309035 - Addresses insufficient fix from Bug 1307016 by converting to unicode before ascii. r=maja_zf 2016-10-11 10:02:16 +13:00
MANIFEST.in Bug 1257983 - Fix MANIFEST.in in external-media-tests package; r=maja_zf 2016-03-18 18:32:37 -04:00
README.md Bug 1253723 - Text from README.md should be moved to http://developer.mozilla.org. r=SingingTree 2016-03-04 15:00:52 -06:00
mach_commands.py Bug 1287594 - Allow usage of marionette harness options through mach. r=whimboo 2016-08-19 16:35:19 -07:00
requirements-docs.txt Bug 1260872 - The docs are not being generated correctly on readthedocs - r=whimboo 2016-03-30 17:45:23 -05:00
requirements.txt Bug 1305370 - Bump firefox-puppeteer 52.0.0. r=maja_zf 2016-09-26 15:35:59 +02:00
setup.py Bug 1292394 - Update external media test dependencies. r=automatedtester 2016-08-01 13:43:29 +12:00

README.md

external-media-tests

Documentation for this library has moved to https://developer.mozilla.org/en-US/docs/Mozilla/QA/external-media-tests.