This repository was archived by the owner on Dec 4, 2024. It is now read-only.
File tree 1 file changed +6
-8
lines changed
plexus-container-default/src/main/java/org/codehaus/plexus
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 18
18
19
19
import java .io .File ;
20
20
import java .io .InputStream ;
21
- import java .util .HashMap ;
22
- import java .util .Map ;
23
21
24
22
import junit .framework .TestCase ;
25
23
@@ -59,7 +57,7 @@ protected void setupContainer()
59
57
customizeContext ( context );
60
58
61
59
boolean hasPlexusHome = context .contains ( "plexus.home" );
62
-
60
+
63
61
if ( !hasPlexusHome )
64
62
{
65
63
File f = getTestFile ( "target/plexus-home" );
@@ -118,12 +116,12 @@ protected void customizeContainerConfiguration( ContainerConfiguration container
118
116
protected void customizeContext ( Context context )
119
117
{
120
118
}
121
-
119
+
122
120
protected PlexusConfiguration customizeComponentConfiguration ()
123
121
{
124
- return null ;
122
+ return null ;
125
123
}
126
-
124
+
127
125
protected void tearDown ()
128
126
throws Exception
129
127
{
@@ -165,9 +163,9 @@ protected String getCustomConfigurationName()
165
163
/**
166
164
* Allow the retrieval of a container configuration that is based on the name
167
165
* of the test class being run. So if you have a test class called org.foo.FunTest, then
168
- * this will produce a resource name of org/foo/FunTest.xml which would be used to
166
+ * this will produce a resource name of org/foo/FunTest.xml which would be used to
169
167
* configure the Plexus container before running your test.
170
- *
168
+ *
171
169
* @param subname
172
170
* @return
173
171
*/
You can’t perform that action at this time.
0 commit comments