Skip to content

Commit e7be12e

Browse files
committed
fix styles
1 parent 08b4bd6 commit e7be12e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/esmf-aspect-model-document-generators/src/test/java/org/eclipse/esmf/aspectmodel/generator/docu/AspectModelDocumentationGeneratorTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ void testAspectWithCollectionOfSimpleType() throws Throwable {
6666

6767
@Test
6868
void testScriptTagIsEscaped() throws IOException {
69-
System.out.println( "TEST: " + generateHtmlDocumentation( TestAspect.ASPECT_WITH_SCRIPT_TAGS ) );
7069
assertThat( generateHtmlDocumentation( TestAspect.ASPECT_WITH_SCRIPT_TAGS ) )
7170
.isNotEmpty()
7271
.doesNotContain( "Test preferred name with script: <script>alert('Should not be alerted');</script>" );

0 commit comments

Comments
 (0)