From kwrite-devel Sat May 31 13:33:07 2008 From: "Robin Pedersen" Date: Sat, 31 May 2008 13:33:07 +0000 To: kwrite-devel Subject: Re: regression suite Message-Id: X-MARC-Message: https://marc.info/?l=kwrite-devel&m=121224082502234 On Sat, 31 May 2008 12:48:07 +0200, Dominik Haumann wrote: > Hi, > > in kdelibs/kate/README.testing there also is mentioned the > file .kateconfig-commands. Is this still up-to-date? I cannot find this > in > the source code, so I guess the file > regression/tests/indent/.kateconfig-commands is not used at all? Right > now > the file contains: > set-highlight C++ > set-indent-mode indentation_c > That's not usable for e.g. ruby anyway. It probably should be removed? > Is it true, that the .kateconfig file can be used to completely setup the > prerequisites for a test then? :) The file is read, and the commands are executed: // gather commands // directory-specific commands QStringList commands = concatListFiles(relPath, ".kateconfig-commands"); // testcase-specific commands commands += readListFile(currentBase + '/' + filename + "-commands"); > Dominik -- Robin Pedersen _______________________________________________ KWrite-Devel mailing list KWrite-Devel@kde.org https://mail.kde.org/mailman/listinfo/kwrite-devel