OpenCV-STDstring.diff

patch - Pavel Heimlich, 2012-02-07 11:01 pm

Download (567 Bytes)

 
modules/ts/src/ts.cpp Tue Feb 7 21:51:00 2012
552 552
    for( int i = 0; i < MAX_IDX; i++ )
553 553
        if( (streams & (1 << i)) )
554 554
        {
555
            output_buf[i] += std::string(str);
555
            output_buf[i] += string(str);
556 556
            // in the new GTest-based framework we do not use
557 557
            // any output files (except for the automatically generated xml report).
558 558
            // if a test fails, all the buffers are printed, so we do not want to duplicate the information and