
| Key: |
APF-750
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Matt Raible
|
| Reporter: |
chinofish
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
In every method of PersonManagerImplTest, there is a line
dao.verify();
but it seems that the line is not necessary, super class
MockObjectTestCase will do the verify job automatically !
so, just remove the line !!
|
|
Description
|
In every method of PersonManagerImplTest, there is a line
dao.verify();
but it seems that the line is not necessary, super class
MockObjectTestCase will do the verify job automatically !
so, just remove the line !!
|
Show » |
|
APF-661before this one. That way, we only need to update the code in SVN and it'll be updated in the tutorial.