Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 10, 2013, 3:08:58 PM (11 years ago)
Author:
landauf
Message:

added option to disable static caching of output contexts (for unit tests)
fixed description of ConsoleWriter and LogWriter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/testing/test/util/output/OutputStreamTest.cc

    r9541 r9542  
    11#include <gtest/gtest.h>
    22#include <gmock/gmock.h>
     3
     4#define DISABLE_OUTPUT_CONTEXT_STATIC_CACHE
     5
    36#include "util/Output.h"
    47#include "util/output/OutputStream.h"
     
    141144        OutputStream stream;
    142145
    143         const OutputContextContainer& context = context::undefined();
     146        const OutputContextContainer& context = context::unittest1();
    144147
    145148        stream.setOutputAttributes(level::verbose, context);
Note: See TracChangeset for help on using the changeset viewer.