reta commented on code in PR #135: URL: https://github.com/apache/cxf-xjc-utils/pull/135#discussion_r1735259964
########## javadoc/src/test/java/org/apache/cxf/xjc/javadoc/JavadocPluginTest.java: ########## @@ -124,11 +124,11 @@ public void testDocumentationOnPropertiesIsOverwrittenByJAXBBindings() throws Ex CompilationUnit compilationUnit = parseSourceFile("ComplexTypeWithDocumentedProperties.java"); Javadoc fieldJavadoc = getJavadocOfField(compilationUnit, "documentedElement"); - assertThat(fieldJavadoc, not(javadocContains("Some documentation of element"))); + assertThat(fieldJavadoc, javadocContains("Some documentation of element")); Review Comment: Seems like https://github.com/eclipse-ee4j/jaxb-ri/issues/1708 was fixed and test needs adjustment now -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org