Assembla home | Assembla project page
 

Changeset 269

Show
Ignore:
Timestamp:
09/02/08 19:36:43 (3 months ago)
Author:
olson.jeffery
Message:

changed location of _listener.OnAssemblyStart?() call in SpecificationRunner?.RunAssembly?() ... updated rhino mocks dep from rev 1490 to 1622

Signed-off-by: olson.jeffery@gmail.com <olson.jeffery@gmail.com>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/Specifications/Machine.Specifications/Runner/SpecificationRunner.cs

    r267 r269  
    2727      var assemblyContexts = new List<IAssemblyContext>(_explorer.FindAssemblyContextsIn(assembly)); 
    2828 
     29      _listener.OnAssemblyStart(assembly); 
     30       
    2931      assemblyContexts.ForEach(assemblyContext=> 
    3032        assemblyContext.OnAssemblyStart()); 
    3133 
    32       _listener.OnAssemblyStart(assembly); 
    33        
    3434      RunContexts(contexts); 
    3535