On Sat, 2009-03-28 at 09:29 +0100, Pascal Craponne wrote:

> I don't understand why the ParseDomain() is called before all
> assemblies are loaded

ParseDomain() needs to be called before any unit tests are executed.  So
when e.g. DbLinq.Firebird_test.dll is loaded and executed, ParseDomain()
will be invoked as part of the process.

It seems that NUnit doesn't load all assemblies from all tests at once,
but instead "on demand."

> , but OK, commit.

Thanks.  Will do so later today.

 - Jon


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DbLinq" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/dblinq?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to