From: Chris Nehren Date: Sat, 22 Jan 2011 15:27:09 +0000 (-0500) Subject: move the test app into the examples directory X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FTest-Harness-Selenium.git;a=commitdiff_plain;h=6093cb4f05f521a1c7e18ad5e3aac42bc5b2fd8e move the test app into the examples directory --- diff --git a/THSelenium-Test/Changes b/examples/THSelenium-Test/Changes similarity index 100% rename from THSelenium-Test/Changes rename to examples/THSelenium-Test/Changes diff --git a/THSelenium-Test/META.yml b/examples/THSelenium-Test/META.yml similarity index 100% rename from THSelenium-Test/META.yml rename to examples/THSelenium-Test/META.yml diff --git a/THSelenium-Test/MYMETA.yml b/examples/THSelenium-Test/MYMETA.yml similarity index 100% rename from THSelenium-Test/MYMETA.yml rename to examples/THSelenium-Test/MYMETA.yml diff --git a/THSelenium-Test/Makefile b/examples/THSelenium-Test/Makefile similarity index 100% rename from THSelenium-Test/Makefile rename to examples/THSelenium-Test/Makefile diff --git a/THSelenium-Test/Makefile.PL b/examples/THSelenium-Test/Makefile.PL similarity index 100% rename from THSelenium-Test/Makefile.PL rename to examples/THSelenium-Test/Makefile.PL diff --git a/THSelenium-Test/README b/examples/THSelenium-Test/README similarity index 100% rename from THSelenium-Test/README rename to examples/THSelenium-Test/README diff --git a/THSelenium-Test/blib/arch/.exists b/examples/THSelenium-Test/blib/arch/.exists similarity index 100% rename from THSelenium-Test/blib/arch/.exists rename to examples/THSelenium-Test/blib/arch/.exists diff --git a/THSelenium-Test/blib/arch/auto/THSelenium/Test/.exists b/examples/THSelenium-Test/blib/arch/auto/THSelenium/Test/.exists similarity index 100% rename from THSelenium-Test/blib/arch/auto/THSelenium/Test/.exists rename to examples/THSelenium-Test/blib/arch/auto/THSelenium/Test/.exists diff --git a/THSelenium-Test/blib/bin/.exists b/examples/THSelenium-Test/blib/bin/.exists similarity index 100% rename from THSelenium-Test/blib/bin/.exists rename to examples/THSelenium-Test/blib/bin/.exists diff --git a/THSelenium-Test/blib/lib/THSelenium/.exists b/examples/THSelenium-Test/blib/lib/THSelenium/.exists similarity index 100% rename from THSelenium-Test/blib/lib/THSelenium/.exists rename to examples/THSelenium-Test/blib/lib/THSelenium/.exists diff --git a/THSelenium-Test/blib/lib/THSelenium/Test.pm b/examples/THSelenium-Test/blib/lib/THSelenium/Test.pm similarity index 100% rename from THSelenium-Test/blib/lib/THSelenium/Test.pm rename to examples/THSelenium-Test/blib/lib/THSelenium/Test.pm diff --git a/THSelenium-Test/blib/lib/THSelenium/Test/Controller/Root.pm b/examples/THSelenium-Test/blib/lib/THSelenium/Test/Controller/Root.pm similarity index 100% rename from THSelenium-Test/blib/lib/THSelenium/Test/Controller/Root.pm rename to examples/THSelenium-Test/blib/lib/THSelenium/Test/Controller/Root.pm diff --git a/THSelenium-Test/blib/lib/THSelenium/Test/root/favicon.ico b/examples/THSelenium-Test/blib/lib/THSelenium/Test/root/favicon.ico similarity index 100% rename from THSelenium-Test/blib/lib/THSelenium/Test/root/favicon.ico rename to examples/THSelenium-Test/blib/lib/THSelenium/Test/root/favicon.ico diff --git a/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_120x50_built.png b/examples/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_120x50_built.png similarity index 100% rename from THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_120x50_built.png rename to examples/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_120x50_built.png diff --git a/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_120x50_built_shadow.png b/examples/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_120x50_built_shadow.png similarity index 100% rename from THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_120x50_built_shadow.png rename to examples/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_120x50_built_shadow.png diff --git a/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_120x50_powered.png b/examples/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_120x50_powered.png similarity index 100% rename from THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_120x50_powered.png rename to examples/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_120x50_powered.png diff --git a/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_120x50_powered_shadow.png b/examples/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_120x50_powered_shadow.png similarity index 100% rename from THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_120x50_powered_shadow.png rename to examples/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_120x50_powered_shadow.png diff --git a/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_88x31_built.png b/examples/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_88x31_built.png similarity index 100% rename from THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_88x31_built.png rename to examples/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_88x31_built.png diff --git a/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_88x31_built_shadow.png b/examples/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_88x31_built_shadow.png similarity index 100% rename from THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_88x31_built_shadow.png rename to examples/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_88x31_built_shadow.png diff --git a/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_88x31_powered.png b/examples/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_88x31_powered.png similarity index 100% rename from THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_88x31_powered.png rename to examples/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_88x31_powered.png diff --git a/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_88x31_powered_shadow.png b/examples/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_88x31_powered_shadow.png similarity index 100% rename from THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_88x31_powered_shadow.png rename to examples/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/btn_88x31_powered_shadow.png diff --git a/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/catalyst_logo.png b/examples/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/catalyst_logo.png similarity index 100% rename from THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/catalyst_logo.png rename to examples/THSelenium-Test/blib/lib/THSelenium/Test/root/static/images/catalyst_logo.png diff --git a/THSelenium-Test/blib/lib/THSelenium/Test/thselenium_test.conf b/examples/THSelenium-Test/blib/lib/THSelenium/Test/thselenium_test.conf similarity index 100% rename from THSelenium-Test/blib/lib/THSelenium/Test/thselenium_test.conf rename to examples/THSelenium-Test/blib/lib/THSelenium/Test/thselenium_test.conf diff --git a/THSelenium-Test/blib/lib/auto/THSelenium/Test/.exists b/examples/THSelenium-Test/blib/lib/auto/THSelenium/Test/.exists similarity index 100% rename from THSelenium-Test/blib/lib/auto/THSelenium/Test/.exists rename to examples/THSelenium-Test/blib/lib/auto/THSelenium/Test/.exists diff --git a/THSelenium-Test/blib/man1/.exists b/examples/THSelenium-Test/blib/man1/.exists similarity index 100% rename from THSelenium-Test/blib/man1/.exists rename to examples/THSelenium-Test/blib/man1/.exists diff --git a/THSelenium-Test/blib/man1/thselenium_test_cgi.pl.1 b/examples/THSelenium-Test/blib/man1/thselenium_test_cgi.pl.1 similarity index 100% rename from THSelenium-Test/blib/man1/thselenium_test_cgi.pl.1 rename to examples/THSelenium-Test/blib/man1/thselenium_test_cgi.pl.1 diff --git a/THSelenium-Test/blib/man1/thselenium_test_create.pl.1 b/examples/THSelenium-Test/blib/man1/thselenium_test_create.pl.1 similarity index 100% rename from THSelenium-Test/blib/man1/thselenium_test_create.pl.1 rename to examples/THSelenium-Test/blib/man1/thselenium_test_create.pl.1 diff --git a/THSelenium-Test/blib/man1/thselenium_test_fastcgi.pl.1 b/examples/THSelenium-Test/blib/man1/thselenium_test_fastcgi.pl.1 similarity index 100% rename from THSelenium-Test/blib/man1/thselenium_test_fastcgi.pl.1 rename to examples/THSelenium-Test/blib/man1/thselenium_test_fastcgi.pl.1 diff --git a/THSelenium-Test/blib/man1/thselenium_test_server.pl.1 b/examples/THSelenium-Test/blib/man1/thselenium_test_server.pl.1 similarity index 100% rename from THSelenium-Test/blib/man1/thselenium_test_server.pl.1 rename to examples/THSelenium-Test/blib/man1/thselenium_test_server.pl.1 diff --git a/THSelenium-Test/blib/man1/thselenium_test_test.pl.1 b/examples/THSelenium-Test/blib/man1/thselenium_test_test.pl.1 similarity index 100% rename from THSelenium-Test/blib/man1/thselenium_test_test.pl.1 rename to examples/THSelenium-Test/blib/man1/thselenium_test_test.pl.1 diff --git a/THSelenium-Test/blib/man3/.exists b/examples/THSelenium-Test/blib/man3/.exists similarity index 100% rename from THSelenium-Test/blib/man3/.exists rename to examples/THSelenium-Test/blib/man3/.exists diff --git a/THSelenium-Test/blib/man3/THSelenium::Test.3 b/examples/THSelenium-Test/blib/man3/THSelenium::Test.3 similarity index 100% rename from THSelenium-Test/blib/man3/THSelenium::Test.3 rename to examples/THSelenium-Test/blib/man3/THSelenium::Test.3 diff --git a/THSelenium-Test/blib/man3/THSelenium::Test::Controller::Root.3 b/examples/THSelenium-Test/blib/man3/THSelenium::Test::Controller::Root.3 similarity index 100% rename from THSelenium-Test/blib/man3/THSelenium::Test::Controller::Root.3 rename to examples/THSelenium-Test/blib/man3/THSelenium::Test::Controller::Root.3 diff --git a/THSelenium-Test/blib/script/.exists b/examples/THSelenium-Test/blib/script/.exists similarity index 100% rename from THSelenium-Test/blib/script/.exists rename to examples/THSelenium-Test/blib/script/.exists diff --git a/THSelenium-Test/blib/script/thselenium_test_cgi.pl b/examples/THSelenium-Test/blib/script/thselenium_test_cgi.pl similarity index 100% rename from THSelenium-Test/blib/script/thselenium_test_cgi.pl rename to examples/THSelenium-Test/blib/script/thselenium_test_cgi.pl diff --git a/THSelenium-Test/blib/script/thselenium_test_create.pl b/examples/THSelenium-Test/blib/script/thselenium_test_create.pl similarity index 100% rename from THSelenium-Test/blib/script/thselenium_test_create.pl rename to examples/THSelenium-Test/blib/script/thselenium_test_create.pl diff --git a/THSelenium-Test/blib/script/thselenium_test_fastcgi.pl b/examples/THSelenium-Test/blib/script/thselenium_test_fastcgi.pl similarity index 100% rename from THSelenium-Test/blib/script/thselenium_test_fastcgi.pl rename to examples/THSelenium-Test/blib/script/thselenium_test_fastcgi.pl diff --git a/THSelenium-Test/blib/script/thselenium_test_server.pl b/examples/THSelenium-Test/blib/script/thselenium_test_server.pl similarity index 100% rename from THSelenium-Test/blib/script/thselenium_test_server.pl rename to examples/THSelenium-Test/blib/script/thselenium_test_server.pl diff --git a/THSelenium-Test/blib/script/thselenium_test_test.pl b/examples/THSelenium-Test/blib/script/thselenium_test_test.pl similarity index 100% rename from THSelenium-Test/blib/script/thselenium_test_test.pl rename to examples/THSelenium-Test/blib/script/thselenium_test_test.pl diff --git a/THSelenium-Test/inc/File/Copy/Recursive.pm b/examples/THSelenium-Test/inc/File/Copy/Recursive.pm similarity index 100% rename from THSelenium-Test/inc/File/Copy/Recursive.pm rename to examples/THSelenium-Test/inc/File/Copy/Recursive.pm diff --git a/THSelenium-Test/inc/Module/AutoInstall.pm b/examples/THSelenium-Test/inc/Module/AutoInstall.pm similarity index 100% rename from THSelenium-Test/inc/Module/AutoInstall.pm rename to examples/THSelenium-Test/inc/Module/AutoInstall.pm diff --git a/THSelenium-Test/inc/Module/Install.pm b/examples/THSelenium-Test/inc/Module/Install.pm similarity index 100% rename from THSelenium-Test/inc/Module/Install.pm rename to examples/THSelenium-Test/inc/Module/Install.pm diff --git a/THSelenium-Test/inc/Module/Install/AutoInstall.pm b/examples/THSelenium-Test/inc/Module/Install/AutoInstall.pm similarity index 100% rename from THSelenium-Test/inc/Module/Install/AutoInstall.pm rename to examples/THSelenium-Test/inc/Module/Install/AutoInstall.pm diff --git a/THSelenium-Test/inc/Module/Install/Base.pm b/examples/THSelenium-Test/inc/Module/Install/Base.pm similarity index 100% rename from THSelenium-Test/inc/Module/Install/Base.pm rename to examples/THSelenium-Test/inc/Module/Install/Base.pm diff --git a/THSelenium-Test/inc/Module/Install/Can.pm b/examples/THSelenium-Test/inc/Module/Install/Can.pm similarity index 100% rename from THSelenium-Test/inc/Module/Install/Can.pm rename to examples/THSelenium-Test/inc/Module/Install/Can.pm diff --git a/THSelenium-Test/inc/Module/Install/Catalyst.pm b/examples/THSelenium-Test/inc/Module/Install/Catalyst.pm similarity index 100% rename from THSelenium-Test/inc/Module/Install/Catalyst.pm rename to examples/THSelenium-Test/inc/Module/Install/Catalyst.pm diff --git a/THSelenium-Test/inc/Module/Install/Fetch.pm b/examples/THSelenium-Test/inc/Module/Install/Fetch.pm similarity index 100% rename from THSelenium-Test/inc/Module/Install/Fetch.pm rename to examples/THSelenium-Test/inc/Module/Install/Fetch.pm diff --git a/THSelenium-Test/inc/Module/Install/Include.pm b/examples/THSelenium-Test/inc/Module/Install/Include.pm similarity index 100% rename from THSelenium-Test/inc/Module/Install/Include.pm rename to examples/THSelenium-Test/inc/Module/Install/Include.pm diff --git a/THSelenium-Test/inc/Module/Install/Makefile.pm b/examples/THSelenium-Test/inc/Module/Install/Makefile.pm similarity index 100% rename from THSelenium-Test/inc/Module/Install/Makefile.pm rename to examples/THSelenium-Test/inc/Module/Install/Makefile.pm diff --git a/THSelenium-Test/inc/Module/Install/Metadata.pm b/examples/THSelenium-Test/inc/Module/Install/Metadata.pm similarity index 100% rename from THSelenium-Test/inc/Module/Install/Metadata.pm rename to examples/THSelenium-Test/inc/Module/Install/Metadata.pm diff --git a/THSelenium-Test/inc/Module/Install/Scripts.pm b/examples/THSelenium-Test/inc/Module/Install/Scripts.pm similarity index 100% rename from THSelenium-Test/inc/Module/Install/Scripts.pm rename to examples/THSelenium-Test/inc/Module/Install/Scripts.pm diff --git a/THSelenium-Test/inc/Module/Install/Win32.pm b/examples/THSelenium-Test/inc/Module/Install/Win32.pm similarity index 100% rename from THSelenium-Test/inc/Module/Install/Win32.pm rename to examples/THSelenium-Test/inc/Module/Install/Win32.pm diff --git a/THSelenium-Test/inc/Module/Install/WriteAll.pm b/examples/THSelenium-Test/inc/Module/Install/WriteAll.pm similarity index 100% rename from THSelenium-Test/inc/Module/Install/WriteAll.pm rename to examples/THSelenium-Test/inc/Module/Install/WriteAll.pm diff --git a/THSelenium-Test/lib/THSelenium/Test.pm b/examples/THSelenium-Test/lib/THSelenium/Test.pm similarity index 100% rename from THSelenium-Test/lib/THSelenium/Test.pm rename to examples/THSelenium-Test/lib/THSelenium/Test.pm diff --git a/THSelenium-Test/lib/THSelenium/Test/Controller/Root.pm b/examples/THSelenium-Test/lib/THSelenium/Test/Controller/Root.pm similarity index 100% rename from THSelenium-Test/lib/THSelenium/Test/Controller/Root.pm rename to examples/THSelenium-Test/lib/THSelenium/Test/Controller/Root.pm diff --git a/THSelenium-Test/lib/THSelenium/Test/View/TT.pm b/examples/THSelenium-Test/lib/THSelenium/Test/View/TT.pm similarity index 100% rename from THSelenium-Test/lib/THSelenium/Test/View/TT.pm rename to examples/THSelenium-Test/lib/THSelenium/Test/View/TT.pm diff --git a/THSelenium-Test/pm_to_blib b/examples/THSelenium-Test/pm_to_blib similarity index 100% rename from THSelenium-Test/pm_to_blib rename to examples/THSelenium-Test/pm_to_blib diff --git a/THSelenium-Test/root/basic.tt b/examples/THSelenium-Test/root/basic.tt similarity index 100% rename from THSelenium-Test/root/basic.tt rename to examples/THSelenium-Test/root/basic.tt diff --git a/THSelenium-Test/root/echo.tt b/examples/THSelenium-Test/root/echo.tt similarity index 100% rename from THSelenium-Test/root/echo.tt rename to examples/THSelenium-Test/root/echo.tt diff --git a/THSelenium-Test/root/favicon.ico b/examples/THSelenium-Test/root/favicon.ico similarity index 100% rename from THSelenium-Test/root/favicon.ico rename to examples/THSelenium-Test/root/favicon.ico diff --git a/THSelenium-Test/root/index.tt b/examples/THSelenium-Test/root/index.tt similarity index 100% rename from THSelenium-Test/root/index.tt rename to examples/THSelenium-Test/root/index.tt diff --git a/THSelenium-Test/root/static/images/btn_120x50_built.png b/examples/THSelenium-Test/root/static/images/btn_120x50_built.png similarity index 100% rename from THSelenium-Test/root/static/images/btn_120x50_built.png rename to examples/THSelenium-Test/root/static/images/btn_120x50_built.png diff --git a/THSelenium-Test/root/static/images/btn_120x50_built_shadow.png b/examples/THSelenium-Test/root/static/images/btn_120x50_built_shadow.png similarity index 100% rename from THSelenium-Test/root/static/images/btn_120x50_built_shadow.png rename to examples/THSelenium-Test/root/static/images/btn_120x50_built_shadow.png diff --git a/THSelenium-Test/root/static/images/btn_120x50_powered.png b/examples/THSelenium-Test/root/static/images/btn_120x50_powered.png similarity index 100% rename from THSelenium-Test/root/static/images/btn_120x50_powered.png rename to examples/THSelenium-Test/root/static/images/btn_120x50_powered.png diff --git a/THSelenium-Test/root/static/images/btn_120x50_powered_shadow.png b/examples/THSelenium-Test/root/static/images/btn_120x50_powered_shadow.png similarity index 100% rename from THSelenium-Test/root/static/images/btn_120x50_powered_shadow.png rename to examples/THSelenium-Test/root/static/images/btn_120x50_powered_shadow.png diff --git a/THSelenium-Test/root/static/images/btn_88x31_built.png b/examples/THSelenium-Test/root/static/images/btn_88x31_built.png similarity index 100% rename from THSelenium-Test/root/static/images/btn_88x31_built.png rename to examples/THSelenium-Test/root/static/images/btn_88x31_built.png diff --git a/THSelenium-Test/root/static/images/btn_88x31_built_shadow.png b/examples/THSelenium-Test/root/static/images/btn_88x31_built_shadow.png similarity index 100% rename from THSelenium-Test/root/static/images/btn_88x31_built_shadow.png rename to examples/THSelenium-Test/root/static/images/btn_88x31_built_shadow.png diff --git a/THSelenium-Test/root/static/images/btn_88x31_powered.png b/examples/THSelenium-Test/root/static/images/btn_88x31_powered.png similarity index 100% rename from THSelenium-Test/root/static/images/btn_88x31_powered.png rename to examples/THSelenium-Test/root/static/images/btn_88x31_powered.png diff --git a/THSelenium-Test/root/static/images/btn_88x31_powered_shadow.png b/examples/THSelenium-Test/root/static/images/btn_88x31_powered_shadow.png similarity index 100% rename from THSelenium-Test/root/static/images/btn_88x31_powered_shadow.png rename to examples/THSelenium-Test/root/static/images/btn_88x31_powered_shadow.png diff --git a/THSelenium-Test/root/static/images/catalyst_logo.png b/examples/THSelenium-Test/root/static/images/catalyst_logo.png similarity index 100% rename from THSelenium-Test/root/static/images/catalyst_logo.png rename to examples/THSelenium-Test/root/static/images/catalyst_logo.png diff --git a/THSelenium-Test/script/thselenium_test_cgi.pl b/examples/THSelenium-Test/script/thselenium_test_cgi.pl similarity index 100% rename from THSelenium-Test/script/thselenium_test_cgi.pl rename to examples/THSelenium-Test/script/thselenium_test_cgi.pl diff --git a/THSelenium-Test/script/thselenium_test_create.pl b/examples/THSelenium-Test/script/thselenium_test_create.pl similarity index 100% rename from THSelenium-Test/script/thselenium_test_create.pl rename to examples/THSelenium-Test/script/thselenium_test_create.pl diff --git a/THSelenium-Test/script/thselenium_test_fastcgi.pl b/examples/THSelenium-Test/script/thselenium_test_fastcgi.pl similarity index 100% rename from THSelenium-Test/script/thselenium_test_fastcgi.pl rename to examples/THSelenium-Test/script/thselenium_test_fastcgi.pl diff --git a/THSelenium-Test/script/thselenium_test_server.pl b/examples/THSelenium-Test/script/thselenium_test_server.pl similarity index 100% rename from THSelenium-Test/script/thselenium_test_server.pl rename to examples/THSelenium-Test/script/thselenium_test_server.pl diff --git a/THSelenium-Test/script/thselenium_test_test.pl b/examples/THSelenium-Test/script/thselenium_test_test.pl similarity index 100% rename from THSelenium-Test/script/thselenium_test_test.pl rename to examples/THSelenium-Test/script/thselenium_test_test.pl diff --git a/THSelenium-Test/t/01app.t b/examples/THSelenium-Test/t/01app.t similarity index 100% rename from THSelenium-Test/t/01app.t rename to examples/THSelenium-Test/t/01app.t diff --git a/THSelenium-Test/t/02pod.t b/examples/THSelenium-Test/t/02pod.t similarity index 100% rename from THSelenium-Test/t/02pod.t rename to examples/THSelenium-Test/t/02pod.t diff --git a/THSelenium-Test/t/03podcoverage.t b/examples/THSelenium-Test/t/03podcoverage.t similarity index 100% rename from THSelenium-Test/t/03podcoverage.t rename to examples/THSelenium-Test/t/03podcoverage.t diff --git a/THSelenium-Test/t/view_TT.t b/examples/THSelenium-Test/t/view_TT.t similarity index 100% rename from THSelenium-Test/t/view_TT.t rename to examples/THSelenium-Test/t/view_TT.t diff --git a/THSelenium-Test/thselenium_test.conf b/examples/THSelenium-Test/thselenium_test.conf similarity index 100% rename from THSelenium-Test/thselenium_test.conf rename to examples/THSelenium-Test/thselenium_test.conf