MINIFI-229 - Remove third party tests from project

This closes #61.

Signed-off-by: Aldrin Piri <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/c1101f46
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/c1101f46
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/c1101f46

Branch: refs/heads/master
Commit: c1101f46dd36d113e6ef7648e728bc27cd5bf799
Parents: c4fea0c
Author: Jeremy Dyer <[email protected]>
Authored: Wed Mar 1 17:19:58 2017 -0500
Committer: Aldrin Piri <[email protected]>
Committed: Thu Mar 9 12:42:54 2017 -0500

----------------------------------------------------------------------
 LICENSE                                         |    31 -
 libminifi/cmake/.DS_Store                       |   Bin 0 -> 6148 bytes
 thirdparty/civetweb-1.9.1/CMakeLists.txt        |    21 -
 thirdparty/civetweb-1.9.1/test/.leading.dot.txt |     1 -
 thirdparty/civetweb-1.9.1/test/1000images.lua   |   199 -
 thirdparty/civetweb-1.9.1/test/100images.htm    |   160 -
 thirdparty/civetweb-1.9.1/test/CMakeLists.txt   |   224 -
 thirdparty/civetweb-1.9.1/test/HugeText.lua     |   149 -
 thirdparty/civetweb-1.9.1/test/MakefileTest.mk  |    88 -
 thirdparty/civetweb-1.9.1/test/MethodTest.xhtml |   200 -
 thirdparty/civetweb-1.9.1/test/README.md        |    25 -
 thirdparty/civetweb-1.9.1/test/ajax/echo.cgi    |     8 -
 .../civetweb-1.9.1/test/ajax/echo.cgi.old       |    73 -
 thirdparty/civetweb-1.9.1/test/ajax/echo.lp     |     9 -
 thirdparty/civetweb-1.9.1/test/ajax/echo.lua    |    35 -
 thirdparty/civetweb-1.9.1/test/ajax/jquery.js   |     4 -
 thirdparty/civetweb-1.9.1/test/ajax/test.html   |   168 -
 .../civetweb-1.9.1/test/all_build_flags.pl      |    28 -
 thirdparty/civetweb-1.9.1/test/bad.cgi          |     5 -
 thirdparty/civetweb-1.9.1/test/bad2.cgi         |     3 -
 thirdparty/civetweb-1.9.1/test/bad_page.lp      |     1 -
 thirdparty/civetweb-1.9.1/test/bad_script.lua   |     1 -
 thirdparty/civetweb-1.9.1/test/cgi_test.c       |    40 -
 thirdparty/civetweb-1.9.1/test/cgi_test.html    |    12 -
 thirdparty/civetweb-1.9.1/test/civetweb_check.h |    60 -
 thirdparty/civetweb-1.9.1/test/cors.html        |    75 -
 thirdparty/civetweb-1.9.1/test/cors.reply.html  |     7 -
 thirdparty/civetweb-1.9.1/test/cors.reply.lua   |    73 -
 thirdparty/civetweb-1.9.1/test/cors.reply.shtml |     7 -
 .../test/dir with spaces/hello.cgi              |     3 -
 thirdparty/civetweb-1.9.1/test/echo.lua         |    41 -
 thirdparty/civetweb-1.9.1/test/embed.c          |   182 -
 thirdparty/civetweb-1.9.1/test/env.cgi          |    46 -
 thirdparty/civetweb-1.9.1/test/error.lua        |    12 -
 thirdparty/civetweb-1.9.1/test/error404.htm     |    10 -
 thirdparty/civetweb-1.9.1/test/exit.lua         |    15 -
 thirdparty/civetweb-1.9.1/test/exploit.pl       |    69 -
 thirdparty/civetweb-1.9.1/test/filehandler.lua  |    93 -
 thirdparty/civetweb-1.9.1/test/form.html        |   118 -
 thirdparty/civetweb-1.9.1/test/handle_form.lua  |   123 -
 thirdparty/civetweb-1.9.1/test/hello.cgi        |     6 -
 thirdparty/civetweb-1.9.1/test/hello.shtml      |     5 -
 thirdparty/civetweb-1.9.1/test/hello.txt        |     1 -
 thirdparty/civetweb-1.9.1/test/hello_gz.txt.gz  |   Bin 66 -> 0 bytes
 .../civetweb-1.9.1/test/hello_gz_unzipped.txt   |     1 -
 thirdparty/civetweb-1.9.1/test/html_esc.lua     |    60 -
 thirdparty/civetweb-1.9.1/test/imagetest/00.png |   Bin 566 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/01.png |   Bin 587 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/02.png |   Bin 701 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/03.png |   Bin 741 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/04.png |   Bin 622 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/05.png |   Bin 711 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/06.png |   Bin 748 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/07.png |   Bin 645 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/08.png |   Bin 759 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/09.png |   Bin 760 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/10.png |   Bin 584 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/11.png |   Bin 386 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/12.png |   Bin 529 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/13.png |   Bin 575 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/14.png |   Bin 451 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/15.png |   Bin 547 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/16.png |   Bin 600 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/17.png |   Bin 477 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/18.png |   Bin 597 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/19.png |   Bin 600 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/20.png |   Bin 700 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/21.png |   Bin 533 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/22.png |   Bin 514 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/23.png |   Bin 679 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/24.png |   Bin 564 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/25.png |   Bin 656 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/26.png |   Bin 694 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/27.png |   Bin 586 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/28.png |   Bin 695 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/29.png |   Bin 712 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/30.png |   Bin 736 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/31.png |   Bin 572 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/32.png |   Bin 682 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/33.png |   Bin 556 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/34.png |   Bin 612 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/35.png |   Bin 695 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/36.png |   Bin 739 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/37.png |   Bin 636 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/38.png |   Bin 747 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/39.png |   Bin 736 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/40.png |   Bin 623 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/41.png |   Bin 448 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/42.png |   Bin 560 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/43.png |   Bin 610 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/44.png |   Bin 441 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/45.png |   Bin 584 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/46.png |   Bin 632 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/47.png |   Bin 522 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/48.png |   Bin 634 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/49.png |   Bin 637 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/50.png |   Bin 709 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/51.png |   Bin 550 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/52.png |   Bin 661 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/53.png |   Bin 696 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/54.png |   Bin 587 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/55.png |   Bin 544 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/56.png |   Bin 718 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/57.png |   Bin 610 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/58.png |   Bin 721 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/59.png |   Bin 725 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/60.png |   Bin 751 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/61.png |   Bin 600 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/62.png |   Bin 710 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/63.png |   Bin 744 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/64.png |   Bin 631 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/65.png |   Bin 726 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/66.png |   Bin 584 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/67.png |   Bin 659 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/68.png |   Bin 766 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/69.png |   Bin 766 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/70.png |   Bin 640 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/71.png |   Bin 474 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/72.png |   Bin 584 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/73.png |   Bin 631 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/74.png |   Bin 517 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/75.png |   Bin 603 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/76.png |   Bin 650 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/77.png |   Bin 453 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/78.png |   Bin 653 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/79.png |   Bin 655 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/80.png |   Bin 759 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/81.png |   Bin 596 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/82.png |   Bin 714 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/83.png |   Bin 751 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/84.png |   Bin 634 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/85.png |   Bin 724 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/86.png |   Bin 766 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/87.png |   Bin 660 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/88.png |   Bin 579 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/89.png |   Bin 778 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/90.png |   Bin 756 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/91.png |   Bin 604 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/92.png |   Bin 716 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/93.png |   Bin 735 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/94.png |   Bin 634 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/95.png |   Bin 726 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/96.png |   Bin 763 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/97.png |   Bin 660 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/98.png |   Bin 776 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/imagetest/99.png |   Bin 590 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/linux.cgi        |     9 -
 thirdparty/civetweb-1.9.1/test/linux_fail.cgi   |     4 -
 .../civetweb-1.9.1/test/linux_fail_silent.cgi   |     5 -
 .../civetweb-1.9.1/test/lua_preload_file.lua    |     7 -
 thirdparty/civetweb-1.9.1/test/main.c           |    96 -
 thirdparty/civetweb-1.9.1/test/page.lp          |    71 -
 thirdparty/civetweb-1.9.1/test/page.lua         |    71 -
 thirdparty/civetweb-1.9.1/test/page.ssjs        |    19 -
 thirdparty/civetweb-1.9.1/test/page2.lp         |    72 -
 thirdparty/civetweb-1.9.1/test/page2.lua        |    87 -
 thirdparty/civetweb-1.9.1/test/page2.ssjs       |    30 -
 thirdparty/civetweb-1.9.1/test/page3.lua        |    34 -
 thirdparty/civetweb-1.9.1/test/page3.ssjs       |    61 -
 thirdparty/civetweb-1.9.1/test/page4.lua        |   180 -
 thirdparty/civetweb-1.9.1/test/page5.lua        |     8 -
 .../civetweb-1.9.1/test/page_keep_alive.lua     |    32 -
 .../test/page_keep_alive_chunked.lua            |    66 -
 thirdparty/civetweb-1.9.1/test/passfile         |     3 -
 thirdparty/civetweb-1.9.1/test/prime.ssjs       |    36 -
 thirdparty/civetweb-1.9.1/test/private.c        |   819 -
 thirdparty/civetweb-1.9.1/test/private.h        |    28 -
 thirdparty/civetweb-1.9.1/test/private_exe.c    |    79 -
 thirdparty/civetweb-1.9.1/test/private_exe.h    |    31 -
 thirdparty/civetweb-1.9.1/test/public_func.c    |   532 -
 thirdparty/civetweb-1.9.1/test/public_func.h    |    28 -
 thirdparty/civetweb-1.9.1/test/public_server.c  |  3733 ---
 thirdparty/civetweb-1.9.1/test/public_server.h  |    28 -
 thirdparty/civetweb-1.9.1/test/require_test.lua |     2 -
 .../test/resource_script_demo.lua               |   124 -
 thirdparty/civetweb-1.9.1/test/shared.c         |    48 -
 thirdparty/civetweb-1.9.1/test/shared.h         |    27 -
 thirdparty/civetweb-1.9.1/test/ssi_test.shtml   |    37 -
 .../civetweb-1.9.1/test/syntax_error.ssjs       |     7 -
 thirdparty/civetweb-1.9.1/test/test.ico         |   Bin 1406 -> 0 bytes
 thirdparty/civetweb-1.9.1/test/test.pl          |   461 -
 thirdparty/civetweb-1.9.1/test/testclient.c     |   151 -
 thirdparty/civetweb-1.9.1/test/timeout.cgi      |    12 -
 thirdparty/civetweb-1.9.1/test/timertest.c      |   348 -
 thirdparty/civetweb-1.9.1/test/timertest.h      |    28 -
 thirdparty/civetweb-1.9.1/test/websocket.lua    |   118 -
 thirdparty/civetweb-1.9.1/test/websocket.xhtml  |   117 -
 thirdparty/civetweb-1.9.1/test/windows.cgi      |     2 -
 thirdparty/civetweb-1.9.1/test/windows.cgi.cmd  |     7 -
 thirdparty/civetweb-1.9.1/test/windows_fail.cgi |     2 -
 .../civetweb-1.9.1/test/windows_fail.cgi.cmd    |     2 -
 .../civetweb-1.9.1/test/windows_fail_silent.cgi |     2 -
 .../test/windows_fail_silent.cgi.cmd            |     3 -
 thirdparty/civetweb-1.9.1/test/x.php            |     9 -
 thirdparty/leveldb-1.18/CMakeLists.txt          |    70 -
 .../yaml-cpp-yaml-cpp-0.5.3/CMakeLists.txt      |     3 -
 .../yaml-cpp-yaml-cpp-0.5.3/test/CMakeLists.txt |    34 -
 .../test/create-emitter-tests.py                |   211 -
 .../test/gmock-1.7.0/CHANGES                    |   126 -
 .../test/gmock-1.7.0/CMakeLists.txt             |   171 -
 .../test/gmock-1.7.0/CONTRIBUTORS               |    40 -
 .../test/gmock-1.7.0/LICENSE                    |    28 -
 .../test/gmock-1.7.0/Makefile.am                |   216 -
 .../test/gmock-1.7.0/Makefile.in                |  1357 --
 .../test/gmock-1.7.0/README                     |   369 -
 .../test/gmock-1.7.0/aclocal.m4                 |  9799 --------
 .../test/gmock-1.7.0/build-aux/config.guess     |  1530 --
 .../test/gmock-1.7.0/build-aux/config.h.in      |    69 -
 .../test/gmock-1.7.0/build-aux/config.sub       |  1773 --
 .../test/gmock-1.7.0/build-aux/depcomp          |   688 -
 .../test/gmock-1.7.0/build-aux/install-sh       |   527 -
 .../test/gmock-1.7.0/build-aux/ltmain.sh        |  9661 --------
 .../test/gmock-1.7.0/build-aux/missing          |   331 -
 .../test/gmock-1.7.0/configure                  | 18535 ---------------
 .../test/gmock-1.7.0/configure.ac               |   146 -
 .../gmock-1.7.0/fused-src/gmock-gtest-all.cc    | 11443 ----------
 .../test/gmock-1.7.0/fused-src/gmock/gmock.h    | 14198 ------------
 .../test/gmock-1.7.0/fused-src/gmock_main.cc    |    54 -
 .../test/gmock-1.7.0/fused-src/gtest/gtest.h    | 20061 -----------------
 .../test/gmock-1.7.0/gtest/CHANGES              |   157 -
 .../test/gmock-1.7.0/gtest/CMakeLists.txt       |   252 -
 .../test/gmock-1.7.0/gtest/CONTRIBUTORS         |    37 -
 .../test/gmock-1.7.0/gtest/LICENSE              |    28 -
 .../test/gmock-1.7.0/gtest/Makefile.am          |   306 -
 .../test/gmock-1.7.0/gtest/Makefile.in          |  1360 --
 .../test/gmock-1.7.0/gtest/README               |   435 -
 .../test/gmock-1.7.0/gtest/aclocal.m4           |  1198 -
 .../gmock-1.7.0/gtest/build-aux/config.guess    |  1530 --
 .../gmock-1.7.0/gtest/build-aux/config.h.in     |    69 -
 .../test/gmock-1.7.0/gtest/build-aux/config.sub |  1773 --
 .../test/gmock-1.7.0/gtest/build-aux/depcomp    |   688 -
 .../test/gmock-1.7.0/gtest/build-aux/install-sh |   527 -
 .../test/gmock-1.7.0/gtest/build-aux/ltmain.sh  |  9661 --------
 .../test/gmock-1.7.0/gtest/build-aux/missing    |   331 -
 .../gtest/cmake/internal_utils.cmake            |   227 -
 .../gmock-1.7.0/gtest/codegear/gtest.cbproj     |   138 -
 .../gmock-1.7.0/gtest/codegear/gtest.groupproj  |    54 -
 .../gmock-1.7.0/gtest/codegear/gtest_all.cc     |    38 -
 .../gmock-1.7.0/gtest/codegear/gtest_link.cc    |    40 -
 .../gtest/codegear/gtest_main.cbproj            |    82 -
 .../gtest/codegear/gtest_unittest.cbproj        |    88 -
 .../test/gmock-1.7.0/gtest/configure            | 18222 ---------------
 .../test/gmock-1.7.0/gtest/configure.ac         |    68 -
 .../gtest/fused-src/gtest/gtest-all.cc          |  9592 --------
 .../gmock-1.7.0/gtest/fused-src/gtest/gtest.h   | 20061 -----------------
 .../gtest/fused-src/gtest/gtest_main.cc         |    38 -
 .../gtest/include/gtest/gtest-death-test.h      |   294 -
 .../gtest/include/gtest/gtest-message.h         |   250 -
 .../gtest/include/gtest/gtest-param-test.h      |  1421 --
 .../gtest/include/gtest/gtest-param-test.h.pump |   487 -
 .../gtest/include/gtest/gtest-printers.h        |   855 -
 .../gmock-1.7.0/gtest/include/gtest/gtest-spi.h |   232 -
 .../gtest/include/gtest/gtest-test-part.h       |   179 -
 .../gtest/include/gtest/gtest-typed-test.h      |   259 -
 .../gmock-1.7.0/gtest/include/gtest/gtest.h     |  2291 --
 .../gtest/include/gtest/gtest_pred_impl.h       |   358 -
 .../gtest/include/gtest/gtest_prod.h            |    58 -
 .../gtest/internal/gtest-death-test-internal.h  |   319 -
 .../include/gtest/internal/gtest-filepath.h     |   206 -
 .../include/gtest/internal/gtest-internal.h     |  1158 -
 .../include/gtest/internal/gtest-linked_ptr.h   |   233 -
 .../gtest/internal/gtest-param-util-generated.h |  5143 -----
 .../internal/gtest-param-util-generated.h.pump  |   301 -
 .../include/gtest/internal/gtest-param-util.h   |   619 -
 .../gtest/include/gtest/internal/gtest-port.h   |  1947 --
 .../gtest/include/gtest/internal/gtest-string.h |   167 -
 .../gtest/include/gtest/internal/gtest-tuple.h  |  1012 -
 .../include/gtest/internal/gtest-tuple.h.pump   |   339 -
 .../include/gtest/internal/gtest-type-util.h    |  3331 ---
 .../gtest/internal/gtest-type-util.h.pump       |   297 -
 .../test/gmock-1.7.0/gtest/m4/acx_pthread.m4    |   363 -
 .../test/gmock-1.7.0/gtest/m4/gtest.m4          |    74 -
 .../test/gmock-1.7.0/gtest/m4/libtool.m4        |  8001 -------
 .../test/gmock-1.7.0/gtest/m4/ltoptions.m4      |   384 -
 .../test/gmock-1.7.0/gtest/m4/ltsugar.m4        |   123 -
 .../test/gmock-1.7.0/gtest/m4/ltversion.m4      |    23 -
 .../test/gmock-1.7.0/gtest/m4/lt~obsolete.m4    |    98 -
 .../test/gmock-1.7.0/gtest/make/Makefile        |    82 -
 .../test/gmock-1.7.0/gtest/msvc/gtest-md.sln    |    45 -
 .../test/gmock-1.7.0/gtest/msvc/gtest-md.vcproj |   126 -
 .../test/gmock-1.7.0/gtest/msvc/gtest.sln       |    45 -
 .../test/gmock-1.7.0/gtest/msvc/gtest.vcproj    |   126 -
 .../gmock-1.7.0/gtest/msvc/gtest_main-md.vcproj |   129 -
 .../gmock-1.7.0/gtest/msvc/gtest_main.vcproj    |   129 -
 .../gtest/msvc/gtest_prod_test-md.vcproj        |   164 -
 .../gtest/msvc/gtest_prod_test.vcproj           |   164 -
 .../gtest/msvc/gtest_unittest-md.vcproj         |   147 -
 .../gtest/msvc/gtest_unittest.vcproj            |   147 -
 .../gmock-1.7.0/gtest/samples/prime_tables.h    |   123 -
 .../test/gmock-1.7.0/gtest/samples/sample1.cc   |    68 -
 .../test/gmock-1.7.0/gtest/samples/sample1.h    |    43 -
 .../gtest/samples/sample10_unittest.cc          |   144 -
 .../gtest/samples/sample1_unittest.cc           |   153 -
 .../test/gmock-1.7.0/gtest/samples/sample2.cc   |    56 -
 .../test/gmock-1.7.0/gtest/samples/sample2.h    |    85 -
 .../gtest/samples/sample2_unittest.cc           |   109 -
 .../gmock-1.7.0/gtest/samples/sample3-inl.h     |   172 -
 .../gtest/samples/sample3_unittest.cc           |   151 -
 .../test/gmock-1.7.0/gtest/samples/sample4.cc   |    46 -
 .../test/gmock-1.7.0/gtest/samples/sample4.h    |    53 -
 .../gtest/samples/sample4_unittest.cc           |    45 -
 .../gtest/samples/sample5_unittest.cc           |   199 -
 .../gtest/samples/sample6_unittest.cc           |   224 -
 .../gtest/samples/sample7_unittest.cc           |   130 -
 .../gtest/samples/sample8_unittest.cc           |   173 -
 .../gtest/samples/sample9_unittest.cc           |   160 -
 .../gtest/scripts/fuse_gtest_files.py           |   250 -
 .../gtest/scripts/gen_gtest_pred_impl.py        |   730 -
 .../gmock-1.7.0/gtest/scripts/gtest-config.in   |   274 -
 .../test/gmock-1.7.0/gtest/scripts/pump.py      |   855 -
 .../gmock-1.7.0/gtest/scripts/test/Makefile     |    59 -
 .../test/gmock-1.7.0/gtest/src/gtest-all.cc     |    48 -
 .../gmock-1.7.0/gtest/src/gtest-death-test.cc   |  1344 --
 .../gmock-1.7.0/gtest/src/gtest-filepath.cc     |   382 -
 .../gmock-1.7.0/gtest/src/gtest-internal-inl.h  |  1218 -
 .../test/gmock-1.7.0/gtest/src/gtest-port.cc    |   805 -
 .../gmock-1.7.0/gtest/src/gtest-printers.cc     |   363 -
 .../gmock-1.7.0/gtest/src/gtest-test-part.cc    |   110 -
 .../gmock-1.7.0/gtest/src/gtest-typed-test.cc   |   110 -
 .../test/gmock-1.7.0/gtest/src/gtest.cc         |  5015 ----
 .../test/gmock-1.7.0/gtest/src/gtest_main.cc    |    38 -
 .../gtest/test/gtest-death-test_ex_test.cc      |    93 -
 .../gtest/test/gtest-death-test_test.cc         |  1367 --
 .../gtest/test/gtest-filepath_test.cc           |   680 -
 .../gtest/test/gtest-linked_ptr_test.cc         |   154 -
 .../gtest/test/gtest-listener_test.cc           |   310 -
 .../gtest/test/gtest-message_test.cc            |   159 -
 .../gtest/test/gtest-options_test.cc            |   215 -
 .../gtest/test/gtest-param-test2_test.cc        |    65 -
 .../gtest/test/gtest-param-test_test.cc         |   904 -
 .../gtest/test/gtest-param-test_test.h          |    57 -
 .../gmock-1.7.0/gtest/test/gtest-port_test.cc   |  1253 -
 .../gtest/test/gtest-printers_test.cc           |  1566 --
 .../gtest/test/gtest-test-part_test.cc          |   208 -
 .../gmock-1.7.0/gtest/test/gtest-tuple_test.cc  |   320 -
 .../gtest/test/gtest-typed-test2_test.cc        |    45 -
 .../gtest/test/gtest-typed-test_test.cc         |   360 -
 .../gtest/test/gtest-typed-test_test.h          |    66 -
 .../gtest/test/gtest-unittest-api_test.cc       |   341 -
 .../gmock-1.7.0/gtest/test/gtest_all_test.cc    |    47 -
 .../test/gtest_break_on_failure_unittest.py     |   212 -
 .../test/gtest_break_on_failure_unittest_.cc    |    88 -
 .../gtest/test/gtest_catch_exceptions_test.py   |   237 -
 .../gtest/test/gtest_catch_exceptions_test_.cc  |   311 -
 .../gmock-1.7.0/gtest/test/gtest_color_test.py  |   130 -
 .../gmock-1.7.0/gtest/test/gtest_color_test_.cc |    71 -
 .../gtest/test/gtest_env_var_test.py            |   103 -
 .../gtest/test/gtest_env_var_test_.cc           |   126 -
 .../gtest/test/gtest_environment_test.cc        |   192 -
 .../gtest/test/gtest_filter_unittest.py         |   633 -
 .../gtest/test/gtest_filter_unittest_.cc        |   140 -
 .../gmock-1.7.0/gtest/test/gtest_help_test.py   |   172 -
 .../gmock-1.7.0/gtest/test/gtest_help_test_.cc  |    46 -
 .../gtest/test/gtest_list_tests_unittest.py     |   207 -
 .../gtest/test/gtest_list_tests_unittest_.cc    |   157 -
 .../gtest/test/gtest_main_unittest.cc           |    45 -
 .../gtest/test/gtest_no_test_unittest.cc        |    56 -
 .../gmock-1.7.0/gtest/test/gtest_output_test.py |   335 -
 .../gtest/test/gtest_output_test_.cc            |  1034 -
 .../gtest/test/gtest_output_test_golden_lin.txt |   720 -
 .../gtest/test/gtest_pred_impl_unittest.cc      |  2427 --
 .../gtest/test/gtest_premature_exit_test.cc     |   141 -
 .../gmock-1.7.0/gtest/test/gtest_prod_test.cc   |    57 -
 .../gmock-1.7.0/gtest/test/gtest_repeat_test.cc |   253 -
 .../gtest/test/gtest_shuffle_test.py            |   325 -
 .../gtest/test/gtest_shuffle_test_.cc           |   103 -
 .../gtest/test/gtest_sole_header_test.cc        |    57 -
 .../gmock-1.7.0/gtest/test/gtest_stress_test.cc |   256 -
 .../gmock-1.7.0/gtest/test/gtest_test_utils.py  |   320 -
 .../test/gtest_throw_on_failure_ex_test.cc      |    92 -
 .../gtest/test/gtest_throw_on_failure_test.py   |   171 -
 .../gtest/test/gtest_throw_on_failure_test_.cc  |    72 -
 .../gtest/test/gtest_uninitialized_test.py      |    70 -
 .../gtest/test/gtest_uninitialized_test_.cc     |    43 -
 .../gmock-1.7.0/gtest/test/gtest_unittest.cc    |  7415 ------
 .../gtest/test/gtest_xml_outfile1_test_.cc      |    49 -
 .../gtest/test/gtest_xml_outfile2_test_.cc      |    49 -
 .../gtest/test/gtest_xml_outfiles_test.py       |   132 -
 .../gtest/test/gtest_xml_output_unittest.py     |   307 -
 .../gtest/test/gtest_xml_output_unittest_.cc    |   181 -
 .../gtest/test/gtest_xml_test_utils.py          |   194 -
 .../test/gmock-1.7.0/gtest/test/production.cc   |    36 -
 .../test/gmock-1.7.0/gtest/test/production.h    |    55 -
 .../gtest/xcode/Config/DebugProject.xcconfig    |    30 -
 .../gtest/xcode/Config/FrameworkTarget.xcconfig |    17 -
 .../gtest/xcode/Config/General.xcconfig         |    41 -
 .../gtest/xcode/Config/ReleaseProject.xcconfig  |    32 -
 .../xcode/Config/StaticLibraryTarget.xcconfig   |    18 -
 .../gtest/xcode/Config/TestTarget.xcconfig      |     8 -
 .../gtest/xcode/Resources/Info.plist            |    30 -
 .../xcode/Samples/FrameworkSample/Info.plist    |    28 -
 .../WidgetFramework.xcodeproj/project.pbxproj   |   457 -
 .../xcode/Samples/FrameworkSample/runtests.sh   |    62 -
 .../xcode/Samples/FrameworkSample/widget.cc     |    63 -
 .../xcode/Samples/FrameworkSample/widget.h      |    59 -
 .../Samples/FrameworkSample/widget_test.cc      |    68 -
 .../gmock-1.7.0/gtest/xcode/Scripts/runtests.sh |    65 -
 .../gtest/xcode/Scripts/versiongenerate.py      |   100 -
 .../gtest/xcode/gtest.xcodeproj/project.pbxproj |  1135 -
 .../gmock-1.7.0/include/gmock/gmock-actions.h   |  1078 -
 .../include/gmock/gmock-cardinalities.h         |   147 -
 .../include/gmock/gmock-generated-actions.h     |  2415 --
 .../gmock/gmock-generated-actions.h.pump        |   821 -
 .../gmock/gmock-generated-function-mockers.h    |   991 -
 .../gmock-generated-function-mockers.h.pump     |   265 -
 .../include/gmock/gmock-generated-matchers.h    |  2190 --
 .../gmock/gmock-generated-matchers.h.pump       |   674 -
 .../include/gmock/gmock-generated-nice-strict.h |   397 -
 .../gmock/gmock-generated-nice-strict.h.pump    |   161 -
 .../gmock-1.7.0/include/gmock/gmock-matchers.h  |  3986 ----
 .../include/gmock/gmock-more-actions.h          |   233 -
 .../include/gmock/gmock-more-matchers.h         |    58 -
 .../include/gmock/gmock-spec-builders.h         |  1791 --
 .../test/gmock-1.7.0/include/gmock/gmock.h      |    94 -
 .../internal/gmock-generated-internal-utils.h   |   279 -
 .../gmock-generated-internal-utils.h.pump       |   136 -
 .../gmock/internal/gmock-internal-utils.h       |   498 -
 .../include/gmock/internal/gmock-port.h         |    78 -
 .../test/gmock-1.7.0/make/Makefile              |   101 -
 .../test/gmock-1.7.0/msvc/2005/gmock.sln        |    32 -
 .../test/gmock-1.7.0/msvc/2005/gmock.vcproj     |   191 -
 .../gmock-1.7.0/msvc/2005/gmock_config.vsprops  |    15 -
 .../gmock-1.7.0/msvc/2005/gmock_main.vcproj     |   187 -
 .../gmock-1.7.0/msvc/2005/gmock_test.vcproj     |   201 -
 .../test/gmock-1.7.0/msvc/2010/gmock.sln        |    32 -
 .../test/gmock-1.7.0/msvc/2010/gmock.vcxproj    |    82 -
 .../gmock-1.7.0/msvc/2010/gmock_config.props    |    19 -
 .../gmock-1.7.0/msvc/2010/gmock_main.vcxproj    |    88 -
 .../gmock-1.7.0/msvc/2010/gmock_test.vcxproj    |   101 -
 .../gmock-1.7.0/scripts/fuse_gmock_files.py     |   240 -
 .../test/gmock-1.7.0/scripts/generator/LICENSE  |   203 -
 .../test/gmock-1.7.0/scripts/generator/README   |    35 -
 .../scripts/generator/README.cppclean           |   115 -
 .../scripts/generator/cpp/__init__.py           |     0
 .../gmock-1.7.0/scripts/generator/cpp/ast.py    |  1723 --
 .../scripts/generator/cpp/gmock_class.py        |   226 -
 .../scripts/generator/cpp/keywords.py           |    59 -
 .../scripts/generator/cpp/tokenize.py           |   287 -
 .../gmock-1.7.0/scripts/generator/cpp/utils.py  |    41 -
 .../gmock-1.7.0/scripts/generator/gmock_gen.py  |    31 -
 .../test/gmock-1.7.0/scripts/gmock-config.in    |   303 -
 .../test/gmock-1.7.0/src/gmock-all.cc           |    47 -
 .../test/gmock-1.7.0/src/gmock-cardinalities.cc |   156 -
 .../gmock-1.7.0/src/gmock-internal-utils.cc     |   174 -
 .../test/gmock-1.7.0/src/gmock-matchers.cc      |   498 -
 .../test/gmock-1.7.0/src/gmock-spec-builders.cc |   813 -
 .../test/gmock-1.7.0/src/gmock.cc               |   182 -
 .../test/gmock-1.7.0/src/gmock_main.cc          |    54 -
 .../test/gmock-1.7.0/test/gmock-actions_test.cc |  1256 --
 .../test/gmock-cardinalities_test.cc            |   428 -
 .../test/gmock-generated-actions_test.cc        |  1225 -
 .../gmock-generated-function-mockers_test.cc    |   588 -
 .../test/gmock-generated-internal-utils_test.cc |   127 -
 .../test/gmock-generated-matchers_test.cc       |  1289 --
 .../test/gmock-internal-utils_test.cc           |   649 -
 .../gmock-1.7.0/test/gmock-matchers_test.cc     |  5247 -----
 .../gmock-1.7.0/test/gmock-more-actions_test.cc |   705 -
 .../gmock-1.7.0/test/gmock-nice-strict_test.cc  |   424 -
 .../test/gmock-1.7.0/test/gmock-port_test.cc    |    43 -
 .../test/gmock-spec-builders_test.cc            |  2613 ---
 .../test/gmock-1.7.0/test/gmock_all_test.cc     |    48 -
 .../test/gmock-1.7.0/test/gmock_ex_test.cc      |    78 -
 .../test/gmock-1.7.0/test/gmock_leak_test.py    |   108 -
 .../test/gmock-1.7.0/test/gmock_leak_test_.cc   |   100 -
 .../test/gmock-1.7.0/test/gmock_link2_test.cc   |    40 -
 .../test/gmock-1.7.0/test/gmock_link_test.cc    |    40 -
 .../test/gmock-1.7.0/test/gmock_link_test.h     |   669 -
 .../test/gmock-1.7.0/test/gmock_output_test.py  |   180 -
 .../test/gmock-1.7.0/test/gmock_output_test_.cc |   291 -
 .../test/gmock_output_test_golden.txt           |   310 -
 .../test/gmock-1.7.0/test/gmock_stress_test.cc  |   322 -
 .../test/gmock-1.7.0/test/gmock_test.cc         |   255 -
 .../test/gmock-1.7.0/test/gmock_test_utils.py   |   112 -
 .../yaml-cpp-yaml-cpp-0.5.3/test/handler_test.h |    32 -
 .../test/integration/emitter_test.cpp           |  1024 -
 .../test/integration/encoding_test.cpp          |   182 -
 .../test/integration/gen_emitter_test.cpp       |  9759 --------
 .../test/integration/handler_spec_test.cpp      |  1611 --
 .../test/integration/handler_test.cpp           |    46 -
 .../test/integration/load_node_test.cpp         |   202 -
 .../test/integration/node_spec_test.cpp         |  1131 -
 .../yaml-cpp-yaml-cpp-0.5.3/test/main.cpp       |     6 -
 .../test/mock_event_handler.h                   |    26 -
 .../test/node/node_test.cpp                     |   474 -
 .../test/ostream_wrapper_test.cpp               |    66 -
 .../yaml-cpp-yaml-cpp-0.5.3/test/specexamples.h |   846 -
 486 files changed, 297792 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/c1101f46/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index 1ee4392..21c5a40 100644
