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

Key: SCM-162
Type: Test Test
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Torbjørn EIkli Smørgrav
Reporter: Torbjørn EIkli Smørgrav
Votes: 0
Watchers: 0
Operations

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

Add tests for remote repositories

Created: 13/Feb/06 02:33 PM   Updated: 04/May/06 05:56 AM
Component/s: maven-scm-provider-bazaar
Affects Version/s: 1.0-beta-3
Fix Version/s: 1.0-beta-4

Time Tracking:
Not Specified

Complexity: Intermediate


 Description  « Hide
Only local and readonly http repositories are currently tested. We need to test that the provider can handlerepositories over eg. sftp aswell

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Torbjørn EIkli Smørgrav - 04/May/06 03:40 AM
Fixed by revision r399266:

From the revision letter:

  • BazaarScmProvider
  • fix bug in validateScmUrl
  • formatting
  • BazaarScmProviderRepository and Test:
  • extend ScmProviderRepositoryWithHost
  • parse file, [a|s]ftp and http[s] protocols
  • enable external authentication information (from super class)
  • add validation and diagnostic method
  • add unit tests for the parser