Author: thomas.diesler(a)jboss.com
Date: 2007-11-09 06:18:34 -0500 (Fri, 09 Nov 2007)
New Revision: 5022
Modified:
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/smoke/tools/ScriptTestCase.java
Log:
javadoc
Modified:
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/smoke/tools/ScriptTestCase.java
===================================================================
---
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/smoke/tools/ScriptTestCase.java 2007-11-09
11:13:07 UTC (rev 5021)
+++
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/smoke/tools/ScriptTestCase.java 2007-11-09
11:18:34 UTC (rev 5022)
@@ -21,18 +21,24 @@
*/
package org.jboss.test.ws.jaxws.smoke.tools;
+// $Id$
+
+
import junit.framework.TestCase;
import java.io.File;
import java.io.IOException;
/**
+ * [JBWS-1793] Provide a test case for the tools scripts that reside under
JBOSS_HOME/bin
+ *
+ *
http://jira.jboss.org/jira/browse/JBWS-1793
+ *
* Test the wsprovide and wsconsume scripts that reside
* under JBOSS_HOME/bin. This basically verifies all dependencies are
* met to run the shell scripts.
*
* @author Heiko.Braun(a)jboss.com
- * @version $Revision$
*/
public class ScriptTestCase extends TestCase
{