--- a/LICENSE
+++ b/LICENSE
@@ -314,37 +314,6 @@ This product bundles 'yaml-cpp' which is available under 
an MIT license.
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 
IN
        THE SOFTWARE.
 
-This product bundles 'Google Test' which is available under a 3-Clause BSD 
License.
-
-  Copyright 2008, Google Inc.
-  All rights reserved.
-
-  Redistribution and use in source and binary forms, with or without
-  modification, are permitted provided that the following conditions are
-  met:
-
-      * Redistributions of source code must retain the above copyright
-  notice, this list of conditions and the following disclaimer.
-      * Redistributions in binary form must reproduce the above
-  copyright notice, this list of conditions and the following disclaimer
-  in the documentation and/or other materials provided with the
-  distribution.
-      * Neither the name of Google Inc. nor the names of its
-  contributors may be used to endorse or promote products derived from
-  this software without specific prior written permission.
-
-  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
 This product bundles 'LevelDB' which is available under a 3-Clause BSD License.
 
 Copyright (c) 2011 The LevelDB Authors. All rights reserved.

http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/c1101f46/libminifi/cmake/.DS_Store
----------------------------------------------------------------------
diff --git a/libminifi/cmake/.DS_Store b/libminifi/cmake/.DS_Store
new file mode 100644
index 0000000..5008ddf
Binary files /dev/null and b/libminifi/cmake/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/c1101f46/thirdparty/civetweb-1.9.1/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/thirdparty/civetweb-1.9.1/CMakeLists.txt 
b/thirdparty/civetweb-1.9.1/CMakeLists.txt
index d03c6cd..f36cd84 100644
--- a/thirdparty/civetweb-1.9.1/CMakeLists.txt
+++ b/thirdparty/civetweb-1.9.1/CMakeLists.txt
@@ -405,27 +405,6 @@ 
add_definitions(-DMAX_REQUEST_SIZE=${CIVETWEB_MAX_REQUEST_SIZE})
 # Build the targets
 add_subdirectory(src)
 
