svn commit: r1354822 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/linear/ test/java/org/apache/commons/math3/linear/

2012-06-27 Thread celestin
Author: celestin Date: Thu Jun 28 06:09:51 2012 New Revision: 1354822 URL: http://svn.apache.org/viewvc?rev=1354822&view=rev Log: MATH-795: In org.apache.commons.math3.linear.RealVectorAbstractTest - factored out unit tests of RealVector RealVector.set(double), - created unit tests of double[]

svn commit: r1354803 - in /commons/proper/functor/trunk/src/test/java/org/apache/commons/functor: ./ core/algorithm/

2012-06-27 Thread kinow
Author: kinow Date: Thu Jun 28 02:59:23 2012 New Revision: 1354803 URL: http://svn.apache.org/viewvc?rev=1354803&view=rev Log: Tests for functor core algorithms. Work related to FUNCTOR-12. A few algorithm classes weren't using BaseFunctorTest. It was changed in this commit. Some further work w

svn commit: r1354663 - in /commons/proper/imaging/trunk/src: main/java/org/apache/commons/imaging/formats/bmp/BmpImageParser.java test/java/org/apache/commons/imaging/roundtrip/RoundtripTest.java

2012-06-27 Thread damjan
Author: damjan Date: Wed Jun 27 18:47:35 2012 New Revision: 1354663 URL: http://svn.apache.org/viewvc?rev=1354663&view=rev Log: Fix BMP width and height DPI. Also enable testing this. Jira issue key: IMAGING-82 Submitted by: Piyush Kapoor Modified: commons/proper/imaging/trunk/src/main/ja

svn commit: r1354661 - in /commons/proper/imaging/trunk/src: main/java/org/apache/commons/imaging/formats/dcx/ main/java/org/apache/commons/imaging/formats/ico/ main/java/org/apache/commons/imaging/fo

2012-06-27 Thread damjan
Author: damjan Date: Wed Jun 27 18:42:22 2012 New Revision: 1354661 URL: http://svn.apache.org/viewvc?rev=1354661&view=rev Log: Add a pixel density test, and fix pixel density implementations in PCX, DCX and ICO formats. Modified: commons/proper/imaging/trunk/src/main/java/org/apache/commo

svn commit: r1354616 - /commons/proper/lang/trunk/src/site/xdoc/article3_0.xml

2012-06-27 Thread mbenson
Author: mbenson Date: Wed Jun 27 16:27:55 2012 New Revision: 1354616 URL: http://svn.apache.org/viewvc?rev=1354616&view=rev Log: [LANG-753] Document v3.x changes to Validate API Modified: commons/proper/lang/trunk/src/site/xdoc/article3_0.xml Modified: commons/proper/lang/trunk/src/site/xdoc

svn commit: r1354565 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/ core/src/main/java/org/apache/commons/vfs2/cache/ core/src/main/java/org/apache/commons/vfs2/impl/ core

2012-06-27 Thread ggregory
Author: ggregory Date: Wed Jun 27 15:00:21 2012 New Revision: 1354565 URL: http://svn.apache.org/viewvc?rev=1354565&view=rev Log: [VFS-425] Add API FileObject.isExecutable(). Added: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/local/test/PermissionsTests.java

svn commit: r1354549 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/test/ProviderWriteTests.java

2012-06-27 Thread ggregory
Author: ggregory Date: Wed Jun 27 14:48:45 2012 New Revision: 1354549 URL: http://svn.apache.org/viewvc?rev=1354549&view=rev Log: Tests FileObject isReadable(), isWriteable, and isHidden() APIs for all providers that implement the proper capabilities. Modified: commons/proper/vfs/trunk/core

svn commit: r1354521 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/test/ProviderReadTests.java

2012-06-27 Thread ggregory
Author: ggregory Date: Wed Jun 27 14:18:36 2012 New Revision: 1354521 URL: http://svn.apache.org/viewvc?rev=1354521&view=rev Log: Tests FileObject isReadable() and isHidden() APIs for all providers that implement the proper capabilites. Modified: commons/proper/vfs/trunk/core/src/test/java/