File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/test/java/org/codehaus/plexus/archiver/xz Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 27
27
import static org .codehaus .plexus .PlexusTestCase .getTestFile ;
28
28
import org .codehaus .plexus .archiver .Archiver ;
29
29
import org .codehaus .plexus .archiver .BasePlexusArchiverTest ;
30
- import org .codehaus .plexus .archiver .xz .XZArchiver ;
31
30
import org .codehaus .plexus .archiver .zip .ZipArchiver ;
32
31
import org .codehaus .plexus .util .FileUtils ;
33
32
import org .codehaus .plexus .util .IOUtil ;
@@ -96,7 +95,7 @@ public void testCreateResourceCollection() throws Exception
96
95
*
97
96
* @throws Exception
98
97
*/
99
- public void testBz2IsForcedBehaviour () throws Exception
98
+ public void testXzIsForcedBehaviour () throws Exception
100
99
{
101
100
XZArchiver xzArchiver = (XZArchiver ) createArchiver ( "xz" );
102
101
You can’t perform that action at this time.
0 commit comments