diff options
author | Brett Porter <brett@apache.org> | 2006-09-05 07:00:52 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2006-09-05 07:00:52 +0000 |
commit | 63c171e2eb136117115bc2f964d92c8a30480d6e (patch) | |
tree | 5a802f4e4eae01cda1374229a75a87b99e96b1f5 /archiva-core/src | |
parent | d29cdf4ab1f77b962802f92f9d94c707fbb39037 (diff) | |
download | archiva-63c171e2eb136117115bc2f964d92c8a30480d6e.tar.gz archiva-63c171e2eb136117115bc2f964d92c8a30480d6e.zip |
[MRM-161] move the query layer tests, remove unnecessary mocks, and fix tests to test legitimate things. Remove tests for null artifact ids, etc since it is impossible that they would be created with a normal (non-mock) API and the reporting will get these errors fed through from the file positioning and model validation errors instead
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440282 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-core/src')
-rw-r--r-- | archiva-core/src/main/java/org/apache/maven/archiva/DefaultRepositoryManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-core/src/main/java/org/apache/maven/archiva/DefaultRepositoryManager.java b/archiva-core/src/main/java/org/apache/maven/archiva/DefaultRepositoryManager.java index 35681ea65..271f97a09 100644 --- a/archiva-core/src/main/java/org/apache/maven/archiva/DefaultRepositoryManager.java +++ b/archiva-core/src/main/java/org/apache/maven/archiva/DefaultRepositoryManager.java @@ -49,7 +49,7 @@ public class DefaultRepositoryManager private RepositoryConverter repositoryConverter; /** - * @plexus.requirement role-hint="default" + * @plexus.requirement */ private ArtifactReporter reporter; |