Put in another bug fix for mutually exclusive property resetting. It's now done in all of the right spots. BLD200303261620
authorcliffwd@netbeans.org
Tue, 25 Mar 2003 19:03:01 +0000
changeset 12535879cf9fd75a
parent 1252 8aa2bbe34d3f
child 1254 be24e21a3be5
Put in another bug fix for mutually exclusive property resetting. It's now done in all of the right spots.
BaseBean generated beans will now respect their default values and so use them when created.
Allow a fixed attribute to be set only to the correct, fixed value.
schema2beans/test/unit/src/data/goldenfiles/TestMain/testAttr.pass
     1.1 --- a/schema2beans/test/unit/src/data/goldenfiles/TestMain/testAttr.pass	Tue Mar 25 01:17:38 2003 +0000
     1.2 +++ b/schema2beans/test/unit/src/data/goldenfiles/TestMain/testAttr.pass	Tue Mar 25 19:03:01 2003 +0000
     1.3 @@ -242,7 +242,7 @@
     1.4  out: TestAttr - 	<Available> - class java.lang.Boolean
     1.5  out: TestAttr - Make sure that default attributes get set.
     1.6  out: <?xml version="1.0" encoding="UTF-8"?>
     1.7 -out: <book>
     1.8 +out: <book good="yes">
     1.9  out:   <summary size="12">This is my summary.</summary>
    1.10  out: </book>
    1.11  out: TestAttr - <Chg Lnr:Book Evt:/Book:Good Src:book.Book>