mirror of https://github.com/apache/archiva.git
remove unused section
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@808298 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
573472d62a
commit
df265f5fad
|
@ -367,9 +367,6 @@ public class ArchivaDavResourceFactoryTest
|
||||||
new ArchivaDavResourceLocator( "", "/repository/" + INTERNAL_REPO + "/eclipse/jdtcore/maven-metadata.xml", INTERNAL_REPO,
|
new ArchivaDavResourceLocator( "", "/repository/" + INTERNAL_REPO + "/eclipse/jdtcore/maven-metadata.xml", INTERNAL_REPO,
|
||||||
new ArchivaDavLocatorFactory() );
|
new ArchivaDavLocatorFactory() );
|
||||||
|
|
||||||
//DavResourceLocator locator =
|
|
||||||
// new ArchivaDavResourceLocator( "", "/repository/" + INTERNAL_REPO + "/eclipse/jdtcore/extra/maven-metadata.xml",
|
|
||||||
// INTERNAL_REPO, new ArchivaDavLocatorFactory() );
|
|
||||||
ManagedRepositoryContent internalRepo = createManagedRepositoryContent( INTERNAL_REPO );
|
ManagedRepositoryContent internalRepo = createManagedRepositoryContent( INTERNAL_REPO );
|
||||||
|
|
||||||
// use actual object (this performs the isMetadata, isDefault and isSupportFile check!)
|
// use actual object (this performs the isMetadata, isDefault and isSupportFile check!)
|
||||||
|
|
Loading…
Reference in New Issue