You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by ie...@apache.org on 2009/04/29 02:37:25 UTC

svn commit: r769601 - /incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/

Author: ieb
Date: Wed Apr 29 00:37:24 2009
New Revision: 769601

URL: http://svn.apache.org/viewvc?rev=769601&view=rev
Log:
Removed licenses from the nekohtml test files (breaks the unit tests with licenses present).

Modified:
    incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-expected.html
    incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-fragment-expected.html
    incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-fragment.html
    incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-fulldocnodoctype.html
    incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-headnobody-expected.html
    incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-headnobody.html
    incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test.html

Modified: incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-expected.html
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-expected.html?rev=769601&r1=769600&r2=769601&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-expected.html (original)
+++ incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-expected.html Wed Apr 29 00:37:24 2009
@@ -1,23 +1,4 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * 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.
--->
-
 <html>
 <head id="head">
   <link href="http://www.example.org/css.css" rel="stylesheet" type="text/css">
@@ -41,4 +22,4 @@
       <p>Not a real entity &fake;</p>
     </div></form>
 
-</body></html>
+</body></html>
\ No newline at end of file

Modified: incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-fragment-expected.html
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-fragment-expected.html?rev=769601&r1=769600&r2=769601&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-fragment-expected.html (original)
+++ incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-fragment-expected.html Wed Apr 29 00:37:24 2009
@@ -1,21 +1,2 @@
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * 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.
--->
-
 <html><head></head><body><script>document.write("dont add to head or else")</script>
-<style type="text/css"> can go in head</style></body></html>
+<style type="text/css"> can go in head</style></body></html>
\ No newline at end of file

Modified: incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-fragment.html
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-fragment.html?rev=769601&r1=769600&r2=769601&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-fragment.html (original)
+++ incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-fragment.html Wed Apr 29 00:37:24 2009
@@ -1,21 +1,2 @@
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * 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.
--->
-
 <script>document.write("dont add to head or else")</script>
-<style type="text/css"> can go in head</style>
+<style type="text/css"> can go in head</style>
\ No newline at end of file

Modified: incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-fulldocnodoctype.html
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-fulldocnodoctype.html?rev=769601&r1=769600&r2=769601&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-fulldocnodoctype.html (original)
+++ incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-fulldocnodoctype.html Wed Apr 29 00:37:24 2009
@@ -1,25 +1,6 @@
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * 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.
--->
-
 <html>
   <head></head>
   <body>
   <!-- This is a full doc with no doctype -->
   </body>
-</html>
+</html>
\ No newline at end of file

Modified: incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-headnobody-expected.html
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-headnobody-expected.html?rev=769601&r1=769600&r2=769601&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-headnobody-expected.html (original)
+++ incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-headnobody-expected.html Wed Apr 29 00:37:24 2009
@@ -1,24 +1,5 @@
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * 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.
--->
-
 <html><head>
     <!-- A head tag but no body tag is not good -->
 </head><body>
 <script>document.write("dont add to head or else")</script>
-<style type="text/css"> can go in head</style></body></html>
+<style type="text/css"> can go in head</style></body></html>
\ No newline at end of file

Modified: incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-headnobody.html
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-headnobody.html?rev=769601&r1=769600&r2=769601&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-headnobody.html (original)
+++ incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test-headnobody.html Wed Apr 29 00:37:24 2009
@@ -1,24 +1,5 @@
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * 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.
--->
-
 <head>
     <!-- A head tag but no body tag is not good -->
 </head>
 <script>document.write("dont add to head or else")</script>
-<style type="text/css"> can go in head</style>
+<style type="text/css"> can go in head</style>
\ No newline at end of file

Modified: incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test.html
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test.html?rev=769601&r1=769600&r2=769601&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test.html (original)
+++ incubator/shindig/branches/1.0.x-incubating/java/gadgets/src/test/resources/org/apache/shindig/gadgets/parse/nekohtml/test.html Wed Apr 29 00:37:24 2009
@@ -1,23 +1,4 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * 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.
--->
-
 <html>
 <head id="head">
   <link href="http://www.example.org/css.css" rel="stylesheet" type="text/css">
@@ -41,4 +22,4 @@
       <p>Not a real entity &fake;</p>
     </form>
 </body>
-</html>
+</html>
\ No newline at end of file