-# Enable the testing of the library/executable
-include(CTest)
-if (BUILD_TESTING)
-  # Check unit testing framework Version
-  set(CIVETWEB_CHECK_VERSION 0.11.0 CACHE STRING
-    "The version of Check unit testing framework to build and include 
statically")
-  set_property(CACHE CIVETWEB_CHECK_VERSION PROPERTY VALUE 
${CIVETWEB_CHECK_VERSION})
-  message(STATUS "Check Unit Testing Framework Version - 
${CIVETWEB_CHECK_VERSION}")
-  mark_as_advanced(CIVETWEB_CHECK_VERSION)
-
-  # Check unit testing framework Verification Hash
-  # Hash for Check 0.10.0: 67a34c40b5bc888737f4e5ae82e9939f
-  # Hash for Check 0.11.0: 1b14ee307dca8e954a8219c34484d7c4
-  set(CIVETWEB_CHECK_MD5_HASH 1b14ee307dca8e954a8219c34484d7c4 CACHE STRING
-    "The hash of Check unit testing framework archive to be downloaded")
-  set_property(CACHE CIVETWEB_CHECK_MD5_HASH PROPERTY VALUE 
${CIVETWEB_CHECK_MD5_HASH})
-  mark_as_advanced(CIVETWEB_CHECK_MD5_HASH)
-
-  # Build the testing
-  add_subdirectory(test)
-endif()
 
 # Set up CPack
 include(InstallRequiredSystemLibraries)

http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/c1101f46/thirdparty/civetweb-1.9.1/test/.leading.dot.txt
----------------------------------------------------------------------
diff --git a/thirdparty/civetweb-1.9.1/test/.leading.dot.txt 
b/thirdparty/civetweb-1.9.1/test/.leading.dot.txt
deleted file mode 100644
index 0e4b0c7..0000000
--- a/thirdparty/civetweb-1.9.1/test/.leading.dot.txt
+++ /dev/null
@@ -1 +0,0 @@
-abc123

http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/c1101f46/thirdparty/civetweb-1.9.1/test/1000images.lua
----------------------------------------------------------------------
diff --git a/thirdparty/civetweb-1.9.1/test/1000images.lua 
b/thirdparty/civetweb-1.9.1/test/1000images.lua
deleted file mode 100644
index 8601a42..0000000
--- a/thirdparty/civetweb-1.9.1/test/1000images.lua
+++ /dev/null
@@ -1,199 +0,0 @@
-mg.write("HTTP/1.1 200 OK\r\n")
-mg.write("Connection: close\r\n")
-mg.write("Content-Type: text/html; charset=utf-8\r\n")
-mg.write("\r\n")
-
-t = os.time()
-
-if not mg.request_info.query_string then
-  cnt = 1000
-else
-  cnt = tonumber(mg.get_var(mg.request_info.query_string, "cnt"))
-end
-
-cnt = 100*math.floor(cnt/100)
-
-mg.write([[
-<html>
-  <head>
-    <title>]] .. cnt .. [[ images</title>
-    <script type="text/javascript">
-      var startLoad = Date.now();
-      window.onload = function () {
-        var loadTime = (Date.now()-startLoad) + " ms";
-        document.getElementById('timing').innerHTML = loadTime;
-      }
-    </script>
-  </head>
-  <body>
-    <h1>A large gallery of small images:</h1>
-    <p>
-]])
-for s=0,(cnt/100)-1 do
-local ts = (tostring(t) .. tostring(s))
-mg.write([[
-      <h2>page ]]..s..[[</h2>
-      <table>
-        <tr>
-          <td><img src="imagetest/00.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/01.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/02.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/03.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/04.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/05.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/06.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/07.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/08.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/09.png?ts=]]..ts..[["></td>
-        </tr>
-]])
-mg.write([[
-        <tr>
-          <td><img src="imagetest/10.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/11.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/12.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/13.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/14.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/15.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/16.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/17.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/18.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/19.png?ts=]]..ts..[["></td>
-        </tr>
-]])
-mg.write([[
-        <tr>
-          <td><img src="imagetest/20.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/21.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/22.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/23.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/24.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/25.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/26.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/27.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/28.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/29.png?ts=]]..ts..[["></td>
-        </tr>
-]])
-mg.write([[
-        <tr>
-          <td><img src="imagetest/20.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/21.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/22.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/23.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/24.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/25.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/26.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/27.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/28.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/29.png?ts=]]..ts..[["></td>
-        </tr>
-]])
-mg.write([[
-        <tr>
-          <td><img src="imagetest/30.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/31.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/32.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/33.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/34.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/35.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/36.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/37.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/38.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/39.png?ts=]]..ts..[["></td>
-        </tr>
-]])
-mg.write([[
-        <tr>
-          <td><img src="imagetest/40.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/41.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/42.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/43.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/44.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/45.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/46.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/47.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/48.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/49.png?ts=]]..ts..[["></td>
-        </tr>
-]])
-mg.write([[
-        <tr>
-          <td><img src="imagetest/50.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/51.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/52.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/53.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/54.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/55.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/56.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/57.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/58.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/59.png?ts=]]..ts..[["></td>
-        </tr>
-]])
-mg.write([[
-        <tr>
-          <td><img src="imagetest/60.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/61.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/62.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/63.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/64.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/65.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/66.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/67.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/68.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/69.png?ts=]]..ts..[["></td>
-        </tr>
-]])
-mg.write([[
-        <tr>
-          <td><img src="imagetest/70.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/71.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/72.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/73.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/74.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/75.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/76.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/77.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/78.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/79.png?ts=]]..ts..[["></td>
-        </tr>
-]])
-mg.write([[
-        <tr>
-          <td><img src="imagetest/80.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/81.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/82.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/83.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/84.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/85.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/86.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/87.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/88.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/89.png?ts=]]..ts..[["></td>
-        </tr>
-]])
-mg.write([[
-        <tr>
-          <td><img src="imagetest/90.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/91.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/92.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/93.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/94.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/95.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/96.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/97.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/98.png?ts=]]..ts..[["></td>
-          <td><img src="imagetest/99.png?ts=]]..ts..[["></td>
-        </tr>
-      </table>
-]])
-end
-mg.write([[
-    </p>
-    <p id="timing">
-      Test case: all images are displayed.
-    </p>
-  </body>
-</html>
-]])

http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/c1101f46/thirdparty/civetweb-1.9.1/test/100images.htm
----------------------------------------------------------------------
diff --git a/thirdparty/civetweb-1.9.1/test/100images.htm 
b/thirdparty/civetweb-1.9.1/test/100images.htm
deleted file mode 100644
index 9e433f6..0000000
--- a/thirdparty/civetweb-1.9.1/test/100images.htm
+++ /dev/null
@@ -1,160 +0,0 @@
-<html>
-
-  <!-- Test case description:                              -->
-  <!-- This test contains 100 small images in a table.     -->
-  <!-- Once a browser opens the html file, it will request -->
-  <!-- all these images from the server very quickly.      -->
-  <!-- Depending on the "keep-alive" settings, it will     -->
-  <!-- either open/close 100 connections quite rapidly     -->
-  <!-- if keep-alive=no, or otherwise establish only a few -->
-  <!-- connections, typically one or two, and reuse them.  -->
-  <!-- If the test succeeds, all 100 images are displayed. -->
-  <!-- The loading time is measured automatically in the   -->
-  <!-- browser using JavaScript. Note that the load times  -->
-  <!-- also differs between HTTP and HTTPS.                -->
-
-  <head>
-    <title>100 images</title>
-    <script type="text/javascript">
-      var startLoad = Date.now();
-      window.onload = function () {
-        var loadTime = (Date.now()-startLoad) + " ms";
-        document.getElementById('timing').innerHTML = loadTime;
-      }
-    </script>
-  </head>
-  <body>
-    <h1>A gallery of small images:</h1>
-    <p>
-      <table>
-        <tr>
-          <td><img src="imagetest/00.png"></td>
-          <td><img src="imagetest/01.png"></td>
-          <td><img src="imagetest/02.png"></td>
-          <td><img src="imagetest/03.png"></td>
-          <td><img src="imagetest/04.png"></td>
-          <td><img src="imagetest/05.png"></td>
-          <td><img src="imagetest/06.png"></td>
-          <td><img src="imagetest/07.png"></td>
-          <td><img src="imagetest/08.png"></td>
-          <td><img src="imagetest/09.png"></td>
-        </tr>
-        <tr>
-          <td><img src="imagetest/10.png"></td>
-          <td><img src="imagetest/11.png"></td>
-          <td><img src="imagetest/12.png"></td>
-          <td><img src="imagetest/13.png"></td>
-          <td><img src="imagetest/14.png"></td>
-          <td><img src="imagetest/15.png"></td>
-          <td><img src="imagetest/16.png"></td>
-          <td><img src="imagetest/17.png"></td>
-          <td><img src="imagetest/18.png"></td>
-          <td><img src="imagetest/19.png"></td>
-        </tr>
-        <tr>
-          <td><img src="imagetest/20.png"></td>
-          <td><img src="imagetest/21.png"></td>
-          <td><img src="imagetest/22.png"></td>
-          <td><img src="imagetest/23.png"></td>
-          <td><img src="imagetest/24.png"></td>
-          <td><img src="imagetest/25.png"></td>
-          <td><img src="imagetest/26.png"></td>
-          <td><img src="imagetest/27.png"></td>
-          <td><img src="imagetest/28.png"></td>
-          <td><img src="imagetest/29.png"></td>
-        </tr>
-        <tr>
-          <td><img src="imagetest/30.png"></td>
-          <td><img src="imagetest/31.png"></td>
-          <td><img src="imagetest/32.png"></td>
-          <td><img src="imagetest/33.png"></td>
-          <td><img src="imagetest/34.png"></td>
-          <td><img src="imagetest/35.png"></td>
-          <td><img src="imagetest/36.png"></td>
-          <td><img src="imagetest/37.png"></td>
-          <td><img src="imagetest/38.png"></td>
-          <td><img src="imagetest/39.png"></td>
-        </tr>
-        <tr>
-          <td><img src="imagetest/40.png"></td>
-          <td><img src="imagetest/41.png"></td>
-          <td><img src="imagetest/42.png"></td>
-          <td><img src="imagetest/43.png"></td>
-          <td><img src="imagetest/44.png"></td>
-          <td><img src="imagetest/45.png"></td>
-          <td><img src="imagetest/46.png"></td>
-          <td><img src="imagetest/47.png"></td>
-          <td><img src="imagetest/48.png"></td>
-          <td><img src="imagetest/49.png"></td>
-        </tr>
-        <tr>
-          <td><img src="imagetest/50.png"></td>
-          <td><img src="imagetest/51.png"></td>
-          <td><img src="imagetest/52.png"></td>
-          <td><img src="imagetest/53.png"></td>
-          <td><img src="imagetest/54.png"></td>
-          <td><img src="imagetest/55.png"></td>
-          <td><img src="imagetest/56.png"></td>
-          <td><img src="imagetest/57.png"></td>
-          <td><img src="imagetest/58.png"></td>
-          <td><img src="imagetest/59.png"></td>
-        </tr>
-        <tr>
-          <td><img src="imagetest/60.png"></td>
-          <td><img src="imagetest/61.png"></td>
-          <td><img src="imagetest/62.png"></td>
-          <td><img src="imagetest/63.png"></td>
-          <td><img src="imagetest/64.png"></td>
-          <td><img src="imagetest/65.png"></td>
-          <td><img src="imagetest/66.png"></td>
-          <td><img src="imagetest/67.png"></td>
-          <td><img src="imagetest/68.png"></td>
-          <td><img src="imagetest/69.png"></td>
-        </tr>
-        <tr>
-          <td><img src="imagetest/70.png"></td>
-          <td><img src="imagetest/71.png"></td>
-          <td><img src="imagetest/72.png"></td>
-          <td><img src="imagetest/73.png"></td>
-          <td><img src="imagetest/74.png"></td>
-          <td><img src="imagetest/75.png"></td>
-          <td><img src="imagetest/76.png"></td>
-          <td><img src="imagetest/77.png"></td>
-          <td><img src="imagetest/78.png"></td>
-          <td><img src="imagetest/79.png"></td>
-        </tr>
-        <tr>
-          <td><img src="imagetest/80.png"></td>
-          <td><img src="imagetest/81.png"></td>
-          <td><img src="imagetest/82.png"></td>
-          <td><img src="imagetest/83.png"></td>
-          <td><img src="imagetest/84.png"></td>
-          <td><img src="imagetest/85.png"></td>
-          <td><img src="imagetest/86.png"></td>
-          <td><img src="imagetest/87.png"></td>
-          <td><img src="imagetest/88.png"></td>
-          <td><img src="imagetest/89.png"></td>
-        </tr>
-        <tr>
-          <td><img src="imagetest/90.png"></td>
-          <td><img src="imagetest/91.png"></td>
-          <td><img src="imagetest/92.png"></td>
-          <td><img src="imagetest/93.png"></td>
-          <td><img src="imagetest/94.png"></td>
-          <td><img src="imagetest/95.png"></td>
-          <td><img src="imagetest/96.png"></td>
-          <td><img src="imagetest/97.png"></td>
-          <td><img src="imagetest/98.png"></td>
-          <td><img src="imagetest/99.png"></td>
-        </tr>
-      </table>
-    </p>
-    <p id="timing">
-      Test case: all images are displayed.
-    </p>
-    <p id="navigation">
-      <button onclick="window.history.back()">back</button>
-      <button onclick="location.reload()">reload</button>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/c1101f46/thirdparty/civetweb-1.9.1/test/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/thirdparty/civetweb-1.9.1/test/CMakeLists.txt 
b/thirdparty/civetweb-1.9.1/test/CMakeLists.txt
deleted file mode 100644
index 4eb264d..0000000
--- a/thirdparty/civetweb-1.9.1/test/CMakeLists.txt
+++ /dev/null
@@ -1,224 +0,0 @@
-# Determine if we should print to the output
-if (CIVETWEB_ENABLE_THIRD_PARTY_OUTPUT)
-  set(THIRD_PARTY_LOGGING 0)
-else()
-  set(THIRD_PARTY_LOGGING 1)
-endif()
-
-# We use the check unit testing framework for our C unit tests
-include(ExternalProject)
-#if(NOT WIN32)
-#  # Apply the patch to check to fix CMake building on OS X
-#  set(CHECK_PATCH_COMMAND patch
-#     ${CIVETWEB_THIRD_PARTY_DIR}/src/check-unit-test-framework/CMakeLists.txt
-#     
${CMAKE_SOURCE_DIR}/cmake/check/c82fe8888aacfe784476112edd3878256d2e30bc.patch
-#   )
-#else()
-#  set(CHECK_PATCH_COMMAND "")
-#endif()
-ExternalProject_Add(check-unit-test-framework
-  DEPENDS c-library
-  URL 
"https://codeload.github.com/libcheck/check/zip/${CIVETWEB_CHECK_VERSION}";
-  DOWNLOAD_NAME "${CIVETWEB_CHECK_VERSION}.zip"
-  URL_MD5 ${CIVETWEB_CHECK_MD5_HASH}
-  PREFIX "${CIVETWEB_THIRD_PARTY_DIR}"
-  BUILD_IN_SOURCE 1
-  PATCH_COMMAND ${CHECK_PATCH_COMMAND}
-  CMAKE_ARGS
-    "-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
-    "-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}"
-    "-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>"
-  LOG_DOWNLOAD ${THIRD_PARTY_LOGGING}
-  LOG_UPDATE ${THIRD_PARTY_LOGGING}
-  LOG_CONFIGURE ${THIRD_PARTY_LOGGING}
-  LOG_BUILD ${THIRD_PARTY_LOGGING}
-  LOG_TEST ${THIRD_PARTY_LOGGING}
-  LOG_INSTALL ${THIRD_PARTY_LOGGING})
-
-ExternalProject_Get_Property(check-unit-test-framework INSTALL_DIR)
-set(CHECK_INSTALL_DIR ${INSTALL_DIR})
-unset(INSTALL_DIR)
-link_directories("${CHECK_INSTALL_DIR}/lib")
-include_directories("${CHECK_INSTALL_DIR}/include")
-if ((WIN32 AND MINGW) OR APPLE)
-  set(CHECK_LIBRARIES "${CHECK_LIBRARIES};${CHECK_INSTALL_DIR}/lib/libcheck.a")
-  set(CHECK_LIBRARIES 
"${CHECK_LIBRARIES};${CHECK_INSTALL_DIR}/lib/libcompat.a")
-elseif (WIN32)
-  set(CHECK_LIBRARIES "${CHECK_LIBRARIES};${CHECK_INSTALL_DIR}/lib/check.lib")
-  set(CHECK_LIBRARIES "${CHECK_LIBRARIES};${CHECK_INSTALL_DIR}/lib/compat.lib")
-else()
-  set(CHECK_LIBRARIES "${CHECK_INSTALL_DIR}/lib/libcheck.a")
-endif()
-find_package(LibM)
-if (LIBM_FOUND)
-  set(CHECK_LIBRARIES "${CHECK_LIBRARIES};LIBM::LIBM")
-endif()
-find_package(LibRt)
-if (LIBRT_FOUND)
-  set(CHECK_LIBRARIES "${CHECK_LIBRARIES};LIBRT::LIBRT")
-endif()
-
-# Build the C unit tests
-add_library(shared-c-unit-tests STATIC shared.c)
-target_include_directories(
-  shared-c-unit-tests PUBLIC
-  ${PROJECT_SOURCE_DIR}/include)
-
-add_library(public-func-c-unit-tests STATIC public_func.c)
-if (BUILD_SHARED_LIBS)
-  target_compile_definitions(public-func-c-unit-tests PRIVATE 
CIVETWEB_DLL_IMPORTS)
-endif()
-target_include_directories(
-  public-func-c-unit-tests PUBLIC
-  ${PROJECT_SOURCE_DIR}/include)
-target_link_libraries(public-func-c-unit-tests c-library ${CHECK_LIBRARIES})
-add_dependencies(public-func-c-unit-tests check-unit-test-framework)
-
-add_library(public-server-c-unit-tests STATIC public_server.c)
-if (BUILD_SHARED_LIBS)
-  target_compile_definitions(public-server-c-unit-tests PRIVATE 
CIVETWEB_DLL_IMPORTS)
-endif()
-target_include_directories(
-  public-server-c-unit-tests PUBLIC
-  ${PROJECT_SOURCE_DIR}/include)
-target_link_libraries(public-server-c-unit-tests c-library ${CHECK_LIBRARIES})
-add_dependencies(public-server-c-unit-tests check-unit-test-framework)
-
-add_library(private-c-unit-tests STATIC private.c)
-target_include_directories(
-  private-c-unit-tests PUBLIC
-  ${PROJECT_SOURCE_DIR}/include)
-target_link_libraries(private-c-unit-tests ${CHECK_LIBRARIES})
-add_dependencies(private-c-unit-tests check-unit-test-framework)
-
-add_library(timer-c-unit-tests STATIC timertest.c)
-target_include_directories(
-  timer-c-unit-tests PUBLIC
-  ${PROJECT_SOURCE_DIR}/include)
-target_link_libraries(timer-c-unit-tests ${CHECK_LIBRARIES})
-add_dependencies(timer-c-unit-tests check-unit-test-framework)
-
-add_library(exe-c-unit-tests STATIC private_exe.c)
-if (BUILD_SHARED_LIBS)
-  target_compile_definitions(exe-c-unit-tests PRIVATE)
-endif()
-target_include_directories(
-  exe-c-unit-tests PUBLIC
-  ${PROJECT_SOURCE_DIR}/include)
-target_link_libraries(exe-c-unit-tests c-library ${CHECK_LIBRARIES})
-add_dependencies(exe-c-unit-tests check-unit-test-framework)
-
-add_executable(main-c-unit-test main.c)
-target_link_libraries(main-c-unit-test
-  shared-c-unit-tests
-  public-func-c-unit-tests
-  public-server-c-unit-tests
-  private-c-unit-tests
-  timer-c-unit-tests
-  exe-c-unit-tests
-  ${CHECK_LIBRARIES})
-add_dependencies(main-c-unit-test check-unit-test-framework)
-
-# Add a check command that builds the dependent test program
-add_custom_target(check
-  COMMAND ${CMAKE_CTEST_COMMAND}
-  DEPENDS main-c-unit-test)
-
-# A macro for adding tests
-macro(civetweb_add_test suite test_case)
-  set(test "test-${suite}-${test_case}")
-  string(TOLOWER "${test}" test)
-  string(REGEX REPLACE "[^-A-Za-z0-9]" "-" test "${test}")
-  add_test(
-    NAME ${test}
-    COMMAND main-c-unit-test "--test-dir=${CMAKE_CURRENT_SOURCE_DIR}" 
"--suite=${suite}" "--test-case=${test_case}")
-  if (WIN32)
-    string(REPLACE ";" "\\;" test_path "$ENV{PATH}")
-    set_tests_properties(${test} PROPERTIES
-      ENVIRONMENT "PATH=${test_path}\\;$<TARGET_FILE_DIR:c-library>")
-  endif()
-endmacro(civetweb_add_test)
-
-
-# Tests of private functions
-civetweb_add_test(Private "HTTP Message")
-civetweb_add_test(Private "URL Parsing")
-civetweb_add_test(Private "Internal Parsing")
-civetweb_add_test(Private "Encode Decode")
-civetweb_add_test(Private "Mask Data")
-civetweb_add_test(Private "Date Parsing")
-civetweb_add_test(Private "SHA1")
-
-# Public API function tests
-civetweb_add_test(PublicFunc "Version")
-civetweb_add_test(PublicFunc "Options")
-civetweb_add_test(PublicFunc "MIME types")
-civetweb_add_test(PublicFunc "strcasecmp")
-civetweb_add_test(PublicFunc "URL encoding decoding")
-civetweb_add_test(PublicFunc "Cookies and variables")
-civetweb_add_test(PublicFunc "MD5")
-civetweb_add_test(PublicFunc "Aux functions")
-
-# Public API server tests
-civetweb_add_test(PublicServer "Check test environment")
-civetweb_add_test(PublicServer "Init library")
-civetweb_add_test(PublicServer "Start threads")
-civetweb_add_test(PublicServer "Start Stop HTTP Server")
-civetweb_add_test(PublicServer "Start Stop HTTPS Server")
-civetweb_add_test(PublicServer "TLS Server Client")
-civetweb_add_test(PublicServer "Server Requests")
-civetweb_add_test(PublicServer "Handle Form")
-civetweb_add_test(PublicServer "HTTP Authentication")
-civetweb_add_test(PublicServer "HTTP Keep Alive")
-civetweb_add_test(PublicServer "Error handling")
-civetweb_add_test(PublicServer "Limit speed")
-
-# Timer tests
-civetweb_add_test(Timer "Timer Single Shot")
-civetweb_add_test(Timer "Timer Periodic")
-civetweb_add_test(Timer "Timer Mixed")
-
-# Tests with main.c
-#civetweb_add_test(EXE "Helper funcs")
-
-
-# Add the coverage command(s)
-if (${CMAKE_BUILD_TYPE} MATCHES "[Cc]overage")
-  find_program(GCOV_EXECUTABLE gcov)
-  find_program(LCOV_EXECUTABLE lcov)
-  find_program(GENHTML_EXECUTABLE genhtml)
-  find_program(CTEST_EXECUTABLE ctest)
-  if (GCOV_EXECUTABLE AND LCOV_EXECUTABLE AND GENHTML_EXECUTABLE AND 
CTEST_EXECUTABLE AND HAVE_C_FLAG_COVERAGE)
-    add_custom_command(
-      OUTPUT ${CMAKE_BINARY_DIR}/lcov/index.html
-      COMMAND ${LCOV_EXECUTABLE} -q -z -d .
-      COMMAND ${LCOV_EXECUTABLE} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" 
-d . -o before.lcov -i
-      COMMAND ${CTEST_EXECUTABLE} --force-new-ctest-process
-      COMMAND ${LCOV_EXECUTABLE} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" 
-d . -o after.lcov
-      COMMAND ${LCOV_EXECUTABLE} -q -a before.lcov -a after.lcov --output-file 
final.lcov
-      COMMAND ${LCOV_EXECUTABLE} -q -r final.lcov 
"'${CMAKE_SOURCE_DIR}/test/*'" -o final.lcov
-      COMMAND ${GENHTML_EXECUTABLE} final.lcov -o lcov --demangle-cpp --sort 
-p "${CMAKE_SOURCE_DIR}" -t benchmark
-      DEPENDS main-c-unit-test
-      WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
-      COMMENT "Running LCOV"
-    )
-    add_custom_target(coverage
-      DEPENDS ${CMAKE_BINARY_DIR}/lcov/index.html
-      COMMENT "LCOV report at lcov/index.html"
-    )
-    message(STATUS "Coverage command added")
-  else()
-    if (HAVE_C_FLAG_COVERAGE)
-      set(C_FLAG_COVERAGE_MESSAGE supported)
-    else()
-      set(C_FLAG_COVERAGE_MESSAGE unavailable)
-    endif()
-    message(WARNING
-      "Coverage command not available:\n"
-      "  gcov: ${GCOV_EXECUTABLE}\n"
-      "  lcov: ${LCOV_EXECUTABLE}\n"
-      "  genhtml: ${GENHTML_EXECUTABLE}\n"
-      "  ctest: ${CTEST_EXECUTABLE}\n"
-      "  --coverage flag: ${C_FLAG_COVERAGE_MESSAGE}")
-  endif()
-endif()

http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/c1101f46/thirdparty/civetweb-1.9.1/test/HugeText.lua
----------------------------------------------------------------------
diff --git a/thirdparty/civetweb-1.9.1/test/HugeText.lua 
b/thirdparty/civetweb-1.9.1/test/HugeText.lua
deleted file mode 100644
index 0fa57f1..0000000
--- a/thirdparty/civetweb-1.9.1/test/HugeText.lua
+++ /dev/null
@@ -1,149 +0,0 @@
--- (c) bel2125, 2010
--- MIT public licence
-
-
-local letterCode = {
-  [' '] = {0,0,0,0,0},
-  ['!'] = {0,0,95,0,0},
-  ['"'] = {0,3,4,3,0},
-  ['#'] = {34,127,34,127,34},
-  ['$'] = {36,42,127,42,18},
-  ['%'] = {35,19,8,100,98},
-  ['&'] = {54,73,85,34,80},
-  ["'"] = {0,11,7,0,0},
-  ['('] = {0,28,34,65,0},
-  [')'] = {0,65,34,28,0},
-  ['*'] = {20,8,62,8,20},
-  ['+'] = {8,8,62,8,8},
-  [','] = {0,88,56,0,0},
-  ['-'] = {8,8,8,8,8},
-  ['.'] = {0,96,96,0,0},
-  ['/'] = {32,16,8,4,2},
-  ['0'] = {62,81,73,69,62},
-  ['1'] = {0,66,127,64,0},
-  ['2'] = {66,97,81,73,70},
-  ['3'] = {65,73,77,75,49},
-  ['4'] = {24,20,18,127,16},
-  ['5'] = {39,69,69,69,57},
-  ['6'] = {60,74,73,73,48},
-  ['7'] = {1,1,121,5,3},
-  ['8'] = {54,73,73,73,54},
-  ['9'] = {6,73,73,41,30},
-  [':'] = {0,54,54,0,0},
-  [';'] = {0,91,59,0,0},
-  ['<'] = {8,20,34,65,0},
-  ['='] = {20,20,20,20,20},
-  ['>'] = {0,65,34,20,8},
-  ['?'] = {2,1,81,9,6},
-  ['@'] = {50,73,121,65,62},
-  ['A'] = {124,18,17,18,124},
-  ['B'] = {65,127,73,73,54},
-  ['C'] = {62,65,65,65,34},
-  ['D'] = {65,127,65,65,62},
-  ['E'] = {127,73,73,73,65},
-  ['F'] = {127,9,9,9,1},
-  ['G'] = {62,65,65,73,57},
-  ['H'] = {127,8,8,8,127},
-  ['I'] = {0,65,127,65,0},
-  ['J'] = {32,64,65,63,1},
-  ['K'] = {127,8,20,34,65},
-  ['L'] = {127,64,64,64,64},
-  ['M'] = {127,2,12,2,127},
-  ['N'] = {127,4,8,16,127},
-  ['O'] = {62,65,65,65,62},
-  ['P'] = {127,9,9,9,6},
-  ['Q'] = {62,65,81,33,94},
-  ['R'] = {127,9,25,41,70},
-  ['S'] = {38,73,73,73,50},
-  ['T'] = {1,1,127,1,1},
-  ['U'] = {63,64,64,64,63},
-  ['V'] = {7,24,96,24,7},
-  ['W'] = {127,32,24,32,127},
-  ['X'] = {99,20,8,20,99},
-  ['Y'] = {3,4,120,4,3},
-  ['Z'] = {97,81,73,69,67},
-  ['['] = {0,127,65,65,0},
-  ['\\'] = {2,4,8,16,32},
-  [']'] = {0,65,65,127,0},
-  ['^'] = {24,4,2,4,24},
-  ['_'] = {64,64,64,64,64},
-  ['`'] = {0,0,7,11,0},
-  ['a'] = {56,68,68,60,64},
-  ['b'] = {127,72,68,68,56},
-  ['c'] = {56,68,68,68,32},
-  ['d'] = {56,68,68,72,127},
-  ['e'] = {56,84,84,84,24},
-  ['f'] = {0,8,126,9,2},
-  ['g'] = {8,84,84,60,0},
-  ['h'] = {127,4,4,120,0},
-  ['i'] = {0,0,125,0,0},
-  ['j'] = {32,64,68,61,0},
-  ['k'] = {127,16,40,68,0},
-  ['l'] = {0,0,127,0,0},
-  ['m'] = {120,4,120,4,120},
-  ['n'] = {124,8,4,4,120},
-  ['o'] = {56,68,68,68,56},
-  ['p'] = {124,20,20,20,8},
-  ['q'] = {24,36,20,124,64},
-  ['r'] = {124,8,4,4,0},
-  ['s'] = {72,84,84,84,32},
-  ['t'] = {4,62,68,32,0},
-  ['u'] = {60,64,64,32,124},
-  ['v'] = {28,32,64,32,28},
-  ['w'] = {60,64,48,64,60},
-  ['x'] = {68,36,124,72,68},
-  ['y'] = {12,80,80,60,0},
-  ['z'] = {68,100,84,76,68},
-  ['{'] = {0,8,54,65,0},
-  ['|'] = {0,0,119,0,0},
-  ['}'] = {0,65,54,8,0},
-  ['~'] = {8,4,8,16,8},
-};
-
-letterCode['('] = {0,60,66,129,0}
-letterCode[')'] = {0,129,66,60,0}
-letterCode[','] = {0,176,112,0,0}
-letterCode[';'] = {0,182,118,0,0}
-letterCode['['] = {0,255,129,129,0}
-letterCode[']'] = {0,129,129,255,0}
-letterCode['_'] = {128,128,128,128,128}
-letterCode['g'] = {24,164,164,124,0}
-letterCode['j'] = {64,128,132,125,0}
-letterCode['p'] = {252,36,36,36,24}
-letterCode['q'] = {24,36,36,252,128}
-letterCode['y'] = {12,80,80,60,0}
-letterCode['{'] = {0,24,102,129,0}
-letterCode['}'] = {0,129,102,24,0}
-
-
-local function HugeLetter(letter)
-  if letter==' ' then return {"  ", "  ", "  ", "  ", "  ", "  ", "  ", "  "} 
end
-  local code = letterCode[letter]  
-  local str = {"", "", "", "", "", "", "", ""}
-  for i=1,5 do
-    local n = code[i]
-    if n and n>0 then
-      for b=1,8 do
-        if bit32.btest(n, bit32.lshift(1, b-1)) then str[b] = str[b] .. letter 
else str[b] = str[b] .. ' ' end
-      end
-    end
-  end
-  return str
-end
-
-function HugeText(str)
-  local txt = {"", "", "", "", "", "", "", ""}
-  for i=1,string.len(str) do
-    local s = HugeLetter(str:sub(i,i))
-    for b=1,8 do
-      if i>1 then
-        txt[b] = txt[b] .. "   " .. s[b]
-      else
-        txt[b] = txt[b] .. s[b]
-      end
-    end
-  end
-  return txt
-end
-
-return HugeText

http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/c1101f46/thirdparty/civetweb-1.9.1/test/MakefileTest.mk
----------------------------------------------------------------------
diff --git a/thirdparty/civetweb-1.9.1/test/MakefileTest.mk 
b/thirdparty/civetweb-1.9.1/test/MakefileTest.mk
deleted file mode 100644
index 08d8e33..0000000
--- a/thirdparty/civetweb-1.9.1/test/MakefileTest.mk
+++ /dev/null
@@ -1,88 +0,0 @@
-# 
-# Copyright (c) 2013 No Face Press, LLC
-# License http://opensource.org/licenses/mit-license.php MIT License
-#
-
-#This makefile is used to test the other Makefiles
-
-TOP = ..
-TEST_OUT = test_install
-
-include $(TOP)/resources/Makefile.in-os
-
-all: test
-
-test: buildoptions buildlibs buildinstall
-test: buildexamples threaded
-
-ifeq ($(TARGET_OS),OSX)
-test: dmg
-endif
-
-test: clean
-       @echo PASSED
-
-dmg:
-       @echo "================"
-       $(MAKE) -C $(TOP) -f Makefile.osx clean package
-
-buildexamples:
-       @echo "================"
-       $(MAKE) -C $(TOP)/examples/embedded_c clean all
-       $(MAKE) -C $(TOP)/examples/embedded_c clean
-       @echo "================"
-       $(MAKE) -C $(TOP)/examples/embedded_cpp clean all
-       $(MAKE) -C $(TOP)/examples/embedded_cpp clean
-       @echo "================"
-       $(MAKE) -C $(TOP)/examples/chat clean all
-       $(MAKE) -C $(TOP)/examples/chat clean
-       @echo "================"
-       $(MAKE) -C $(TOP)/examples/hello clean all
-       $(MAKE) -C $(TOP)/examples/hello clean
-       @echo "================"
-       $(MAKE) -C $(TOP)/examples/post clean all
-       $(MAKE) -C $(TOP)/examples/post clean
-       @echo "================"
-       $(MAKE) -C $(TOP)/examples/upload clean all
-       $(MAKE) -C $(TOP)/examples/upload clean
-       @echo "================"
-       $(MAKE) -C $(TOP)/examples/websocket clean all
-       $(MAKE) -C $(TOP)/examples/websocket clean
-
-buildoptions:
-       @echo "================"
-       $(MAKE) -C $(TOP) clean build
-       @echo "================"
-       $(MAKE) -C $(TOP) clean build WITH_IPV6=1
-       @echo "================"
-       $(MAKE) -C $(TOP) clean build WITH_WEBSOCKET=1
-       @echo "================"
-       $(MAKE) -C $(TOP) clean build WITH_LUA=1
-       @echo "================"
-       $(MAKE) -C $(TOP) clean build WITH_LUA=1 WITH_IPV6=1 WITH_WEBSOCKET=1
-
-threaded:
-       @echo "================"
-       $(MAKE) -j 8 -C $(TOP) clean WITH_LUA=1
-       $(MAKE) -j 8 -C $(TOP) build WITH_LUA=1
-
-buildinstall:
-       @echo "================"
-       $(MAKE) -C $(TOP) clean install PREFIX=$(TEST_OUT)
-
-buildlibs:
-       @echo "================"
-       $(MAKE) -C $(TOP) clean lib
-       @echo "================"
-       $(MAKE) -C $(TOP) clean slib
-       @echo "================"
-       $(MAKE) -C $(TOP) clean lib WITH_CPP=1
-       @echo "================"
-       $(MAKE) -C $(TOP) clean slib WITH_CPP=1
-
-clean:
-       @echo "================"
-       $(MAKE) -C $(TOP) clean
-       rm -rf $(TOP)/$(TEST_OUT)
-
-.PHONY: all buildoptions buildinstall clean os linux

http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/c1101f46/thirdparty/civetweb-1.9.1/test/MethodTest.xhtml
----------------------------------------------------------------------
diff --git a/thirdparty/civetweb-1.9.1/test/MethodTest.xhtml 
b/thirdparty/civetweb-1.9.1/test/MethodTest.xhtml
deleted file mode 100644
index b9365e2..0000000
--- a/thirdparty/civetweb-1.9.1/test/MethodTest.xhtml
+++ /dev/null
@@ -1,200 +0,0 @@
-<!DOCTYPE HTML>
-<html xmlns="http://www.w3.org/1999/xhtml";>
-<head>
-<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <title>HTTP method test</title>
-  <style type="text/css" media="screen">
-    body {background:#eee; margin:0%; padding:0%; padding-top:0%; 
padding-left:1%}
-    .cform {margin:0%; padding:0%; padding-top:0%; padding-left:2%;}
-    h3 {margin:0%; padding:0%; padding-top:0%; padding-left:0%;}
-    td {vertical-align:top; text-align:left;}
-  </style>
-  <script type="text/javascript"><![CDATA[
-
-    function getParams() {
-      var result = {};
-      var kvPairs = location.search.slice(1).split('&');
-
-      kvPairs.forEach(
-        function(kvPair) {
-          kvPair = kvPair.split('=');
-          result[kvPair[0]] = kvPair[1] || '';
-        }
-      );
-
-      return result;
-    }
-
-    function noBody() {
-      document.getElementById("body_none").checked = true;
-    }
-
-    function load() {
-      var params = getParams();
-      var method = params["method"];
-      if (!method) {
-        method = "GET";
-      }
-      var path = params["path"];
-      if (!path) {
-        path = "";
-      }
-
-      var elem = document.getElementById('h1');
-      elem.innerHTML = "HTTP method test page";
-
-      document.getElementById("proto_http").checked = 
(window.location.protocol != "https:");
-      document.getElementById("proto_https").checked = 
(window.location.protocol == "https:");
-      document.getElementById("server").value = location.host;
-      document.getElementById("resource").value = path;
-
-      setRadioValue("method", method);
-      noBody();
-    }
-
-    function setRadioValue(elmname, value) {
-      var elms = document.getElementsByName(elmname);
-      var len = elms.length;
-      var ret = false;
-
-      for (var i=0; i<len; i++) {
-        elms[i].checked = (elms[i].value == value);
-        ret |= elms[i].checked;
-      }
-      return ret;
-    }
-
-    function getRadioValue(elmname) {
-
-      var elms = document.getElementsByName(elmname);
-      var len = elms.length;
-      var ret = "";
-
-      for (var i=0; i<len; i++) {
-        if (elms[i].checked) {
-          ret = elms[i].value;
-        }
-      }
-      return ret;
-    }
-
-    function sendreq() {
-      var proto = getRadioValue("protocol");
-      var host = document.getElementById("server").value;
-      var res = document.getElementById("resource").value;
-      var addr = proto + "://" + host + "/" + res;
-      var meth = getRadioValue("method");
-      var body = getRadioValue("body");
-
-      xmlhttp = new XMLHttpRequest();
-      if (!xmlhttp) {
-        alert("XMLHttpRequest not available");
-        window.history.back();
-      }
-
-      xmlhttp.open(meth,addr,true);
-
-      if (body == '*') {
-        body = null;
-      } else {
-        if (body == '**') {
-          var body_bytes = document.getElementById("body_bytes").value;
-          body_bytes = parseInt(Number(body_bytes) || 0) || 0;
-          body = "";
-          for (var i=0; i<body_bytes; i++) {
-            var ascii = Math.floor((Math.random() * 94) + 32);
-            body = body + String.fromCharCode(ascii);
-          }
-        }
-        xmlhttp.setRequestHeader("Content-Length", body.length);
-      }
-
-      xmlhttp.onreadystatechange = function()
-      {
-          var laddr = addr;
-          var lmeth = meth;
-          var blen = "";
-          if (body) {
-            blen = "\nWith " + body.length + " bytes body data";
-          }
-
-          if (xmlhttp.readyState == 4)
-          {
-              alert(lmeth + " " + laddr + blen + "\n\nResponse: " + 
xmlhttp.status + "\n\n" + xmlhttp.responseText);
-          }
-      }
-
-      xmlhttp.send(body);
-
-    }
-
-  ]]></script>
-
-</head>
-<body onload="load()">
-
-<h1 id='h1'>Fatal error: Javascript not available!</h1>
-
-<h2>Test parameters</h2>
-<form lass="cform">
-
-<h3>Protocol</h3>
-<input id="proto_http" type="radio" name="protocol" value="http" /> http <br />
-<input id="proto_https" type="radio" name="protocol" value="https" /> https
-
-<h3>Server/Host</h3>
-<input id="server" type="text" name="server" value="" />
-
-<h3>Resource</h3>
-<input id="resource" type="text" name="resource" value="" />
-
-<h3>Method</h3>
-<!-- http://www.restpatterns.org/HTTP_Methods -->
-<!-- http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html -->
-<table style="border-spacing:15px 0px;">
-  <tr>
-    <td><a href="http://tools.ietf.org/html/rfc7231#section-4.2.1";>Save 
Methods</a></td>
-    <td>"Unsave" <a 
href="http://tools.ietf.org/html/rfc7231#section-4.2.2";>Idempotent 
Methods</a></td>
-    <td>Non-Idempotent Methods</td>
-    <td>Special</td>
-  </tr>
-  <tr>
-    <td>
-<input id="method_opt" type="radio" name="method" value="OPTIONS" 
onclick="noBody()" /> OPTIONS <br />
-<input id="method_get" type="radio" name="method" value="GET" 
onclick="noBody()" /> GET <br />
-<input id="method_hea" type="radio" name="method" value="HEAD" 
onclick="noBody()" /> HEAD <br />
-<input id="method_tra" type="radio" name="method" value="TRACE" /> TRACE <br />
-<input id="method_pro" type="radio" name="method" value="PROPFIND" /> PROPFIND 
<br />
-    </td>
-    <td>
-<input id="method_put" type="radio" name="method" value="PUT" /> PUT <br />
-<input id="method_del" type="radio" name="method" value="DELETE" /> DELETE <br 
/>
-<input id="method_cop" type="radio" name="method" value="COPY" /> COPY <br />
-<input id="method_cop" type="radio" name="method" value="MOVE" /> MOVE <br />
-<input id="method_ppa" type="radio" name="method" value="PROPPATCH" /> 
PROPPATCH <br />
-<input id="method_unl" type="radio" name="method" value="UNLOCK" /> UNLOCK <br 
/>
-    </td>
-    <td>
-<input id="method_pos" type="radio" name="method" value="POST" /> POST <br />
-<input id="method_pat" type="radio" name="method" value="PATCH" /> PATCH <br />
-<input id="method_mkc" type="radio" name="method" value="MKCOL" /> MKCOL <br />
-<input id="method_loc" type="radio" name="method" value="LOCK" /> LOCK <br />
-    </td>
-    <td>
-<input id="method_con" type="radio" name="method" value="CONNECT" /> CONNECT 
<br />
-<input id="method_userdef" type="radio" name="method" value="INVALID" /> 
<input id="method_name" type="text" name="method_name" value="INVALID" 
oninput="var elem = document.getElementById('method_userdef'); elem.checked = 
true; elem.value=value" /> <br />
-    </td>
-  </tr>
-</table>
-
-<h3>Body data</h3>
-<input id="body_none" type="radio" name="body" value="*" /> No body data <br />
-<input id="body_10" type="radio" name="body" value="1234567890" /> 10 Bytes 
("1234567890") <br />
-<input id="body_rnd" type="radio" name="body" value="**" /> <input 
id="body_bytes" type="number" name="body_bytes" value="100" min="0" step="0" 
max="999999999" oninput="document.getElementById('body_rnd').checked = true" /> 
Bytes random data <br />
-
-<h3>Submit</h3>
-<input id="send" type="button" onclick="sendreq()" value="Send request" />
-
-</form>
-
-</body></html>

http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/c1101f46/thirdparty/civetweb-1.9.1/test/README.md
----------------------------------------------------------------------
diff --git a/thirdparty/civetweb-1.9.1/test/README.md 
b/thirdparty/civetweb-1.9.1/test/README.md
deleted file mode 100644
index 49f2245..0000000
--- a/thirdparty/civetweb-1.9.1/test/README.md
+++ /dev/null
@@ -1,25 +0,0 @@
-Testing
-=======
-
-C API
------
-
-The unit tests leverage the CTest and Check frameworks to provide a easy
-environment to build up unit tests. They are split into Public and Private
-test suites reflecting the public and internal API functions of civetweb.
-
-When adding new functionality to civetweb tests should be written so that the
-new functionality will be tested across the continuous build servers. There
-are various levels of the unit tests:
-
-  * Tests are included in
-  * Test Cases which are there are multiple in
-  * Test Suites which are ran by the check framework by
-  * `civetweb-unit-tests` which is driven using the `--suite` and
-    `--test-case` arguments by
-  * CTest via `add_test` in `CMakeLists.txt`
-
-Each test suite and test case is ran individually by CTest so that it provides
-good feedback to the continuous integration servers and also CMake. Adding a
-new test case or suite will require the corresponding `add_test` driver to be
-added to `CMakeLists.txt`

http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/c1101f46/thirdparty/civetweb-1.9.1/test/ajax/echo.cgi
----------------------------------------------------------------------
diff --git a/thirdparty/civetweb-1.9.1/test/ajax/echo.cgi 
b/thirdparty/civetweb-1.9.1/test/ajax/echo.cgi
deleted file mode 100644
index 577c4bd..0000000
--- a/thirdparty/civetweb-1.9.1/test/ajax/echo.cgi
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-echo "Content-Type: text/plain; charset=utf-8"
-echo "Connection: close"
-echo "Cache-Control: no-cache"
-echo ""
-
-echo "{}"

http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/c1101f46/thirdparty/civetweb-1.9.1/test/ajax/echo.cgi.old
----------------------------------------------------------------------
diff --git a/thirdparty/civetweb-1.9.1/test/ajax/echo.cgi.old 
b/thirdparty/civetweb-1.9.1/test/ajax/echo.cgi.old
deleted file mode 100644
index 3f4eeeb..0000000
--- a/thirdparty/civetweb-1.9.1/test/ajax/echo.cgi.old
+++ /dev/null
@@ -1,73 +0,0 @@
-#!/usr/bin/lua5.1
-
--- Every CGI script that returns any valid JSON object will work in the test.
--- In case you do not have not yet used CGI, you may want to use this script 
which is written in Lua.
--- You may download an interpreter from 
http://luabinaries.sourceforge.net/download.html, extract it
--- to some folder in your search path (the path of the webserver or /usr/bin 
on Linux), and add the
--- following lines to your .conf file.
--- cgi_interpreter c:\somewhere\lua5.1.exe
--- enable_keep_alive yes
-
-resp = "{";
-
-method = os.getenv("REQUEST_METHOD")
-uri = os.getenv("REQUEST_URI");
-query = os.getenv("QUERY_STRING");
-datalen = os.getenv("CONTENT_LENGTH");
-
-if method then
-  resp = resp .. '"method" : "' .. method .. '", ';
-end
-if uri then
-  resp = resp .. '"uri" : "' .. uri .. '", ';
-end
-if query then
-  resp = resp .. '"query" : "' .. query .. '", ';
-end
-if datalen then
-  resp = resp .. '"datalen" : "' .. datalen .. '", ';
-end
-
-resp = resp .. '"time" : "' .. os.date() .. '" ';
-
-resp = resp .. "}";
-
-
-
-
-print "Status: 200 OK"
-print "Connection: close"
---print "Connection: keep-alive"
-print "Content-Type: text/html; charset=utf-8"
-print "Cache-Control: no-cache"
---print ("Content-Length: " .. resp:len())
-print ""
-
-print (resp)
-
-
-doLogging = false
-
-if (doLogging) then
-  -- Store the POST data to a file
-  if (method == "POST") then
-    myFile = io.open("data" .. query:sub(4) .. ".txt", "wb");
-    myFile:write(resp)
-    myFile:write("\r\n\r\n")  
-    if datalen then
-      datalen = tonumber(datalen)
-      myFile:write("<<< " .. datalen .. " bytes of data >>>\r\n")
-      
-      data = io.stdin:read(datalen)
-      myFile:write(data)
-      
-      myFile:write("\r\n<<< end >>>\r\n")
-    else
-      myFile:write("<<< no data >>>\r\n")
-    end  
-    myFile:close()
-  end
-end
-
-
-

http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/c1101f46/thirdparty/civetweb-1.9.1/test/ajax/echo.lp
----------------------------------------------------------------------
diff --git a/thirdparty/civetweb-1.9.1/test/ajax/echo.lp 
b/thirdparty/civetweb-1.9.1/test/ajax/echo.lp
deleted file mode 100644
index 7276f81..0000000
--- a/thirdparty/civetweb-1.9.1/test/ajax/echo.lp
+++ /dev/null
@@ -1,9 +0,0 @@
-<?
--- This *.lp file simply runs the *.lua file in the same directory.
-n = string.match(mg.request_info.uri, "^(.*)%.lp$")
-if mg.system:find("Windows") then
-    n = string.gsub(n, [[/]], [[\]])
-end
-n = mg.document_root .. n .. ".lua"
-dofile(n)
-?>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/c1101f46/thirdparty/civetweb-1.9.1/test/ajax/echo.lua
----------------------------------------------------------------------
diff --git a/thirdparty/civetweb-1.9.1/test/ajax/echo.lua 
b/thirdparty/civetweb-1.9.1/test/ajax/echo.lua
deleted file mode 100644
index 1317516..0000000
--- a/thirdparty/civetweb-1.9.1/test/ajax/echo.lua
+++ /dev/null
@@ -1,35 +0,0 @@
-resp = "{";
-
-method = mg.request_info.request_method
-uri = mg.request_info.uri
-query = mg.request_info.query_string
-datalen = nil -- TODO: "CONTENT_LENGTH" !
-
-if method then
-  resp = resp .. '"method" : "' .. method .. '", ';
-end
-if uri then
-  resp = resp .. '"uri" : "' .. uri .. '", ';
-end
-if query then
-  resp = resp .. '"query" : "' .. query .. '", ';
-end
-if datalen then
-  resp = resp .. '"datalen" : "' .. datalen .. '", ';
-end
-
-resp = resp .. '"time" : "' .. os.date() .. '" ';
-
-resp = resp .. "}";
-
-
-
-mg.write("HTTP/1.1 200 OK\r\n")
-mg.write("Connection: close\r\n")
-mg.write("Content-Type: text/html\r\n")
-mg.write("Cache-Control: no-cache\r\n")
---mg.write("Content-Length: " .. resp:len() .. "\n")
-mg.write("\r\n")
-
-mg.write(resp)
-

Reply via email to