Ignore:
Timestamp:
07/05/11 13:04:29 (13 years ago)
Author:
sherbold
Message:

+ added test verdict pass/fail, including error message and the number of the message in the session at which the verdict was set
+ added result file; location is a parameter when calling the application
+ added test arbiter: if the target of a message cannot be determined correctly, the session fails

File:
1 edited

Legend:

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

    r104 r105  
    55 
    66#include "WindowData.h" 
     7#include "TestResults.h" 
    78 
    89class LogParser : public SAXContentHandlerImpl 
     
    2627        HANDLE hProcess; 
    2728 
     29        std::wstring sessionId; 
     30        RESULT result; 
     31        unsigned int currentMessage; 
     32 
     33        TestResults * results; 
     34 
    2835public: 
    29         LogParser(_TCHAR * runCommand, unsigned int startupChar, bool useDefaultDelay = false); 
     36        LogParser(_TCHAR * runCommand, unsigned int startupChar, TestResults * results, bool useDefaultDelay = false); 
    3037        ~LogParser(void); 
    3138 
Note: See TracChangeset for help on using the changeset viewer.