mirror of https://github.com/apache/archiva.git
update test bits
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@527646 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5292d7bf75
commit
6ff6a7b46c
|
@ -45,7 +45,7 @@ public class ArchivaScheduledTaskExecutorTest
|
|||
{
|
||||
super.setUp();
|
||||
|
||||
taskExecutor = (TaskExecutor) lookup( "org.codehaus.plexus.taskqueue.execution.TaskExecutor", "archiva-task-executor" );
|
||||
taskExecutor = (TaskExecutor) lookup( "org.codehaus.plexus.taskqueue.execution.TaskExecutor", "test-archiva-task-executor" );
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
<component>
|
||||
<role>org.codehaus.plexus.taskqueue.execution.TaskExecutor</role>
|
||||
<role-hint>archiva-task-executor</role-hint>
|
||||
<role-hint>test-archiva-task-executor</role-hint>
|
||||
<implementation>org.apache.maven.archiva.scheduled.executors.ArchivaScheduledTaskExecutor</implementation>
|
||||
<description></description>
|
||||
<requirements>
|
||||
|
@ -64,6 +64,4 @@
|
|||
</configuration>
|
||||
</component>
|
||||
|
||||
|
||||
|
||||
</component-set>
|
||||
|
|
Loading…
Reference in New Issue