mirror of
				https://github.com/Alfresco/alfresco-community-repo.git
				synced 2025-10-29 15:21:53 +00:00 
			
		
		
		
	Merged 5.0.N (5.0.4) to 5.1.N (5.1.1)
119856 rmunteanu: Merged 5.0.3 (5.0.3) to 5.0.N (5.0.4)
      119809 cturlica: Merged DEV to 5.0.3 (5.0.3)
         119807 cturlica: MNT-15329: NodeDAOTest.testSelectNodePropertiesByDataType() failing on Oracle
            - updated unit test (removed duplicate check)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.1.N/root@120064 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
			
			
This commit is contained in:
		| @@ -172,9 +172,6 @@ public class NodeDAOTest extends TestCase | ||||
|                 NodePropertyValue propVal = prop.getValue(); | ||||
|                 assertNotNull(propVal); | ||||
|                 assertEquals("STRING", propVal.getActualTypeString()); | ||||
|                 String valueStr = propVal.getStringValue(); | ||||
|                 Serializable valueSer = propVal.getSerializableValue(); | ||||
|                 assertTrue("Test is either TEXT or SERIALIZABLE", valueStr != null || valueSer != null); | ||||
|                 String value = (String) propVal.getValue(DataTypeDefinition.TEXT); | ||||
|                 assertNotNull(value); | ||||
|                 // This all checks out | ||||
|   | ||||
		Reference in New Issue
	
	Block a user