diff options
Diffstat (limited to 'java/sca/modules/host-http-osgi/src/test')
-rw-r--r-- | java/sca/modules/host-http-osgi/src/test/resources/content/test.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/java/sca/modules/host-http-osgi/src/test/resources/content/test.html b/java/sca/modules/host-http-osgi/src/test/resources/content/test.html index f4b79d7f01..9ee377e1ff 100644 --- a/java/sca/modules/host-http-osgi/src/test/resources/content/test.html +++ b/java/sca/modules/host-http-osgi/src/test/resources/content/test.html @@ -1,4 +1,3 @@ -<html> <!-- * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -7,15 +6,18 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations - * under the License. + * under the License. --> -<body><p>hello</body> +<html> +<body> +<h1>Hello from Apache Tuscany!</h1> +</body> </html>
\ No newline at end of file |