[Mono-devel-list] Re: [Ximian-mono-list] Details of other testsuites, not included in daily tests

Sebastien Pouliot sebastien at ximian.com
Thu Jul 1 08:50:04 EDT 2004


Hello Manjula,

On Thu, 2004-07-01 at 07:13, Manjula G H M wrote:
> 1. Microsoft.Web.Services - has NUnit tests and standalone tests; 'make
> run-test' throws the following error
>                                                                        
>                                                      
>         Makefile:165: ../../build/config.make: No such file or
> directory
>         make: Failed to remake makefile `../../build/config.make'.

Unit tests are (mostly) for WSE 1.0 and cannot work with without MS WSE
1.0 assembly (as they requires some infrastructure parts that aren't
completed in Mono's version).

Many tests should be reusable if we start implementing WSE 2 (even
partially). In the mean time the tests have no immediate value for Mono.

> 9. Mono.Security.Win32 - 'make run-test' executes and generates
> TestResult.xml 
>    (but none of the tests pass, since these tests needs to be run on
> windows.)

Yes. Mono.Security.Win32.dll should only be tested under Windows.
However is should work in every case on Windows:
- Mono runtime on Windows, NET_1_1 class library;
- Mono runtime on Windows, NET_2_0 class library;
- Microsoft runtime, 1.1 class library; and
- Microsoft runtime, 2.0 class library

-- 
Sebastien Pouliot <sebastien at ximian.com>




More information about the Mono-devel-list mailing list