From e2591965938b83aa8c27daf090a2b2a2f746df57 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Tue, 28 May 2013 13:43:05 +0200 Subject: [PATCH] Squish: Update handleDebuggerWarnings() Change-Id: Ifd0a9270f84abe15603cbf80ef18eb7450436c74 Reviewed-by: David Schulz --- tests/system/shared/debugger.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/system/shared/debugger.py b/tests/system/shared/debugger.py index 29b79c77618..849fab459dd 100644 --- a/tests/system/shared/debugger.py +++ b/tests/system/shared/debugger.py @@ -33,14 +33,14 @@ def handleDebuggerWarnings(config, isMsvcBuild=False): if isMsvcBuild: try: popup = waitForObject("{name='msgLabel' text?='*' type='QLabel' visible='1' window=':Dialog_Debugger::Internal::SymbolPathsDialog'}", 10000) - symServerNotConfiged = ("\n

The debugger is not configured to use the public " - "Microsoft Symbol Server.
" - "This is recommended for retrieval of the symbols of the operating system libraries.

\n" - "

Note: It is recommended, that if you use the Microsoft Symbol Server, " - "to also use a local symbol cache.
" - "Also, a fast internet connection is required for this to work smoothly,
" - "and a delay might occur when connecting for the first time, when caching the symbols for the first time.

\n" - "

Would you like to set it up?

\n") + symServerNotConfiged = ("

The debugger is not configured to use the public " + "Microsoft Symbol Server.
" + "This is recommended for retrieval of the symbols of the operating system libraries.

" + "

Note: It is recommended, that if you use the Microsoft Symbol Server, " + "to also use a local symbol cache.
" + "A fast internet connection is required for this to work smoothly,
" + "and a delay might occur when connecting for the first time and caching the symbols.

" + "

What would you like to set up?

") if popup.text == symServerNotConfiged: test.log("Creator warned about the debugger not being configured to use the public Microsoft Symbol Server.") else: