gstreamer/validate/launcher
Vineeth TM 94c684d401 validate:launcher: escape the characters to remove bad range in regex
When media file name consists of some special characters of the format
[b-a].mp3, then it fails with 'bad character range' error and exits.
call re.escape to escape the characters before using it in findall

https://bugzilla.gnome.org/show_bug.cgi?id=752650
2015-08-05 16:56:18 -04:00
..
apps validate:launcher: improve uri generation for --medias-path 2015-08-05 16:12:47 -04:00
__init__.py validate-launcher: restructure filesystem 2014-10-30 15:31:29 +01:00
baseclasses.py validate:launcher: escape the characters to remove bad range in regex 2015-08-05 16:56:18 -04:00
config.py.in validate:launcher: Avoid depending on PyGObject 2015-03-28 23:35:07 +01:00
httpserver.py Fix 'stoped' typo 2015-05-01 18:19:39 +02:00
loggable.py validate-launcher: loggable: fix various pyflakes / uncaught pep8 issues. 2014-10-30 15:40:17 +01:00
main.py validate: launcher: Add a --force-sync option 2015-08-04 15:23:54 +02:00
Makefile.am validate:launcher: Add a way to run tests without displaying the output 2015-04-17 21:51:29 +02:00
RangeHTTPServer.py validate: launcher: Support simultaneous requests in RangeHTTPServer 2015-02-05 15:18:38 +01:00
reporters.py validate: launcher: Move logfile handling out of Reporter and into Test 2015-02-05 15:18:37 +01:00
utils.py validate:launcher: unquote the path to remove special characters 2015-07-22 16:39:43 +01:00
vfb_server.py Fix 'stoped' typo 2015-05-01 18:19:39 +02:00