Alfresco SDK is missing spring-test.jar

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2011 06:37 AM
Hi all! I just tried to implement the example shown here http://wiki.alfresco.com/wiki/Custom_Actions. I installed the latest SDK (alfresco-community-sdk-3.4.d) and tried to code unit test extending BaseSpringTest class. But Eclipse yielded that the hierarchy is inconsistent because the parent of BaseSpringTest (which is org.springframework.test.AbstractTransactionalDataSourceSpringContextTests) is missing. I downloaded spring-test jar manually and added it to the classpath and it works now. My question is - why spring-test is missing in the SDK and is it intentional?
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2011 07:10 AM
Please raise in JIRA.
Thanks,
Mike
Thanks,
Mike

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2011 07:19 AM
Also i saw that BaseSpringTest uses depdecated class org.springframework.test.AbstractSingleSpringContextTests. Is there something newer for testing than BaseSpringTest?
