Mercurial > pub > Impl
diff _test/Resources/app.xml @ 63:76b878ad6596
Added serialization support for the IMPL::Object::List
More intelligent Exception message
Fixed encoding support in the actions
Improoved tests
Minor fixes
author | wizard |
---|---|
date | Mon, 15 Mar 2010 02:38:09 +0300 |
parents | b0c068da93ac |
children | 2840c4c85db8 |
line wrap: on
line diff
--- a/_test/Resources/app.xml Fri Mar 12 16:23:46 2010 +0300 +++ b/_test/Resources/app.xml Mon Mar 15 02:38:09 2010 +0300 @@ -1,21 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <Application id='app' type="Test::Web::Application::Instance"> - <name type='SCALAR' id='appName'>Sample application</name> + <name>Sample application</name> <dataSource type='IMPL::Config::Activator' id='ds'> - <factory>Test::Config::DataSource</factory> + <factory>IMPL::Object</factory> <parameters type='HASH'> <db>data</db> <user>nobody</user> </parameters> </dataSource> <securityMod type='IMPL::Config::Activator'> - <factory>Test::Config::Security</factory> + <factory>IMPL::Object</factory> <parameters type='HASH'> <ds refid='ds'/> </parameters> </securityMod> <options type="HASH"> - <appName refid='appName'/> <dataSource refid='ds'/> </options> + <handlersQuery type="IMPL::Object::List"> + <item>IMPL::Web::QueryHandler::PageFormat</item> + </handlersQuery> </Application> \ No newline at end of file