Changeset 142


Ignore:
Timestamp:
08/01/11 18:46:18 (13 years ago)
Author:
jhall
Message:

Added variables for assertion-handling: expectedValue, actualFile, expectedFile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MFCtooling/replay/LogParser.h

    r105 r142  
    1010{ 
    1111private: 
    12         static const int defaultMsgDelay = 2000; 
     12        static const int defaultMsgDelay = 500; 
    1313        WindowData * currentWindow; 
    1414        WindowData * currentParent; 
     
    3232 
    3333        TestResults * results; 
     34 
     35        std::wstring expectedValue; 
     36        std::wstring actualFile; 
     37        std::wstring expectedFile; 
    3438 
    3539public: 
Note: See TracChangeset for help on using the changeset viewer.