diff -r 55fa1ec415c6 -r 8f0df5c82986 tsrc/testing/tools/testdoc.pl --- a/tsrc/testing/tools/testdoc.pl Tue May 11 16:15:40 2010 +0300 +++ b/tsrc/testing/tools/testdoc.pl Tue May 25 12:44:54 2010 +0300 @@ -110,7 +110,7 @@ my @caseDescs; # case description and the case itself in text my @notDocumentedCases; #array to hold information about the cases without documentation -$regexpCaseName = '[\x3C\x3E\(\)\w.,\/:_\-&\' ]+'; +$regexpCaseName = '[\x3C\x3E\(\)\[\]\w.,\/:_\-&\' ]+'; my $caseDefaultStatus = "NOT RUN";