[nobug] Update test files for www.eclipse.org requiring https Change-Id: I9db3c5fbdd22a0b939e4d15a355fe0b98095c2b7
diff --git a/xml/tests/org.eclipse.wst.xml.validation.tests/testresources/samples/XMLExamples/InvoiceRemote/Invoice.xml b/xml/tests/org.eclipse.wst.xml.validation.tests/testresources/samples/XMLExamples/InvoiceRemote/Invoice.xml index 15ba3ea..e946ef9 100644 --- a/xml/tests/org.eclipse.wst.xml.validation.tests/testresources/samples/XMLExamples/InvoiceRemote/Invoice.xml +++ b/xml/tests/org.eclipse.wst.xml.validation.tests/testresources/samples/XMLExamples/InvoiceRemote/Invoice.xml
@@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE Invoice PUBLIC "InvoiceId" "http://www.eclipse.org/webtools/wst/components/xsd/tests/dtd-references/Invoice.dtd"> +<!DOCTYPE Invoice PUBLIC "InvoiceId" "https://www.eclipse.org/webtools/wst/components/xsd/tests/dtd-references/Invoice.dtd"> <Invoice> <Header invoiceNumber="12345"> <Date>
diff --git a/xml/tests/org.eclipse.wst.xml.validation.tests/testresources/samples/XMLExamples/InvoiceRemote/InvoiceIndirect.xml b/xml/tests/org.eclipse.wst.xml.validation.tests/testresources/samples/XMLExamples/InvoiceRemote/InvoiceIndirect.xml index f9e9874..3029d4e 100644 --- a/xml/tests/org.eclipse.wst.xml.validation.tests/testresources/samples/XMLExamples/InvoiceRemote/InvoiceIndirect.xml +++ b/xml/tests/org.eclipse.wst.xml.validation.tests/testresources/samples/XMLExamples/InvoiceRemote/InvoiceIndirect.xml
@@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE Invoice PUBLIC "InvoiceId" "http://www.eclipse.org/webtools/wst/components/xsd/tests/dtd-references/IndirectInvoice.dtd"> +<!DOCTYPE Invoice PUBLIC "InvoiceId" "https://www.eclipse.org/webtools/wst/components/xsd/tests/dtd-references/IndirectInvoice.dtd"> <Invoice> <Header invoiceNumber="12345"> <Date>
diff --git a/xml/tests/org.eclipse.wst.xml.validation.tests/testresources/samples/bugfixes/CannotLocateDTD/InvalidLocation.xml b/xml/tests/org.eclipse.wst.xml.validation.tests/testresources/samples/bugfixes/CannotLocateDTD/InvalidLocation.xml index 421b8bc..8815148 100644 --- a/xml/tests/org.eclipse.wst.xml.validation.tests/testresources/samples/bugfixes/CannotLocateDTD/InvalidLocation.xml +++ b/xml/tests/org.eclipse.wst.xml.validation.tests/testresources/samples/bugfixes/CannotLocateDTD/InvalidLocation.xml
@@ -1,3 +1,3 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE example PUBLIC "Public Identifier" "http://www.eclipse.org/webtools/non-existent-dtd.dtd"> +<!DOCTYPE example PUBLIC "Public Identifier" "https://www.eclipse.org/webtools/non-existent-dtd.dtd"> <example/> \ No newline at end of file