[Mono-bugs] [Bug 573689] New: DataContractJsonSerializer.KnownType should not include the serialized type

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jan 25 16:05:44 EST 2010


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: atsushi at ximian.com
        ReportedBy: spouliot at novell.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list