Author: sebb
Date: Wed Apr 14 18:50:28 2010
New Revision: 934112
URL: http://svn.apache.org/viewvc?rev=934112&view=rev
Log:
assertTrue(actual==expected) => assertEquals(expected, actual)
Gives more info in failure cases
Modified:
commons/proper/io/trunk/src/test/org/apache/commons/io/CopyUtil
Author: niallp
Date: Wed Apr 14 17:51:23 2010
New Revision: 934053
URL: http://svn.apache.org/viewvc?rev=934053&view=rev
Log:
Add a few more tests
Modified:
commons/proper/io/trunk/src/test/org/apache/commons/io/output/ProxyWriterTest.java
Modified:
commons/proper/io/trunk/src/test/org/apa
Author: jukka
Date: Wed Apr 14 17:37:24 2010
New Revision: 934041
URL: http://svn.apache.org/viewvc?rev=934041&view=rev
Log:
IO-211: Pre- and post-processing support for proxied streams
Add null protection as pointed out in IO-242
Modified:
commons/proper/io/trunk/src/java/org/apache/common
Author: jukka
Date: Wed Apr 14 17:32:23 2010
New Revision: 934035
URL: http://svn.apache.org/viewvc?rev=934035&view=rev
Log:
IO-242: Pre- and post-processing support for ProxyReader/Writer
Protect against null arguments
Modified:
commons/proper/io/trunk/src/java/org/apache/commons/io/input/
Author: niallp
Date: Wed Apr 14 17:19:15 2010
New Revision: 934024
URL: http://svn.apache.org/viewvc?rev=934024&view=rev
Log:
IO-242 Add proxy reader/writer tests
Added:
commons/proper/io/trunk/src/test/org/apache/commons/io/input/ProxyReaderTest.java
(with props)
commons/proper/io/t
Author: sebb
Date: Wed Apr 14 16:36:52 2010
New Revision: 934012
URL: http://svn.apache.org/viewvc?rev=934012&view=rev
Log:
COMMONSSITE-56 - Document that the Idea plugin version is deliberately not
provided.
Modified:
commons/proper/commons-parent/trunk/pom.xml
Modified: commons/proper/com
Author: sebb
Date: Wed Apr 14 15:52:55 2010
New Revision: 933995
URL: http://svn.apache.org/viewvc?rev=933995&view=rev
Log:
xdocs directory has moved
Modified:
commons/proper/io/trunk/src/test/org/apache/commons/io/comparator/DirectoryFileComparatorTest.java
Modified:
commons/proper/io/tru
Author: sebb
Date: Wed Apr 14 15:51:37 2010
New Revision: 933994
URL: http://svn.apache.org/viewvc?rev=933994&view=rev
Log:
A bit more info if the test fails
Modified:
commons/proper/io/trunk/src/test/org/apache/commons/io/comparator/ComparatorAbstractTestCase.java
Modified:
commons/proper
Author: jukka
Date: Wed Apr 14 14:15:08 2010
New Revision: 933964
URL: http://svn.apache.org/viewvc?rev=933964&view=rev
Log:
IO-242: Pre- and post-processing support for ProxyReader/Writer
Modified:
commons/proper/io/trunk/src/java/org/apache/commons/io/input/ProxyReader.java
commons/pr