This is an automated email from the ASF dual-hosted git repository.
dwysakowicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 4607b2e [FLINK-10105][hotfix][docs] Fixed documentation completeness
test
4607b2e is described below
commit 4607b2e6b6a5d9b3286bc5a0745fa91c9e657876
Author: Dawid Wysakowicz <[email protected]>
AuthorDate: Thu Aug 9 09:54:35 2018 +0200
[FLINK-10105][hotfix][docs] Fixed documentation completeness test
---
.../flink/docs/configuration/ConfigOptionsDocsCompletenessITCase.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/flink-docs/src/test/java/org/apache/flink/docs/configuration/ConfigOptionsDocsCompletenessITCase.java
b/flink-docs/src/test/java/org/apache/flink/docs/configuration/ConfigOptionsDocsCompletenessITCase.java
index 264d2ed..25ce3dc 100644
---
a/flink-docs/src/test/java/org/apache/flink/docs/configuration/ConfigOptionsDocsCompletenessITCase.java
+++
b/flink-docs/src/test/java/org/apache/flink/docs/configuration/ConfigOptionsDocsCompletenessITCase.java
@@ -171,6 +171,7 @@ public class ConfigOptionsDocsCompletenessITCase {
private static Collection<DocumentedOption>
parseDocumentedOptionsFromFile(Path file) throws IOException {
Document document = Jsoup.parse(file.toFile(),
StandardCharsets.UTF_8.name());
+ document.outputSettings().prettyPrint(false);
return document.getElementsByTag("table").stream()
.map(element ->
element.getElementsByTag("tbody").get(0))
.flatMap(element ->
element.getElementsByTag("tr").stream())