Show
Ignore:
Timestamp:
11/24/09 17:26:50 (14 years ago)
Author:
mido
Message:

a small improvement of TestRunner?, now cleaning enviroment for each test - but it did not help, merger_2d_stress (and others) is stil running improperly

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/unittest-cpp/TestRunner.cpp

    r706 r736  
    55#include "TimeHelpers.h" 
    66#include "MemoryOutStream.h" 
     7 
     8 
     9#include "../bdm/base/bdmbase.h" 
    710 
    811#include <cstring> 
     
    6770} 
    6871 
     72void TestRunner::ClearEnvironment() const { 
     73        bdm::RV::clear_all();    
    6974} 
     75 
     76}