History log of /libcore/luni/src/test/java/libcore/java/util/beans/PropertyChangeSupportTest.java
Revision Date Author Comments
b416ef5dc224630af2b9393a15ae120b27e4864a 14-Dec-2011 Jesse Wilson <jessewilson@google.com> Rename SerializableTester to SerializationTester

Change-Id: Idfaea5c474eb3cabfb8eefc5aa25a7ff0cce26ea
19a270e90b1e992c1f6639f355ae13564c2f3a6a 22-Dec-2010 Jesse Wilson <jessewilson@google.com> Fix PropertyChangeSupport problems.

The fire methods weren't delegating as the spec requires them to.

The serialization was absolutely broken. Serialization for this class
is completely wacky.

Handling of PropertyChangeEventProxy instances was also broken. This
fixes that also. The name of an added proxy filters the events that
are received by the listener.

http://b/2224874

Change-Id: I609f7bf65492264849b511e99b98092008c505d8