History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BATCH-710
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Thomas Risberg
Reporter: Lucas Ward
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring Batch
BATCH-670

Upgrade unit tests to use Spring Test Java 5 features

Created: 03/Jul/08 10:29 AM   Updated: 07/Aug/08 08:41 AM
Component/s: Samples, Infrastructure, Core
Affects Version/s: None
Fix Version/s: 2.0.0.M1

Time Tracking:
Original Estimate: 1d
Original Estimate - 1d
Remaining Estimate: 0d
Time Spent - 1d
Time Spent: 1d
Time Spent - 1d


 All   Comments   Work Log   Change History   FishEye   Related Builds      Sort Order: Ascending order - Click to sort in descending order
Thomas Risberg - 29/Jul/08 10:04 PM
I'm changing any tests extending org.springframework.test.AbstractSpringContextTests or its subclasses - regular JUnit tests can be converted to JUnit 4 as they are touched later on. Also changing any JdbcTemplate use to SimpleJdbcTemplate.

Thomas Risberg - 06/Aug/08 08:23 PM
Missed aom @Test annotations on the Hibernate tests