You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by gh...@apache.org on 2006/05/15 11:41:12 UTC

svn commit: r406595 [6/6] - in /incubator/harmony/enhanced/classlib/trunk/modules/beans: ./ make/common/ src/main/java/org/apache/harmony/beans/ src/test/java-internal/ src/test/java-internal/java/ src/test/java-internal/java/beans/ src/test/java-inter...

Added: incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/MockBean4Owner_SetOwner.xml
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/MockBean4Owner_SetOwner.xml?rev=406595&view=auto
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/MockBean4Owner_SetOwner.xml (added)
+++ incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/MockBean4Owner_SetOwner.xml Mon May 15 02:40:33 2006
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+     
+     Licensed 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. -->
+
+<java version="1.4.2 subset" class="java.beans.XMLDecoder">
+ <void id="MockBean4Owner_Owner0" property="owner"/>
+ <object class="tests.api.java.beans.MockBean4Owner_Target">
+  <void property="v">
+   <object idref="MockBean4Owner_Owner0"/>
+  </void>
+ </object>
+</java>

Propchange: incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/MockBean4Owner_SetOwner.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/MockBean4Owner_SetOwnerWithWriteStatement.xml
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/MockBean4Owner_SetOwnerWithWriteStatement.xml?rev=406595&view=auto
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/MockBean4Owner_SetOwnerWithWriteStatement.xml (added)
+++ incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/MockBean4Owner_SetOwnerWithWriteStatement.xml Mon May 15 02:40:33 2006
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+     
+     Licensed 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. -->
+
+<java version="1.4.2 subset" class="java.beans.XMLDecoder">
+ <void id="MockBean4Owner_Owner0" property="owner">
+  <void method="loading"/>
+ </void>
+ <object class="tests.api.java.beans.MockBean4Owner_Target">
+  <void property="v">
+   <object idref="MockBean4Owner_Owner0"/>
+  </void>
+ </object>
+</java>

Propchange: incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/MockBean4Owner_SetOwnerWithWriteStatement.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/MockBean4StaticField.xml
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/MockBean4StaticField.xml?rev=406595&view=auto
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/MockBean4StaticField.xml (added)
+++ incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/MockBean4StaticField.xml Mon May 15 02:40:33 2006
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+     
+     Licensed 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. -->
+
+<java version="1.4.2 subset" class="java.beans.XMLDecoder">
+ <object class="tests.api.java.beans.MockBean4StaticField" field="inst"/>
+</java>

Propchange: incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/MockBean4StaticField.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/MockBean4StaticField_Original.xml
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/MockBean4StaticField_Original.xml?rev=406595&view=auto
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/MockBean4StaticField_Original.xml (added)
+++ incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/MockBean4StaticField_Original.xml Mon May 15 02:40:33 2006
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+     
+     Licensed 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. -->
+
+<java version="1.4.2 subset" class="java.beans.XMLDecoder">
+ <void class="tests.api.java.beans.MockBean4StaticField" method="getField">
+  <string>inst</string>
+  <void id="A0" method="get">
+   <null/>
+  </void>
+ </void>
+ <object idref="A0"/>
+</java>

Propchange: incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/MockBean4StaticField_Original.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/SampleBean_StringCodec.xml
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/SampleBean_StringCodec.xml?rev=406595&view=auto
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/SampleBean_StringCodec.xml (added)
+++ incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/SampleBean_StringCodec.xml Mon May 15 02:40:33 2006
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?> 
+
+<!-- Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+     
+     Licensed 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. -->
+
+<java version="1.4.2_07" class="java.beans.XMLDecoder"> 
+ <object class="tests.api.java.beans.EncoderTest$SampleBean"> 
+  <void property="myid"> 
+   <string>&lt;Li Yang&gt; &amp; &quot;liyang&apos;</string> 
+  </void> 
+  <void property="ref"> 
+   <object class="tests.api.java.beans.EncoderTest$SampleBean"> 
+    <void property="myid"> 
+     <string>a child</string> 
+    </void> 
+   </object> 
+  </void> 
+ </object> 
+</java> 

Propchange: incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/SampleBean_StringCodec.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/bad_int.xml
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/bad_int.xml?rev=406595&view=auto
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/bad_int.xml (added)
+++ incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/bad_int.xml Mon May 15 02:40:33 2006
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?> 
+
+<!-- Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+     
+     Licensed 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. -->
+
+<java version="1.4.2_07" class="java.beans.XMLDecoder"> 
+ <int>3</inta> 
+</java> 

Propchange: incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/bad_int.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/int.xml
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/int.xml?rev=406595&view=auto
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/int.xml (added)
+++ incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/int.xml Mon May 15 02:40:33 2006
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+     
+     Licensed 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. -->
+ 
+<java version="1.4.2_07" class="java.beans.XMLDecoder"> 
+ <int>3</int> 
+</java> 

Propchange: incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/int.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/null.xml
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/null.xml?rev=406595&view=auto
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/null.xml (added)
+++ incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/null.xml Mon May 15 02:40:33 2006
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?> 
+
+<!-- Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+     
+     Licensed 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. -->
+
+<java version="1.4.2_07" class="java.beans.XMLDecoder"> 
+ <null/> 
+</java> 

Propchange: incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/xml/null.xml
------------------------------------------------------------------------------
    svn:eol-style = native