You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/10/07 12:03:30 UTC

svn commit: r822639 - in /ofbiz/trunk: applications/commonext/documents/ApacheOfbizTechnical.xml framework/testtools/documents/TestTools.xml framework/webtools/documents/Webtools.xml

Author: hansbak
Date: Wed Oct  7 10:03:29 2009
New Revision: 822639

URL: http://svn.apache.org/viewvc?rev=822639&view=rev
Log:
add a new chapter for testtools in the apache technical document

Added:
    ofbiz/trunk/framework/testtools/documents/TestTools.xml   (with props)
Modified:
    ofbiz/trunk/applications/commonext/documents/ApacheOfbizTechnical.xml
    ofbiz/trunk/framework/webtools/documents/Webtools.xml

Modified: ofbiz/trunk/applications/commonext/documents/ApacheOfbizTechnical.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/documents/ApacheOfbizTechnical.xml?rev=822639&r1=822638&r2=822639&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/documents/ApacheOfbizTechnical.xml (original)
+++ ofbiz/trunk/applications/commonext/documents/ApacheOfbizTechnical.xml Wed Oct  7 10:03:29 2009
@@ -127,6 +127,7 @@
     <xi:include href="../../../framework/entity/documents/EntityEngine.xml" />
     <xi:include href="../../../framework/service/documents/ServiceEngine.xml" />
     <xi:include href="../../../framework/webtools/documents/Webtools.xml" />
+    <xi:include href="../../../framework/testtools/documents/TestTools.xml" />
 
     <appendix>
         <title>The Apache OFBiz documentation system</title>

Added: ofbiz/trunk/framework/testtools/documents/TestTools.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/testtools/documents/TestTools.xml?rev=822639&view=auto
==============================================================================
--- ofbiz/trunk/framework/testtools/documents/TestTools.xml (added)
+++ ofbiz/trunk/framework/testtools/documents/TestTools.xml Wed Oct  7 10:03:29 2009
@@ -0,0 +1,30 @@
+<?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.
+-->
+<chapter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	version="5.0" xmlns:xl="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
+	xsi:schemaLocation="http://docbook.org/ns/docbook ../../applications/content/dtd/docbook.xsd"
+	xmlns="http://docbook.org/ns/docbook">
+	<title>The OFBiz Test Tools Introduction.</title>
+    <para>
+        Ofbiz contains a test framework consisting out of the <link xl:href="http://junit.org">JUnit framework</link>  
+        and the <link xl:href="http://seleniumhq.org/">Selenium firefox plugin.</link> with the <link xl:href="http://sourceforge.net/projects/seleniumxml/">XML extension.</link>
+	    For a excellent JUnit introduction check the <link xl:href="http://clarkware.com/articles/JUnitPrimer.html">Clarkware site.</link>
+    </para>
+</chapter>

Propchange: ofbiz/trunk/framework/testtools/documents/TestTools.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/framework/testtools/documents/TestTools.xml
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/trunk/framework/testtools/documents/TestTools.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: ofbiz/trunk/framework/webtools/documents/Webtools.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/documents/Webtools.xml?rev=822639&r1=822638&r2=822639&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/documents/Webtools.xml (original)
+++ ofbiz/trunk/framework/webtools/documents/Webtools.xml Wed Oct  7 10:03:29 2009
@@ -17,7 +17,7 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<chapter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     version="5.0" xmlns:xl="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
     xsi:schemaLocation="http://docbook.org/ns/docbook ../../../applications/content/dtd/docbook.xsd"
     xmlns="http://docbook.org/ns/docbook">
@@ -27,4 +27,4 @@
     </para>
     <xi:include href="../data/helpdata/HELP_WEBTOOLS.xml" />
     
-</section>
+</chapter>