Author: tli
Date: Tue Sep  5 18:58:57 2006
New Revision: 440565

URL: http://svn.apache.org/viewvc?view=rev&rev=440565
Log:
add test resource for xml binding

Added:
    
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-bare-multi-param.xml
   (with props)
    
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-bare-single-param-element.xml
   (with props)
    
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-bare-single-param-type.xml
   (with props)
    
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-operation-empty-param.xml
   (with props)
    incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-wrap.xml   
(with props)
Modified:
    incubator/cxf/trunk/rt/bindings/xml/.checkstyle

Modified: incubator/cxf/trunk/rt/bindings/xml/.checkstyle
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/xml/.checkstyle?view=diff&rev=440565&r1=440564&r2=440565
==============================================================================
--- incubator/cxf/trunk/rt/bindings/xml/.checkstyle (original)
+++ incubator/cxf/trunk/rt/bindings/xml/.checkstyle Tue Sep  5 18:58:57 2006
@@ -1,4 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?><fileset-config 
file-format-version="1.1.0" simple-config="false">
-<fileset name="all" enabled="true" check-config-name="CXF Checks" 
type="external" description=""><file-match-pattern match-pattern="^src[/\\]." 
include-pattern="true"/>
-</fileset>
-</fileset-config>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<fileset-config file-format-version="1.2.0" simple-config="false">
+    <local-check-config name="cxf" 
location="C:\celtix\apache-org\trunk\checkstyle.xml" type="external" 
description="">
+        <additional-data name="protect-config-file" value="false"/>
+    </local-check-config>
+    <fileset name="java" enabled="true" check-config-name="cxf" local="true">
+        <file-match-pattern match-pattern="^src[\\].*java$" 
include-pattern="true"/>
+    </fileset>
+</fileset-config>

Added: 
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-bare-multi-param.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-bare-multi-param.xml?view=auto&rev=440565
==============================================================================
--- 
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-bare-multi-param.xml
 (added)
+++ 
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-bare-multi-param.xml
 Tue Sep  5 18:58:57 2006
@@ -0,0 +1,16 @@
+<multiParamRootReq
+       xmlns="http://apache.org/hello_world_xml_http/bare";>
+       <myComplexStruct
+               xmlns="http://apache.org/hello_world_xml_http/bare/types";
+               xmlns:ns2="http://www.w3.org/2005/08/addressing/wsdl";>
+               <elem1>this is element 1</elem1>
+               <elem2>this is element 2</elem2>
+               <elem3>42</elem3>
+       </myComplexStruct>
+       <requestType
+               xmlns="http://apache.org/hello_world_xml_http/bare/types";
+               xmlns:ns2="http://www.w3.org/2005/08/addressing/wsdl";
+               xmlns:xs="http://www.w3.org/2001/XMLSchema";>
+               tli
+       </requestType>
+</multiParamRootReq>

Propchange: 
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-bare-multi-param.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-bare-multi-param.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: 
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-bare-single-param-element.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-bare-single-param-element.xml?view=auto&rev=440565
==============================================================================
--- 
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-bare-single-param-element.xml
 (added)
+++ 
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-bare-single-param-element.xml
 Tue Sep  5 18:58:57 2006
@@ -0,0 +1,5 @@
+<requestType
+       xmlns="http://apache.org/hello_world_xml_http/bare/types";
+       xmlns:ns2="http://www.w3.org/2005/08/addressing/wsdl";>
+       tli
+</requestType>

Propchange: 
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-bare-single-param-element.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-bare-single-param-element.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: 
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-bare-single-param-type.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-bare-single-param-type.xml?view=auto&rev=440565
==============================================================================
--- 
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-bare-single-param-type.xml
 (added)
+++ 
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-bare-single-param-type.xml
 Tue Sep  5 18:58:57 2006
@@ -0,0 +1,7 @@
+<myComplexStructType
+       xmlns="http://apache.org/hello_world_xml_http/bare/types";
+       xmlns:ns2="http://www.w3.org/2005/08/addressing/wsdl";>
+       <elem1>this is element 1</elem1>
+       <elem2>this is element 2</elem2>
+       <elem3>42</elem3>
+</myComplexStructType>

Propchange: 
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-bare-single-param-type.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-bare-single-param-type.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: 
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-operation-empty-param.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-operation-empty-param.xml?view=auto&rev=440565
==============================================================================
--- 
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-operation-empty-param.xml
 (added)
+++ 
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-operation-empty-param.xml
 Tue Sep  5 18:58:57 2006
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8"?>

Propchange: 
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-operation-empty-param.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-operation-empty-param.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-wrap.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-wrap.xml?view=auto&rev=440565
==============================================================================
--- incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-wrap.xml 
(added)
+++ incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-wrap.xml Tue 
Sep  5 18:58:57 2006
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8"?>

Propchange: 
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-wrap.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/cxf/trunk/rt/bindings/xml/src/test/resources/message-wrap.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml


Reply via email to