Task #37 (closed)
Port junit3.8 tests to testng
Reported by: | jamoore | Owned by: | jamoore |
---|---|---|---|
Priority: | major | Milestone: | 3.0-M2 |
Component: | Deployment | Version: | 3.0-M1 |
Keywords: | story30,iteration1 | Cc: | |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
Possibly using the JunitConverter? from testng, all our test cases need to be ported. Hopefully, the tests will remain valid junit 3.8 test cases (though this may not be the case in the future due to inheritance, et al.)
Change History (4)
comment:1 Changed 13 years ago by jmoore
- Type changed from defect to Task
comment:2 Changed 13 years ago by jmoore
- Keywords iteration1 added
comment:3 Changed 13 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 13 years ago by jmoore
r644 fixes Eclipse/Java5 issue. Users will need to be careful that no Java5 syntax slips into client code. Use:
java omero clean build
to test.
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Done with r641.