Comment 8 for bug 534574

Revision history for this message
Milan (milan-vukoslavcevic) wrote :

Here in attachment is XML which kane produce wrong HTML parameter report.

Here is also C# test code which will produce given XML file.
        [Test, Sequential, Category("testable"), Description("WriteReadTest")]
        public void BugTest
        (
                    [Values(
                            "aaaaaaaaaaaaaaaaa",
                            "aaaaaaaaaaaaaaaaa",
                            "aaaaaaaaaaaaaaaaa"

                            )]
               string sFirstParam,
            [Values(
                            "cccccccccccccccccccccccccccccc.cccc",
                            "ccccccccccccccccc.ccccccccccccccccc",
                            "ccccc.ccccccccccccccccccccccccccccc"
                            )]
               string sSecondParam)
        {
            Assert.Fail();
        }