From 97853993eccb091b3c7856d14437e2c1e9c84ffd Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Thu, 14 May 2015 15:03:36 +0200 Subject: [PATCH] add the new testinfo.txt file decription --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index 37d8382..83c0f8b 100644 --- a/test/README.md +++ b/test/README.md @@ -20,7 +20,7 @@ And what about if there was NO current test existing to test what you were tryin The chain is alltest.cmd runs alltest1.cmd, which then uses onetest.cmd for each test. And a similar chain for unix stating with testall.sh which uses testone.sh. -Both tool chans use the testcases.txt file for the list of some 227 cases. +Both tool chains use the testcases.txt file for the list of some 227 cases. There is now a `testinfo.txt` file which give some desciption of the test. Well actually the title of the original bug report filed at https://sourceforge.net/p/tidy/bugs/#number/ Additionally there are some 27 xml tests, runby xmltest.cmd, reading the test list from xmlcases.txt, and using the same onetest.cmd for each test...