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

Key: SCM-233
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: John Tolentino
Reporter: John Tolentino
Votes: 0
Watchers: 0
Operations

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

maven-scm-api bug in test cases

Created: 19/Sep/06 02:42 AM   Updated: 23/Sep/06 08:51 AM
Component/s: maven-scm-api
Affects Version/s: 1.0-beta-4
Fix Version/s: 1.0-beta-4

Time Tracking:
Original Estimate: Not Specified
Remaining Estimate: 0 minutes
Time Spent - 30 minutes
Time Spent: 30 minutes
Time Spent - 30 minutes

File Attachments: 1. File SCM-233-maven-scm-api.diff (1 kb)


Complexity: Intermediate


 Description  « Hide
Doing a release of an application using maven-scm will create an error when executing the tests for the maven-scm-api

When it did the checkout the source was placed into the foo/target/foo-1.0/maven-scm-api directory and the test cases where executed...this resulted in an error in the ScmFileSetTest which appeared to come from the test case using /target/ in an execludes and a file not being removed or something... perhaps because of the directory path looking like

/home/user/src/foo-trunk/target/foo-1.0/maven-scm-api/target/foo

we need to make sure that /target/ is treated right when there are two "target" tokens in the path



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
John Tolentino - 19/Sep/06 02:45 AM
This patch excludes the basedir from the filtered paths checked in the tests.

Emmanuel Venisse - 23/Sep/06 08:51 AM
Applied. Thanks