Skip to content

Commit

Permalink
Fix schema typo
Browse files Browse the repository at this point in the history
Signed-off-by: David Kwon <dakwon@redhat.com>
  • Loading branch information
dkwon17 authored and fbricon committed Jun 2, 2020
1 parent 84d2689 commit 35ac5a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"label": "$description",
"description": "New XML bound with xsi:schemaLocation"
},
"New XML bound with noNamespaceShemaLocation": {
"New XML bound with noNamespaceSchemaLocation": {
"prefix": [
"noNamespaceSchemaLocation"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public void dependsOnGrammarTrueAbsolutePath() {
}

@Test
public void testNoNamespaceSchemaLocationAndShemaLocationBoth() {
public void testNoNamespaceSchemaLocationAndSchemaLocationBoth() {
String text = "<project xmlns=\"http://maven.apache.org/POM/4.0.0\" \r\n" + //
" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n" + //
" xsi:noNamespaceSchemaLocation=\"/home/nikolas/nested/testXSD.xsd\"" + // //
Expand Down

0 comments on commit 35ac5a1

Please sign in to comment.