Show
Ignore:
Timestamp:
08/04/09 10:51:00 (15 years ago)
Author:
vbarta
Message:

made to compile on Windows (again); tests fail

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/loggers_test.cpp

    r425 r469  
    22#include "base/loggers.h" 
    33#include "test_util.h" 
     4#include "osutils.h" 
    45#include "UnitTest++.h" 
    56#include <string> 
     
    1415    RV r = RV("{r }", "2"); 
    1516 
    16     if (mkdir("exp", 0777)) { 
     17    makedir(string("exp")); 
    1718        remove_all("exp/dirfile"); 
    18     } 
    1919 
    2020    dirfilelog L("exp/dirfile", 10);