org.apache.maven.wagon.providers.ssh
Class LSParserTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.wagon.providers.ssh.LSParserTest
All Implemented Interfaces:
Test

public class LSParserTest
extends TestCase


Constructor Summary
LSParserTest()
           
 
Method Summary
 void testParseCygwin()
           
 void testParseLinux()
           
 void testParseOSX()
           
 void testParseOSXFrLocale()
           
 void testParsePeopleApacheStaging()
          Snicoll, Jvanzyl, and Tom reported problems with wagon-ssh.getFileList().
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LSParserTest

public LSParserTest()
Method Detail

testParseLinux

public void testParseLinux()
                    throws TransferFailedException
Throws:
TransferFailedException

testParseOSX

public void testParseOSX()
                  throws TransferFailedException
Throws:
TransferFailedException

testParseOSXFrLocale

public void testParseOSXFrLocale()
                          throws TransferFailedException
Throws:
TransferFailedException

testParseCygwin

public void testParseCygwin()
                     throws TransferFailedException
Throws:
TransferFailedException

testParsePeopleApacheStaging

public void testParsePeopleApacheStaging()
                                  throws TransferFailedException
Snicoll, Jvanzyl, and Tom reported problems with wagon-ssh.getFileList(). Just adding a real-world example of the ls to see if it is a problem. - Joakime

Throws:
TransferFailedException


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.