~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to src/NUnitCore/core/DomainAgent.cs

  • Committer: Charlie Poole
  • Date: 2010-12-21 00:53:07 UTC
  • Revision ID: charlie@nunit.org-20101221005307-m1qsj959lm1x2s52
Fix line endings

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
        }
124
124
 
125
125
        public void InitializeDomain(int level)
126
 
        {
 
126
        {
127
127
            InternalTraceLevel traceLevel = (InternalTraceLevel)level;
128
128
 
129
129
            InternalTrace.Initialize("%a_%p.log", traceLevel);