mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Unit test for NodeService.getChildAssocsByPropertyValue
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21882 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -2541,9 +2541,11 @@ public abstract class AbstractNodeDAOImpl implements NodeDAO, BatchingDAO
|
||||
{
|
||||
switch (nodeValue.getPersistedType())
|
||||
{
|
||||
case 1: // Boolean
|
||||
case 3: // long
|
||||
case 5: // double
|
||||
case 6: // string
|
||||
// no floats due to the range errors testing equality on a float.
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user