[jboss-svn-commits] JBL Code SVN: r8746 - labs/jbossesb/trunk/product/core/rosetta/tests/src/org/jboss/internal/soa/esb/couriers/tests

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Jan 7 06:17:19 EST 2007


Author: mark.little at jboss.com
Date: 2007-01-07 06:17:17 -0500 (Sun, 07 Jan 2007)
New Revision: 8746

Modified:
   labs/jbossesb/trunk/product/core/rosetta/tests/src/org/jboss/internal/soa/esb/couriers/tests/CourierIntegrationTest.java
Log:
run all tests.

Modified: labs/jbossesb/trunk/product/core/rosetta/tests/src/org/jboss/internal/soa/esb/couriers/tests/CourierIntegrationTest.java
===================================================================
--- labs/jbossesb/trunk/product/core/rosetta/tests/src/org/jboss/internal/soa/esb/couriers/tests/CourierIntegrationTest.java	2007-01-07 11:16:30 UTC (rev 8745)
+++ labs/jbossesb/trunk/product/core/rosetta/tests/src/org/jboss/internal/soa/esb/couriers/tests/CourierIntegrationTest.java	2007-01-07 11:17:17 UTC (rev 8746)
@@ -65,13 +65,13 @@
 			deliver("ftp://"+getFtpUser()+"@"+getFtpHostname()+"/"+getFtpDir());
 	}
 	
-	public void PickupFile () throws Exception
+	public void testPickupFile () throws Exception
 	{
 		final File file = new File(System.getProperty("java.io.tmpdir")) ;
 		pickup(file.toURL().toExternalForm());
 	}
 	
-	public void PickupFTP () throws Exception
+	public void testPickupFTP () throws Exception
 	{
 		if (getFtpPwd() != "")
 			pickup("ftp://"+getFtpUser()+":"+getFtpPwd()+"@"+getFtpHostname()+"/"+getFtpDir());




More information about the jboss-svn-commits mailing list