Wireshark-commits: [Wireshark-commits] master f201b97: test: add tests for Unicode paths in Lua and

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 29 Dec 2018 08:28:06 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f201b971d80e4020078dcec9a1c85d4d0a2cd02b
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

f201b97 by Peter Wu (peter@xxxxxxxxxxxxx):

    test: add tests for Unicode paths in Lua and tshark -G folders
    
    Check for potential Unicode-related problems on Windows.
    
    Change-Id: I147c07749c5073a9ae00f07914dd80347d17c40f
    Ping-Bug: 15118
    Reviewed-on: https://code.wireshark.org/review/31154
    Tested-by: Petri Dish Buildbot
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  604aef7   Windows: fix handling of Unicode paths in Lua
     add  f201b97   test: add tests for Unicode paths in Lua and tshark -G folders


Summary of changes:
 test/fixtures_ws.py  | 20 ++++++++++++++++++-
 test/lua/unicode.lua | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 test/suite_clopts.py |  7 +++++++
 test/suite_wslua.py  | 38 ++++++++++++++++++++++++++++++++++++
 4 files changed, 119 insertions(+), 1 deletion(-)
 create mode 100644 test/lua/unicode.lua