From ab14828403ccc2bbc6ea637be0209faab9ebb7f3 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 19 Jun 2007 13:36:10 +0000 Subject: INTEGRATION: CWS gh14 (1.10.66); FILE MERGED 2007/05/25 11:33:39 gh 1.10.66.1: #i76946# parent not set anymore -> crash --- automation/source/inc/testapp.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'automation') diff --git a/automation/source/inc/testapp.hxx b/automation/source/inc/testapp.hxx index a42e9ee4e3f8..0e541b68a0a2 100644 --- a/automation/source/inc/testapp.hxx +++ b/automation/source/inc/testapp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: testapp.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:21:06 $ + * last change: $Author: kz $ $Date: 2007-06-19 14:36:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -131,15 +131,13 @@ public: private: ImplTestToolObj *pImpl; // Alles was von der Implementation abhängt - CErrors* const GetFehlerListe() { return pFehlerListe; } - BOOL bQuietErrors; // Wenn Control in pControls nicht gefunden kein Programmabbruch + static CErrors* const GetFehlerListe() { return pFehlerListe; } BOOL bUseIPC; Link aLogHdl; // Zum Logen der Fehlermeldungen im Testtool Link aWinInfoHdl; // Anzeigen der Windows/Controls der zu testenden App Link aModuleWinExistsHdl; // Prüft ob das Modul schon im Editor geladen ist Link aCErrorHdl; // Melden von Compilererror Link aWriteStringHdl; // Schreiben von text (e.g. MakroRecorder) - CErrors *pFehlerListe; // Hier werden die Fehler des Testtools gespeichert BOOL bReturnOK; // Bricht WaitForAnswer ab CRevNames *pShortNames; // Aktuell verwendete Controls, zur gewinnung des Namens aus Fehlermeldung ULONG nSequence; // Sequence um Antwort und Anfrage zu syncronisieren @@ -202,6 +200,8 @@ private: static ControlDefLoad const arR_Cmds[]; static CNames *pRCommands; + static CErrors *pFehlerListe; // Hier werden die Fehler des Testtools gespeichert + }; #endif -- cgit