This is the mail archive of the mauve-discuss@sourceware.cygnus.com mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Java 1.2: DescriptorTest.java


It seems like this test  fails on 1.2 because of a missing "setClass" .
the class "java.lang.Object.class" has a getClass, but appears to be
missing a (required by  1.2 spec ) a corresponding "setClass"

Depending how how these tests are viewed,  SUN's  bean.PropertyDescriptor
caught this missing
method.  Maybe others should also?
gat


Test needs a class that has both  "setXxxxx" & "getXxxxx" to pass in 1.2




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]