You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2006/04/20 10:52:15 UTC

svn commit: r395538 - /incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/tests/java/beans/PropertyVetoExceptionTest.java

Author: smishura
Date: Thu Apr 20 01:52:03 2006
New Revision: 395538

URL: http://svn.apache.org/viewcvs?rev=395538&view=rev
Log:
Adding JIRA issue number to track regression

Modified:
    incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/tests/java/beans/PropertyVetoExceptionTest.java

Modified: incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/tests/java/beans/PropertyVetoExceptionTest.java
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/tests/java/beans/PropertyVetoExceptionTest.java?rev=395538&r1=395537&r2=395538&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/tests/java/beans/PropertyVetoExceptionTest.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/tests/java/beans/PropertyVetoExceptionTest.java Thu Apr 20 01:52:03 2006
@@ -24,8 +24,8 @@
 
 public class PropertyVetoExceptionTest extends TestCase {
 
-    public void testIntrospectionExceptionMessage() {
-
+    public void testPropertyVetoExceptionMessage() {
+        // Regression for HARMONY-235 (tracking the similar bug)
         PropertyChangeEvent event = new PropertyChangeEvent(new Beans(),
                 "propertyName", "oldValue", "newValue");