Index: /trunk/MFCtooling/replay/LogParser.h
===================================================================
--- /trunk/MFCtooling/replay/LogParser.h	(revision 141)
+++ /trunk/MFCtooling/replay/LogParser.h	(revision 142)
@@ -10,5 +10,5 @@
 {
 private:
-	static const int defaultMsgDelay = 2000;
+	static const int defaultMsgDelay = 500;
 	WindowData * currentWindow;
 	WindowData * currentParent;
@@ -32,4 +32,8 @@
 
 	TestResults * results;
+
+	std::wstring expectedValue;
+	std::wstring actualFile;
+	std::wstring expectedFile;
 
 public:
