You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2012/12/08 21:07:33 UTC

svn commit: r1418745 - in /commons/proper/configuration/trunk/src/test/resources: testCCCustomProvider.xml testCCResultInitialization.xml testResultInitialization.xml

Author: oheger
Date: Sat Dec  8 20:07:32 2012
New Revision: 1418745

URL: http://svn.apache.org/viewvc?rev=1418745&view=rev
Log:
Renamed test file and added a new one.

Added:
    commons/proper/configuration/trunk/src/test/resources/testCCCustomProvider.xml   (with props)
    commons/proper/configuration/trunk/src/test/resources/testCCResultInitialization.xml
      - copied unchanged from r1417638, commons/proper/configuration/trunk/src/test/resources/testResultInitialization.xml
Removed:
    commons/proper/configuration/trunk/src/test/resources/testResultInitialization.xml

Added: commons/proper/configuration/trunk/src/test/resources/testCCCustomProvider.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/test/resources/testCCCustomProvider.xml?rev=1418745&view=auto
==============================================================================
--- commons/proper/configuration/trunk/src/test/resources/testCCCustomProvider.xml (added)
+++ commons/proper/configuration/trunk/src/test/resources/testCCCustomProvider.xml Sat Dec  8 20:07:32 2012
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<!-- Test configuration definition file that demonstrates complex initialization -->
+<configuration>
+  <header>
+    <providers>
+      <provider config-tag="test"
+                config-class="org.apache.commons.configuration.builder.combined.TestCombinedConfigurationBuilder$BuilderProviderTestImpl"
+                propertyKey="testKey"/>
+    </providers>
+  </header>
+  <test/>
+</configuration>
\ No newline at end of file

Propchange: commons/proper/configuration/trunk/src/test/resources/testCCCustomProvider.xml
------------------------------------------------------------------------------
    svn:eol-style = native

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

Propchange: commons/proper/configuration/trunk/src/test/resources/testCCCustomProvider.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml