[Mono-bugs] [Bug 689548] New: RootObjectInstance is not used by XamlObjectWriter
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Apr 25 05:09:31 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=689548
https://bugzilla.novell.com/show_bug.cgi?id=689548#c0
Summary: RootObjectInstance is not used by XamlObjectWriter
Classification: Mono
Product: Mono: Class Libraries
Version: 2.10.x
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.XML
AssignedTo: atsushi at ximian.com
ReportedBy: julien.etelain at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Created an attachment (id=426362)
--> (http://bugzilla.novell.com/attachment.cgi?id=426362)
Test case
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; fr-fr)
AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1
XamlObjectWriterSettings.RootObjectInstance is not taken into consideration by
XamlObjectWriter
A new instance of object is created.
Tes case attached. It works fine with Microsoft implementation.
Reproducible: Always
Steps to Reproduce:
1. Download attachement (test.cs)
2. Compile : dmcs -r:System.Xaml test.cs
3. Run : mono test.exe
Actual Results:
"mono test.exe" outputs :
FAIL
Expected Results:
"mono test.exe" must outputs :
SUCCESS
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list