From a6375ba3857a27c010add244f4123c1f498b897d Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Tue, 29 May 2012 09:21:07 +0000 Subject: [PATCH] * don't limit the full path of reslogfile to 32 characters git-svn-id: trunk@21430 - --- tests/utils/teststr.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils/teststr.pp b/tests/utils/teststr.pp index 595098bda5..d9175c6bb3 100644 --- a/tests/utils/teststr.pp +++ b/tests/utils/teststr.pp @@ -38,7 +38,7 @@ const known_problem = ' known problem: '; line_separation = '>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>'; - ResLogfile : string[32] = 'log'; + ResLogfile : string = 'log'; implementation