http://bugzilla.novell.com/show_bug.cgi?id=573689
http://bugzilla.novell.com/show_bug.cgi?id=573689#c0 Summary: DataContractJsonSerializer.KnownType should not include the serialized type Classification: Mono Product: Mono: Class Libraries Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: WCF AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Test case (already in SVN) [Test] [Category ("NotWorking")] public void TypeIsNotPartsOfKnownTypes () { DataContractJsonSerializer dcjs = new DataContractJsonSerializer (typeof (string)); Assert.AreEqual (0, dcjs.KnownTypes.Count, "KnownTypes"); } -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
