Wireshark-commits: [Wireshark-commits] master 612e286: Fix test script to test Lua Pinfo, and fix p

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 23 Jan 2015 01:52:28 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=612e286b9eed3f011a592a206f0128d0b04e5549
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

612e286 by Guy Harris (guy@xxxxxxxxxxxx):

    Fix test script to test Lua Pinfo, and fix problem it found.
    
    The test script was running lua/nstime.lua rather than lua/pinfo.lua for
    the Pinfo test, and the Pinfo test was testing the ipproto property for
    a Pinfo, but that was removed.
    
    Change-Id: Iccdccd265dd550e41640af3acd607362f1f2f02e
    Reviewed-on: https://code.wireshark.org/review/6747
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  5b55288   Add a changelog entry for the license tag change (I82de1bc4ffcb1e962b1a35dc58aaa87aca04ed5e).
    adds  612e286   Fix test script to test Lua Pinfo, and fix problem it found.


Summary of changes:
 test/lua/pinfo.lua  |    2 --
 test/suite-wslua.sh |    2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)