freeswitch/libs/libtpl-1.5/lang/perl/tests
Anthony Minessale 4985a41f27 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
..
Makefile add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
README add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
client.pl add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
do_tests add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
server.pl add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test1 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test1.ans add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test2 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test2.ans add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test3 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test3.ans add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test4 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test4.ans add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test5 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test5.ans add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test6 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test6.ans add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test7 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test7.ans add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test8 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test8.ans add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test9 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test9.ans add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test10 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test10.ans add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test11 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test11.ans add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test12 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test12.ans add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test13 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test13.ans add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test14 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test14.ans add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test14.tpl add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test15 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test15.ans add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test15.tpl add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test16 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test16.ans add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test17 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test17.ans add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test18 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test18.ans add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test19 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test19.ans add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test20 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test20.ans add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test21 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test21.ans add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test22 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test22.ans add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
test23 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00

README

Run 'make' to run the tests.

Run 'make clean' to clean up the temporary files.

Description of tests
=============================================================================
test1   pack A(i) to file, unpack
test2   pack A(i) to memory, unpack
test3   pack A(i) to memory, pipe through tplxml (to make XML)
test4   pack A(i) to file, convert to XML, convert back to tpl (using tplxml)
test5   pack A(b) to file, unpack
test6   pack A(b) to memory, pipe through tplxml (to make XML)
test7   pack A(b) to file, convert to XML, convert back to tpl (using tplxml)
test8   pack A(s) (has embedded &, < and > in strings to test quoting in XML)
test9   pack A(u) to file, unpack
test10  pack A(u) to memory, convert via tplxml
test11  pack format B using a four-byte binary buffer, unpack and print
test12  pack A(d) to file, unpack
test13  pack A(d) to memory, convert via tplxml
test14  unpack big-endian i (-2) (on little-endian machine, tests reversi)
test15  unpack little-endian i (-3) (on big-endian machine, tests reversi)
test16  pack to mem format B using a four-byte binary buffer, unpack and print
test17  pack and unpack S(ic)
test18  pack and unpack i#
test19  pack and unpack i#i#
test20  pack A(S(ci#)) to file, convert to XML, then back to tpl (cf test81.c)
test21  Tpl->tpl_peek in-memory image
test22  Tpl->tpl_peek file image
test23  test I/U (only succeeds on 64-bit perl)