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

Key: APF-957
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Matt Raible
Reporter: Janne Mattila
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
AppFuse

BaseControllerTestCase under src/main/java

Created: 20/Nov/07 03:37 AM   Updated: 20/Nov/07 09:25 AM
Component/s: Web - Spring
Affects Version/s: None
Fix Version/s: None


 Description  « Hide
BaseControllerTestCase.java is currently under src/main/java. Why? Methinks it should go under src/test/java.

 All   Comments   Change History   FishEye      Sort Order:
Janne Mattila - 20/Nov/07 03:44 AM
+ same comments for BaseServiceTestCase

Matt Raible - 20/Nov/07 09:25 AM
This is "as designed" as it seems like the easiest way to distribute BaseTest classes w/o creating another module and adding another dependency. See APF-478 for more information.