On 24 October 2013 08:53, <henn...@apache.org> wrote: > Author: henning > Date: Thu Oct 24 07:53:37 2013 > New Revision: 1535297 > > URL: http://svn.apache.org/r1535297 > Log: > Feedback from RC1. > > > Added: > > commons/proper/configuration/branches/RELEASE_1_10_BRANCH/src/site/resources/profile.cobertura > Removed: > > commons/proper/configuration/branches/RELEASE_1_10_BRANCH/build.properties.sample > commons/proper/configuration/branches/RELEASE_1_10_BRANCH/build.xml > Modified: > commons/proper/configuration/branches/RELEASE_1_10_BRANCH/NOTICE.txt > commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml > > commons/proper/configuration/branches/RELEASE_1_10_BRANCH/src/test/java/org/apache/commons/configuration/TestDataConfiguration.java > > Modified: commons/proper/configuration/branches/RELEASE_1_10_BRANCH/NOTICE.txt > URL: > http://svn.apache.org/viewvc/commons/proper/configuration/branches/RELEASE_1_10_BRANCH/NOTICE.txt?rev=1535297&r1=1535296&r2=1535297&view=diff > ============================================================================== > --- commons/proper/configuration/branches/RELEASE_1_10_BRANCH/NOTICE.txt > (original) > +++ commons/proper/configuration/branches/RELEASE_1_10_BRANCH/NOTICE.txt Thu > Oct 24 07:53:37 2013 > @@ -1,5 +1,5 @@ > Apache Commons Configuration > Copyright 2001-2013 The Apache Software Foundation > > -This product includes software developed by > +This product includes software developed at > The Apache Software Foundation (http://www.apache.org/). > > Modified: commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml?rev=1535297&r1=1535296&r2=1535297&view=diff > ============================================================================== > --- commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml > (original) > +++ commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml Thu Oct > 24 07:53:37 2013 > @@ -668,11 +668,6 @@ > </plugin> > <plugin> > <groupId>org.codehaus.mojo</groupId> > - <artifactId>cobertura-maven-plugin</artifactId> > - <version>${commons.cobertura.version}</version> > - </plugin> > - <plugin> > - <groupId>org.codehaus.mojo</groupId> > <artifactId>clirr-maven-plugin</artifactId> > <version>${commons.clirr.version}</version> > <configuration> > > Added: > commons/proper/configuration/branches/RELEASE_1_10_BRANCH/src/site/resources/profile.cobertura > URL: > http://svn.apache.org/viewvc/commons/proper/configuration/branches/RELEASE_1_10_BRANCH/src/site/resources/profile.cobertura?rev=1535297&view=auto > ============================================================================== > (empty) > > Modified: > commons/proper/configuration/branches/RELEASE_1_10_BRANCH/src/test/java/org/apache/commons/configuration/TestDataConfiguration.java > URL: > http://svn.apache.org/viewvc/commons/proper/configuration/branches/RELEASE_1_10_BRANCH/src/test/java/org/apache/commons/configuration/TestDataConfiguration.java?rev=1535297&r1=1535296&r2=1535297&view=diff > ============================================================================== > --- > commons/proper/configuration/branches/RELEASE_1_10_BRANCH/src/test/java/org/apache/commons/configuration/TestDataConfiguration.java > (original) > +++ > commons/proper/configuration/branches/RELEASE_1_10_BRANCH/src/test/java/org/apache/commons/configuration/TestDataConfiguration.java > Thu Oct 24 07:53:37 2013 > @@ -1711,7 +1711,7 @@ public class TestDataConfiguration > @Test(expected = ConversionException.class) > public void testGetInetAddressInvalidType() > { > - conf.setProperty("ip.unknownhost", "foo"); > + conf.setProperty("ip.unknownhost", > "random-foo-that-does-not-exist.ever");
That's not guaranteed to never exist. However, the TLD "invalid" is specifically designed for such a purpose. i.e. use conf.setProperty("ip.unknownhost", "foo.invalid"); > conf.get(InetAddress.class, "ip.unknownhost"); > } > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org