[jboss-svn-commits] JBL Code SVN: r17434 - labs/jbossesb/trunk/qa/quickstarts/resources.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sat Dec 29 11:44:52 EST 2007


Author: beve
Date: 2007-12-29 11:44:52 -0500 (Sat, 29 Dec 2007)
New Revision: 17434

Modified:
   labs/jbossesb/trunk/qa/quickstarts/resources/transformedmessageCSV2XML.log
Log:
Updated the expected result from transform_CSV2XML quickstart


Modified: labs/jbossesb/trunk/qa/quickstarts/resources/transformedmessageCSV2XML.log
===================================================================
--- labs/jbossesb/trunk/qa/quickstarts/resources/transformedmessageCSV2XML.log	2007-12-29 16:30:28 UTC (rev 17433)
+++ labs/jbossesb/trunk/qa/quickstarts/resources/transformedmessageCSV2XML.log	2007-12-29 16:44:52 UTC (rev 17434)
@@ -1,12 +1,35 @@
-<Order netAmount="59.97" orderDate="Wed Nov 15 13:45:28 EST 2006"
-    orderId="1" statusCode="0" tax="4.95" totalAmount="64.92">
-  <Customer firstName="Harry" lastName="Fletcher" state="SD" userName="user1"/>
-  <OrderLines>
-    <OrderLine posistion="1" quantity="1">
-      <Product price="" productId="364" title=""/>
-    </OrderLine>
-    <OrderLine posistion="1" quantity="1">
-      <Product price="" productId="364" title=""/>
-    </OrderLine>
-  </OrderLines>
-</Order>
+<orders>
+	<Order netAmount="59.97" orderDate="Wed Nov 15 13:45:28 EST 2006" orderId="1" statusCode="0" tax="4.95" totalAmount="64.92">
+		<Customer firstName="Harry" lastName="Fletcher" state="SD" userName="user1"></Customer>
+		<OrderLines>
+			<OrderLine posistion="1" quantity="1">
+				<Product price="29.98" productId="364" title="The 40-Year-Old Virgin"></Product>
+			</OrderLine>
+			<OrderLine posistion="2" quantity="1">
+				<Product price="29.99" productId="299" title="Pulp Fiction"></Product>
+			</OrderLine>
+		</OrderLines>
+	</Order>
+	<Order netAmount="60.00" orderDate="Wed Nov 15 13:45:28 EST 2007" orderId="2" statusCode="0" tax="4.95" totalAmount="64.92">
+		<Customer firstName="Kalle" lastName="Anka" state="SD" userName="user2"></Customer>
+		<OrderLines>
+			<OrderLine posistion="1" quantity="1">
+				<Product price="29.98" productId="364" title="Fletch"></Product>
+			</OrderLine>
+			<OrderLine posistion="2" quantity="1">
+				<Product price="29.99" productId="299" title="Fletch Lives"></Product>
+			</OrderLine>
+		</OrderLines>
+	</Order>
+	<Order netAmount="60.00" orderDate="Wed Nov 15 13:45:28 EST 2007" orderId="3" statusCode="0" tax="4.95" totalAmount="64.92">
+		<Customer firstName="Donald" lastName="Duck" state="SD" userName="user3"></Customer>
+		<OrderLines>
+			<OrderLine posistion="1" quantity="1">
+				<Product price="29.98" productId="364" title="The Goonies"></Product>
+			</OrderLine>
+			<OrderLine posistion="2" quantity="1">
+				<Product price="29.99" productId="4" title="Happy Gilmor"></Product>
+			</OrderLine>
+		</OrderLines>
+	</Order>
+</orders>




More information about the jboss-svn-commits mailing list