Wireshark-commits: [Wireshark-commits] master fe769e7: Add 4 more test scripts for Lua, and its own

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 20 Feb 2014 18:42:14 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fe769e73501b5b1e324df3352266de77a8af456e
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

fe769e7 by Hadriel Kaplan (hadrielk@xxxxxxxxx):

    Add 4 more test scripts for Lua, and its own testsuite menu
    
    This adds test scripts for verifying Pinfo, Address, Field, FieldInfo, NSTime
    and Listener classes/functions.  It also moves Lua test scripts out of
    unittests and into its own new testsuite.
    
    Change-Id: I65c238fd459efb96db3f8f9145842cd038dea7c7
    Reviewed-on: https://code.wireshark.org/review/270
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  d574fd8   Add support for Bluetooth Linux Monitor
    adds  fe769e7   Add 4 more test scripts for Lua, and its own testsuite menu


Summary of changes:
 test/lua/field.lua                          |  140 +++++++++++++
 test/lua/listener.lua                       |  233 +++++++++++++++++++++
 test/lua/nstime.lua                         |  190 +++++++++++++++++
 test/lua/pinfo.lua                          |  301 +++++++++++++++++++++++++++
 test/suite-unittests.sh                     |  104 ---------
 test/{suite-unittests.sh => suite-wslua.sh} |  164 +++++++--------
 test/test.sh                                |    6 +
 7 files changed, 948 insertions(+), 190 deletions(-)
 create mode 100644 test/lua/field.lua
 create mode 100644 test/lua/listener.lua
 create mode 100644 test/lua/nstime.lua
 create mode 100644 test/lua/pinfo.lua
 copy test/{suite-unittests.sh => suite-wslua.sh} (65%)
 mode change 100755 => 100644