[jboss-svn-commits] JBL Code SVN: r27343 - in labs/jbosstm/workspace/adinn/byteman/trunk/tests: src/org/jboss/byteman/tests/bugfixes and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jun 30 10:18:18 EDT 2009


Author: adinn
Date: 2009-06-30 10:18:18 -0400 (Tue, 30 Jun 2009)
New Revision: 27343

Modified:
   labs/jbosstm/workspace/adinn/byteman/trunk/tests/dd/scripts/bugfixes/TestEmptySignature.txt
   labs/jbosstm/workspace/adinn/byteman/trunk/tests/src/org/jboss/byteman/tests/bugfixes/TestEmptySignature.java
Log:
updated comments

Modified: labs/jbosstm/workspace/adinn/byteman/trunk/tests/dd/scripts/bugfixes/TestEmptySignature.txt
===================================================================
--- labs/jbosstm/workspace/adinn/byteman/trunk/tests/dd/scripts/bugfixes/TestEmptySignature.txt	2009-06-30 14:08:45 UTC (rev 27342)
+++ labs/jbosstm/workspace/adinn/byteman/trunk/tests/dd/scripts/bugfixes/TestEmptySignature.txt	2009-06-30 14:18:18 UTC (rev 27343)
@@ -21,6 +21,8 @@
 #
 # @authors Andrew Dinn
 #
+# Test for bug reported by Kabir Khan pre-JIRA where the Transformer failed to accept a CALL
+# trigger location specified with an empty argument list.
 
 RULE test empty signature
 CLASS TestEmptySignature

Modified: labs/jbosstm/workspace/adinn/byteman/trunk/tests/src/org/jboss/byteman/tests/bugfixes/TestEmptySignature.java
===================================================================
--- labs/jbosstm/workspace/adinn/byteman/trunk/tests/src/org/jboss/byteman/tests/bugfixes/TestEmptySignature.java	2009-06-30 14:08:45 UTC (rev 27342)
+++ labs/jbosstm/workspace/adinn/byteman/trunk/tests/src/org/jboss/byteman/tests/bugfixes/TestEmptySignature.java	2009-06-30 14:18:18 UTC (rev 27343)
@@ -28,8 +28,8 @@
 import org.jboss.byteman.tests.auxiliary.TestCallThrowSynchAuxiliary;
 
 /**
- * Test for bug reported by Kabir Khan pre-JIRA where the Transformer failed ot accept a trigger
- * method specified with an empty argument list.
+ * Test for bug reported by Kabir Khan pre-JIRA where the Transformer failed to accept a CALL
+ * trigger location specified with an empty argument list.
  */
 public class TestEmptySignature extends Test
 {




More information about the jboss-svn-commits mailing list