webgui/lib
Scott Walters d2c8670098 Introduce WebGUI::Test::getPage2, similar to WebGUI::Test::getPage, that makes
requests using Plack::Test and attempts to maintain getPage's API.
Change three tests in t/Asset/AssetExportHtml.t to use this instead.
Backstory:
Forthcoming WebGUI::Session::HTTP, ::Request, ::Responses mucking abouts broke
some tests that use WebGUI::Test::getPage; in the case of t/Asset/AssetExportHtml.t,
files were written correctly to disc but tests failed because it was comparing them
to undef, which it got back for the page, apparently because getPage bypasses the
logic that traps printing to a filehandle.
2011-05-11 13:58:20 -04:00
..
Plack/Middleware/Debug Add basic POD for WebGUI's debug panel plugin 2010-09-23 09:04:29 -07:00
Spectre added WebGUI::Config in lib/Spectre/Admin.pm 2010-09-16 10:44:01 -05:00
WebGUI Introduce WebGUI::Test::getPage2, similar to WebGUI::Test::getPage, that makes 2011-05-11 13:58:20 -04:00
.perlcriticrc
WebGUI.pm don't force an extra layer of streaming as doing so bypasses plack middlewares. 2011-05-05 14:58:03 -04:00