comparison _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
comparison
equal deleted inserted replaced
62:c64bd1bf727d 63:76b878ad6596
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <Application id='app' type="Test::Web::Application::Instance"> 2 <Application id='app' type="Test::Web::Application::Instance">
3 <name type='SCALAR' id='appName'>Sample application</name> 3 <name>Sample application</name>
4 <dataSource type='IMPL::Config::Activator' id='ds'> 4 <dataSource type='IMPL::Config::Activator' id='ds'>
5 <factory>Test::Config::DataSource</factory> 5 <factory>IMPL::Object</factory>
6 <parameters type='HASH'> 6 <parameters type='HASH'>
7 <db>data</db> 7 <db>data</db>
8 <user>nobody</user> 8 <user>nobody</user>
9 </parameters> 9 </parameters>
10 </dataSource> 10 </dataSource>
11 <securityMod type='IMPL::Config::Activator'> 11 <securityMod type='IMPL::Config::Activator'>
12 <factory>Test::Config::Security</factory> 12 <factory>IMPL::Object</factory>
13 <parameters type='HASH'> 13 <parameters type='HASH'>
14 <ds refid='ds'/> 14 <ds refid='ds'/>
15 </parameters> 15 </parameters>
16 </securityMod> 16 </securityMod>
17 <options type="HASH"> 17 <options type="HASH">
18 <appName refid='appName'/>
19 <dataSource refid='ds'/> 18 <dataSource refid='ds'/>
20 </options> 19 </options>
20 <handlersQuery type="IMPL::Object::List">
21 <item>IMPL::Web::QueryHandler::PageFormat</item>
22 </handlersQuery>
21 </Application> 23 </Application>