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

Todd Berman tberman at off.net
Fri Jul 2 03:55:15 EDT 2004


Sebastien Pouliot wrote:
> 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'.
> 

The problem here was that initially, we were building 2 dlls out of one 
folder with a normal make. To accomplish this, the standard build system 
wasn't sufficient, so we basically took the standard library.make and 
duplicated it to build both dlls in one pass. Because of this, any 
changes to library.make need to be reflected in this modified makefile.

It might make sense at this point to just focus on WSE2, and remove some 
of this stuff, but I leave this up to those who are heading down that path.

> 
> 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.
> 

Actually, there are a handful of WSE2 unit tests as well.

--Todd



More information about the Mono-devel-list mailing list