Author: scottbw
Date: Fri Aug 5 09:34:00 2011
New Revision: 1154141
URL: http://svn.apache.org/viewvc?rev=1154141&view=rev
Log:
Adding test data files missed on last commit.
Added:
incubator/wookie/trunk/src-tests/org/apache/wookie/tests/features/feature_with_flatten_attr.xml
incubator/wookie/trunk/src-tests/org/apache/wookie/tests/features/feature_with_scripts.xml
Added:
incubator/wookie/trunk/src-tests/org/apache/wookie/tests/features/feature_with_flatten_attr.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/src-tests/org/apache/wookie/tests/features/feature_with_flatten_attr.xml?rev=1154141&view=auto
==============================================================================
---
incubator/wookie/trunk/src-tests/org/apache/wookie/tests/features/feature_with_flatten_attr.xml
(added)
+++
incubator/wookie/trunk/src-tests/org/apache/wookie/tests/features/feature_with_flatten_attr.xml
Fri Aug 5 09:34:00 2011
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<!--
+ 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.
+-->
+<feature flatten="true">
+ <name>test:feature</name>
+</feature>
\ No newline at end of file
Added:
incubator/wookie/trunk/src-tests/org/apache/wookie/tests/features/feature_with_scripts.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/src-tests/org/apache/wookie/tests/features/feature_with_scripts.xml?rev=1154141&view=auto
==============================================================================
---
incubator/wookie/trunk/src-tests/org/apache/wookie/tests/features/feature_with_scripts.xml
(added)
+++
incubator/wookie/trunk/src-tests/org/apache/wookie/tests/features/feature_with_scripts.xml
Fri Aug 5 09:34:00 2011
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<!--
+ 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.
+-->
+<feature>
+ <name>test:feature</name>
+ <script src="test_script.js"/>
+ <script src="/absolute_path_to_script.js"/>
+</feature>
\ No newline at end of file