svn commit: r656428 - /commons/proper/configuration/branches/configuration2_experimental/src/test/resources/testDatabaseConfiguration.xml

View: New views
1 Messages — Rating Filter:   Alert me  

svn commit: r656428 - /commons/proper/configuration/branches/configuration2_experimental/src/test/resources/testDatabaseConfiguration.xml

by Emmanuel Bourg :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Author: ebourg
Date: Wed May 14 13:53:51 2008
New Revision: 656428

URL: http://svn.apache.org/viewvc?rev=656428&view=rev
Log:
Added the missing test file for DatabaseConfiguration

Added:
    commons/proper/configuration/branches/configuration2_experimental/src/test/resources/testDatabaseConfiguration.xml   (with props)

Added: commons/proper/configuration/branches/configuration2_experimental/src/test/resources/testDatabaseConfiguration.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/src/test/resources/testDatabaseConfiguration.xml?rev=656428&view=auto
==============================================================================
--- commons/proper/configuration/branches/configuration2_experimental/src/test/resources/testDatabaseConfiguration.xml (added)
+++ commons/proper/configuration/branches/configuration2_experimental/src/test/resources/testDatabaseConfiguration.xml Wed May 14 13:53:51 2008
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+
+<configuration>
+  <database at="conf1" jndi="java:comp/env/jdbc/configuration" table="configuration" keyColumn="key" valueColumn="value" listDelimiter=";"/>
+  <database at="conf2" jndi="java:comp/env/jdbc/configuration" table="configurations" keyColumn="key" valueColumn="value" nameColumn="name" name="test"/>
+
+  <database at="conf3" jndi="java:comp/env/jdbc/missingdatasource" optional="true"/>
+</configuration>

Propchange: commons/proper/configuration/branches/configuration2_experimental/src/test/resources/testDatabaseConfiguration.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/configuration/branches/configuration2_experimental/src/test/resources/testDatabaseConfiguration.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL