Project

General

Profile

« Previous | Next » 

Revision 5947

Added by Jing Tao about 13 years ago

Add a xml file for inserting during test.

View differences:

test/clienttestfiles/company.xml
1
<?xml version="1.0"?>
2
<company xmlns="http://www.company.org"
3
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
         xsi:schemaLocation="http://www.company.org @contextUrl@/test/company.xsd">
5
        <worker>
6
                <name>Dan Smith</name>
7
                <workID>123-45-6789</workID>
8
        </worker>
9
        <product>
10
                <item>
11
		  <itemName>cell phone</itemName>
12
                  <serialNumber>123456789</serialNumber>
13
                </item>
14
        </product>
15
</company>
16

  

Also available in: Unified diff