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[]
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
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
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
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
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
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
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/