[jboss-svn-commits] JBL Code SVN: r17968 - labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/rosetta/tests/src/org/jboss/soa/esb/listeners/config.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Jan 18 17:07:20 EST 2008


Author: mark.little at jboss.com
Date: 2008-01-18 17:07:19 -0500 (Fri, 18 Jan 2008)
New Revision: 17968

Modified:
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/rosetta/tests/src/org/jboss/soa/esb/listeners/config/ConfigurationControlerUnitTest.java
Log:
Fixed minor typo in comment.

Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/rosetta/tests/src/org/jboss/soa/esb/listeners/config/ConfigurationControlerUnitTest.java
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/rosetta/tests/src/org/jboss/soa/esb/listeners/config/ConfigurationControlerUnitTest.java	2008-01-18 21:52:05 UTC (rev 17967)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/rosetta/tests/src/org/jboss/soa/esb/listeners/config/ConfigurationControlerUnitTest.java	2008-01-18 22:07:19 UTC (rev 17968)
@@ -49,7 +49,7 @@
 		//Make sure this file exists
 		File configFile = new File(configFileName);
         assertTrue("File '" + configFile + "' doesn't exist.", configFile.exists());
-		//Remove the listener and gateway configuration files if the exist
+		//Remove the listener and gateway configuration files if they exist
 		File currentDir = configFile.getParentFile();
 		if (null==currentDir)
 			currentDir=new File("");




More information about the jboss-svn-commits mailing list