Skip to content

Commit

Permalink
Remove Danish char input from all but the utf8 test
Browse files Browse the repository at this point in the history
So if this breaks for some reason, it will be simpler to find an
explanation.
  • Loading branch information
jskov-jyskebank-dk committed Sep 9, 2019
1 parent 4a3d69f commit 8612996
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public List<DynamicTest> makeTests() throws IOException {
.filter(Files::isDirectory)
.map(Path::getFileName)
.map(Path::toString)
.sorted()
// .filter("simple"::equals)
.map(name -> DynamicTest.dynamicTest(name, new EnunciateExec(name)::run))
.collect(toList());
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<enunciate version="version from enunciate.xml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-2.11.1.xsd">
<title>Title from enunciate.xml</title>
<description>Description from enunciate.xml. Can contain weird letters æøåÆØÅ</description>

<modules disabledByDefault="true">
<openapi disabled="false" skipBase="false" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: "Title from enunciate.xml"
version: "version from enunciate.xml"
description: "Description from enunciate.xml. Can contain weird letters æøåÆØÅ"
description: ""
servers: []
paths:
"/path":
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<enunciate version="version from enunciate.xml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-2.11.1.xsd">
<title>Title from enunciate.xml</title>
<description>Description from enunciate.xml. Can contain weird letters æøåÆØÅ</description>

<modules disabledByDefault="true">
<openapi disabled="false" skipBase="false" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: "Title from enunciate.xml"
version: "version from enunciate.xml"
description: "Description from enunciate.xml. Can contain weird letters æøåÆØÅ"
description: ""
servers: []
paths:
"/path/ref":
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<enunciate version="version from enunciate.xml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-2.11.1.xsd">
<title>Title from enunciate.xml</title>
<description>Description from enunciate.xml. Can contain weird letters æøåÆØÅ</description>

<modules disabledByDefault="true">
<openapi disabled="false" skipBase="false" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: "Title from enunciate.xml"
version: "version from enunciate.xml"
description: "Description from enunciate.xml. Can contain weird letters æøåÆØÅ"
description: ""
servers: []
paths:
"/data/{pathArg}":
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<enunciate version="version from enunciate.xml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-2.11.1.xsd">
<title>Title from enunciate.xml</title>
<description>Description from enunciate.xml. Can contain weird letters æøåÆØÅ</description>

<modules disabledByDefault="true">
<openapi disabled="false" skipBase="false" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: "Title from enunciate.xml"
version: "version from enunciate.xml"
description: "Description from enunciate.xml. Can contain weird letters æøåÆØÅ"
description: ""
servers: []
paths:
"/data/{pathArg}":
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<enunciate version="version from enunciate.xml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-2.11.1.xsd">
<title>Title from enunciate.xml</title>
<description>Description from enunciate.xml. Can contain weird letters æøåÆØÅ</description>

<modules disabledByDefault="true">
<openapi disabled="false" skipBase="false" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: "Title from enunciate.xml"
version: "version from enunciate.xml"
description: "Description from enunciate.xml. Can contain weird letters æøåÆØÅ"
description: ""
servers: []
paths:
"/data/{pathArg}":
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<enunciate version="version from enunciate.xml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-2.11.1.xsd">
<title>Title from enunciate.xml</title>
<description>Description from enunciate.xml. Can contain weird letters æøåÆØÅ</description>

<modules disabledByDefault="true">
<openapi disabled="false" basePath="../.." skipBase="false" passThroughAnnotations="dk.jyskebank.tools.enunciate.modules.openapi.simple.CustomAnnotation,xxXxx" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: "Title from enunciate.xml"
version: "version from enunciate.xml"
description: "Description from enunciate.xml. Can contain weird letters æøåÆØÅ"
description: ""
servers:
- url: "../.."
paths:
Expand Down

0 comments on commit 8612996

Please sign in to comment.