Skip to content

Commit

Permalink
Add test for JSP Taglibrary and fix test failure
Browse files Browse the repository at this point in the history
Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org>
  • Loading branch information
ivargrimstad committed Jun 11, 2020
1 parent 6b1bd8d commit 3b1dc5d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jakartaee9/src/web-jsptaglibrary_3_0.xsds
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@
</xsd:sequence>
<xsd:attribute name="version"
type="jakartaee:dewey-versionType"
fixed="2.1"
fixed="3.0"
use="required">
<xsd:annotation>
<xsd:documentation>
Expand Down
24 changes: 24 additions & 0 deletions jakartaee9/test/web-jsptaglibrary.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!--
Copyright (c) 2020, Eclipse Foundation and others.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
-->

<taglib xmlns="https://jakarta.ee/xml/ns/jakartaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee web-jsptaglibrary_3_0.xsd"
version="3.0">
<tlib-version>1.0</tlib-version>
<short-name>foo</short-name>
</taglib>
<?validateAgainst web-jsptaglibrary_3_0.xsd ?>

0 comments on commit 3b1dc5d

Please sign in to comment.