Patrick,
This revision reminds me of a question...  How do we go about maintaining
the documentation for OpenJPA?  Are there tools that you use to help with
the editting, referencing, etc?  The doc updates I have done thus far have
been pretty simple.  But, if I would start to do more extensive changes, I'm
afraid I would screw up the tags and never be able to straighten it out
again...  :-)

Any pointers would be great.

Thanks,
Kevin

On 6/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Author: pcl
Date: Thu Jun  7 16:23:35 2007
New Revision: 545345

URL: http://svn.apache.org/viewvc?view=rev&rev=545345
Log:
Improve documentation.

Modified:

    
openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/test/PersistenceTestCase.java

    
openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/test/SingleEMFTestCase.java

Modified:
openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/test/PersistenceTestCase.java
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/test/PersistenceTestCase.java?view=diff&rev=545345&r1=545344&r2=545345

==============================================================================
---
openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/test/PersistenceTestCase.java
(original)
+++
openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/test/PersistenceTestCase.java
Thu Jun  7 16:23:35 2007
@@ -48,7 +48,9 @@
     protected static final Object CLEAR_TABLES = new Object();

     /**
-     * Create an entity manager factory.
+     * Create an entity manager factory. Put [EMAIL PROTECTED] #CLEAR_TABLES} 
in
+     * this list to tell the test framework to delete all table contents
+     * before running the tests.
      *
      * @param props list of persistent types used in testing and/or
      * configuration values in the form key,value,key,value...

Modified:
openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/test/SingleEMFTestCase.java
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/test/SingleEMFTestCase.java?view=diff&rev=545345&r1=545344&r2=545345

==============================================================================
---
openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/test/SingleEMFTestCase.java
(original)
+++
openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/test/SingleEMFTestCase.java
Thu Jun  7 16:23:35 2007
@@ -31,7 +31,9 @@
     protected OpenJPAEntityManagerFactory emf;

     /**
-     * Initialize entity manager factory.
+     * Initialize entity manager factory. Put [EMAIL PROTECTED] #CLEAR_TABLES} 
in
+     * this list to tell the test framework to delete all table contents
+     * before running the tests.
      *
      * @param props list of persistent types used in testing and/or
      * configuration values in the form key,value,key,value...



Reply via email to