[Mono-dev] framework for system.web tests

Chris Toshok toshok at ximian.com
Mon May 8 16:12:54 EDT 2006


On Sun, 2006-05-07 at 02:19 -0700, Andrew Skiba wrote:
> > 
> > I've fixed bug #78256, so things ought to work with mono now.
> 
> Thanks a lot. This fixes the bug I found, but it seems that there is
> another one. I attach the whole application sources, in the case you
> want to reproduce the problem. Main is the executable if you don't want
> to use nunit console, Test1 is dll prototyping unittest, NunitWeb is
> another dll with the framework.

Hm, If I compile Program.cs to Program.exe and run it with mono, here's
what I see:

$ mono Program.exe
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1"><title>
        Untitled Page
</title></head>
<body>
    <form name="form1" method="post" action="MyPage.aspx" id="form1">
<input type="hidden" name="__VIEWSTATE" value="" />

    <div>

    </div>
    </form>
</body>
</html>

---

Looks like it's working?

Chris



More information about the Mono-devel-list mailing list