Commit 68ed34f
authored
tidy-html5: fix so run_tests.sh work without network (#13689)
```
./infra/experimental/chronos/check_tests.sh tidy-html5 c++
...
...
PASSED | status 0 expected 0 | /src/tidy-html5/regression_testing/cases/xml-cases/case-540045@0.xhtml
PASSED | status 1 expected 1 | /src/tidy-html5/regression_testing/cases/xml-cases/case-542029@1.html
PASSED | status 1 expected 1 | /src/tidy-html5/regression_testing/cases/xml-cases/case-586555@1.html
PASSED | status 0 expected 0 | /src/tidy-html5/regression_testing/cases/xml-cases/case-616744@0.xml
PASSED | status 1 expected 1 | /src/tidy-html5/regression_testing/cases/xml-cases/case-634889@1.html
PASSED | status 0 expected 0 | /src/tidy-html5/regression_testing/cases/xml-cases/case-640474@0.xml
PASSED | status 0 expected 0 | /src/tidy-html5/regression_testing/cases/xml-cases/case-646946@0.xml
Ran 401 tests, of which 401 passed and 0 failed.
Test conducted with HTML Tidy 5.9.20 using test sets for version 5.9.20.
--------------------------------------------------------
Total time taken to replay tests: 7
```
---------
Signed-off-by: David Korczynski <david@adalogics.com>1 parent 8245513 commit 68ed34f
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
0 commit comments