Author: buildbot
Date: Fri Aug 23 22:00:46 2013
New Revision: 875921

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/jdbc/custom_driver.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug 23 22:00:46 2013
@@ -1 +1 @@
-1517070
+1517072

Modified: 
websites/staging/jena/trunk/content/documentation/jdbc/custom_driver.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/jdbc/custom_driver.html 
(original)
+++ websites/staging/jena/trunk/content/documentation/jdbc/custom_driver.html 
Fri Aug 23 22:00:46 2013
@@ -133,6 +133,10 @@ to guide you in this.  It may be easier 
 an entire custom implementation yourself.</p>
 <p>Note that custom implementations may also require you to implement custom 
<code>JenaStatement</code> and <code>JenaPreparedSatement</code>
 implementations.</p>
+<h2 id="testing-your-driver">Testing your Driver</h2>
+<p>To aid testing your custom driver the <code>jena-jdbc-core</code> module 
provides a number of abstract test classes which
+can be derived from in order to provide a wide variety of tests for your 
driver implementation.  This is how
+all the built in drivers are tested so you can check out their test sources 
for examples of this.</p>
   </div>
 </div>
 


Reply via email to