FileDocCategorySizeDatePackage
TarEntryTest.javaAPI DocApache Ant 1.701201Wed Dec 13 06:16:22 GMT 2006org.apache.tools.tar

TarEntryTest

public class TarEntryTest extends TestCase
since
Ant 1.6

Fields Summary
Constructors Summary
public TarEntryTest(String name)

        super(name);
    
Methods Summary
public voidtestFileConstructor()
demonstrates bug 18105 on OSes with os.name shorter than 7.

        new TarEntry(new java.io.File("/foo"));